修订文档,示例,注释,代码;交互模式新增 热添加配置文件 功能

This commit is contained in:
hahahrfool
2022-04-06 17:41:06 +08:00
parent 650b595e35
commit 740561a2c6
4 changed files with 73 additions and 4 deletions

View File

@@ -303,7 +303,7 @@ func configCommonForClient(cli ProxyCommon, dc *DialConf) {
}
}
//SetAddrStr,setNetwork, setTag, setCantRoute,setListenConf(lc), call configCommon
//SetAddrStr,setNetwork, setTag, setCantRoute,setListenConf(lc),setFallback, call configCommon
func configCommonForServer(ser ProxyCommon, lc *ListenConf) {
ser.SetAddrStr(lc.GetAddrStrForListenOrDial())
ser.setNetwork(lc.Network)