perf: 优化UDP扫描逻辑

This commit is contained in:
ZacharyZcR
2024-12-23 03:15:14 +08:00
parent 26525dbb0e
commit 1906acf551
6 changed files with 31 additions and 19 deletions
+1
View File
@@ -14,6 +14,7 @@ func ParsePort(ports string) []int {
"service": ServicePorts,
"db": DbPorts,
"web": WebPorts,
"udp": UDPPorts,
"all": AllPorts,
"main": MainPorts,
}