mirror of
https://github.com/shadow1ng/fscan.git
synced 2025-07-13 21:02:44 +08:00
feat: 增加本地扫描Flag
This commit is contained in:
parent
44c1a207dd
commit
d192b7fc2a
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user