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