From 811031e54d4d24687ae78827f35c2ea6a7e00b2d Mon Sep 17 00:00:00 2001 From: qydysky Date: Sun, 1 Sep 2024 09:07:23 +0800 Subject: [PATCH] =?utf8?q?Improve=20=E6=B7=BB=E5=8A=A0ip=E8=B7=AF=E5=BE=84?= =?utf8?q?=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- demo/config/config_K_v.json | 1 + 1 file changed, 1 insertion(+) diff --git a/demo/config/config_K_v.json b/demo/config/config_K_v.json index 7d56ca6..8e0d1b7 100644 --- a/demo/config/config_K_v.json +++ b/demo/config/config_K_v.json @@ -199,6 +199,7 @@ "debug路径":"", "性能路径-help":"当Web服务地址不为空时, 访问此路径可以获取性能信息,为空时关闭", "性能路径":"/state/", + "ip路径-help":"当Web服务地址不为空时, 访问此路径可以获取当前客户端ip地址列表,为空时关闭", "ip路径":"", "生成pgo-help":"将在退出后生成pgo文件在指定路径,default.pgo将有助于下次构建的优化,但会导致gc频繁,构建缓慢,为空时不生成", "生成pgo":"", -- 2.39.2