mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-26 21:21:53 +08:00
feat: 增加本地扫描Flag
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user