From 27a7a67e3ca3bdf07d21276ef8fb373c2454589e Mon Sep 17 00:00:00 2001 From: wyaode <33099640+wyaode@users.noreply.github.com> Date: Wed, 25 Mar 2020 09:36:51 +0800 Subject: [PATCH] Update npc.go MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 解决npc同时支持客户端和私密代理访问端的问题 #472 暂不支持网页配置私密代理访问端 --- cmd/npc/npc.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/npc/npc.go b/cmd/npc/npc.go index f74d6fb..fa51ef7 100644 --- a/cmd/npc/npc.go +++ b/cmd/npc/npc.go @@ -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 == "" {