Skip to content

Commit

Permalink
Update npc.go
Browse files Browse the repository at this point in the history
解决npc同时支持客户端和私密代理访问端的问题  ehang-io#472
暂不支持网页配置私密代理访问端
  • Loading branch information
wyaode committed Mar 25, 2020
1 parent be4edbf commit a27b691
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/npc/npc.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 == "" {
Expand Down

0 comments on commit a27b691

Please sign in to comment.