Update npc.go

解决npc同时支持客户端和私密代理访问端的问题  #472
暂不支持网页配置私密代理访问端
This commit is contained in:
wyaode 2020-03-25 09:36:51 +08:00 committed by GitHub
parent f22914c3ad
commit 27a7a67e3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -218,7 +218,6 @@ func run() {
commonConfig.Client = new(file.Client)
commonConfig.Client.Cnf = new(file.Config)
go client.StartLocalServer(localServer, commonConfig)
return
}
env := common.GetEnvMap()
if *serverAddr == "" {