config/config.go
@@ -13,6 +13,8 @@ Mode string `mapstructure:"mode"` Host string `mapstructure:"host"` Port string `mapstructure:"port"` Realm string `mapstructure:"realm"` Username string `mapstructure:"username"` Password string `mapstructure:"password"` Role string `mapstructure:"role"` // agent 设备端, proxy 1400中转 不处理deivce, server 全功能 }