Ports "143", "993", "1723" ergänzt
All checks were successful
release-tag / release-image (push) Successful in 1m55s
All checks were successful
release-tag / release-image (push) Successful in 1m55s
This commit is contained in:
2
main.go
2
main.go
@@ -70,7 +70,7 @@ func main() {
|
||||
}
|
||||
}
|
||||
|
||||
portsTCP := []string{"135", "139", "445", "389", "636", "3268", "3269", "88", "3389", "3306", "27017", "5432", "25", "123", "5900"}
|
||||
portsTCP := []string{"135", "139", "445", "389", "636", "3268", "3269", "88", "3389", "3306", "27017", "5432", "25", "123", "5900", "143", "993", "1723"}
|
||||
for _, port := range portsTCP {
|
||||
go startTCPListener(port)
|
||||
}
|
||||
|
Reference in New Issue
Block a user