From d192b7fc2a595664f999360e0192843f971fb946 Mon Sep 17 00:00:00 2001 From: ZacharyZcR <2903735704@qq.com> Date: Sat, 21 Dec 2024 18:26:19 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=E6=9C=AC=E5=9C=B0?= =?UTF-8?q?=E6=89=AB=E6=8F=8FFlag?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Common/Config.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Common/Config.go b/Common/Config.go index 1ee12e0..9da44e0 100644 --- a/Common/Config.go +++ b/Common/Config.go @@ -48,6 +48,9 @@ var ( UsePing bool // 原Ping Command string + // 本地扫描配置 + LocalScan bool + // 文件配置 HostsFile string // 原HostFile UsersFile string // 原Userfile