refactor: 去掉UDP扫描、优化了DCInfo和MiniDump的检测机制

This commit is contained in:
ZacharyZcR
2024-12-28 06:38:44 +08:00
parent ee1d176a8f
commit 2ce7041c95
8 changed files with 60 additions and 22 deletions
-1
View File
@@ -14,7 +14,6 @@ func ParsePort(ports string) []int {
"service": ServicePorts,
"db": DbPorts,
"web": WebPorts,
"udp": UDPPorts,
"all": AllPorts,
"main": MainPorts,
}