feat: 增加本地扫描Flag

This commit is contained in:
ZacharyZcR 2024-12-21 18:26:19 +08:00
parent 44c1a207dd
commit d192b7fc2a

View File

@ -48,6 +48,9 @@ var (
UsePing bool // 原Ping UsePing bool // 原Ping
Command string Command string
// 本地扫描配置
LocalScan bool
// 文件配置 // 文件配置
HostsFile string // 原HostFile HostsFile string // 原HostFile
UsersFile string // 原Userfile UsersFile string // 原Userfile