remove localaddress from host

This commit is contained in:
Matthew R Kasun 2023-01-20 06:04:50 -05:00
parent 9edb541388
commit e77bd39f44

View file

@ -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"`