Browse Source

remove localaddress from host

Matthew R Kasun 2 years ago
parent
commit
e77bd39f44
1 changed files with 0 additions and 1 deletions
  1. 0 1
      models/host.go

+ 0 - 1
models/host.go

@@ -24,7 +24,6 @@ type Host struct {
 	Interface        string           `json:"interface" yaml:"interface"`
 	Debug            bool             `json:"debug" yaml:"debug"`
 	ListenPort       int              `json:"listenport" yaml:"listenport"`
-	LocalAddress     net.IPNet        `json:"localaddress" yaml:"localaddress"`
 	PublicListenPort int              `json:"public_listen_port" yaml:"public_listen_port"`
 	LocalListenPort  int              `json:"locallistenport" yaml:"locallistenport"`
 	ProxyListenPort  int              `json:"proxy_listen_port" yaml:"proxy_listen_port"`