|
@@ -24,6 +24,7 @@ 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"`
|
|
|
LocalRange net.IPNet `json:"localrange" yaml:"localrange"`
|
|
|
LocalListenPort int `json:"locallistenport" yaml:"locallistenport"`
|
|
|
ProxyListenPort int `json:"proxy_listen_port" yaml:"proxy_listen_port"`
|