Make syncthing port range broader, fix gcloud port number typo
This commit is contained in:
parent
0875483512
commit
0520bedb79
|
@ -226,8 +226,8 @@ WHERE protocol > 0
|
||||||
AND NOT (
|
AND NOT (
|
||||||
p.name = "syncthing"
|
p.name = "syncthing"
|
||||||
AND (
|
AND (
|
||||||
remote_port IN (53, 80, 88, 110, 443, 587, 993, 3306, 7451)
|
remote_port IN (53, 80, 88, 110, 443, 587, 993)
|
||||||
OR remote_port > 8000
|
OR remote_port > 1024
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
AND NOT (
|
AND NOT (
|
||||||
|
@ -277,7 +277,7 @@ WHERE protocol > 0
|
||||||
)
|
)
|
||||||
AND NOT (
|
AND NOT (
|
||||||
p.cmdline LIKE "%google-cloud-sdk/lib/gcloud.py%"
|
p.cmdline LIKE "%google-cloud-sdk/lib/gcloud.py%"
|
||||||
AND remote_port IN (80, 43, 53)
|
AND remote_port IN (80, 443, 53)
|
||||||
) -- Slack update?
|
) -- Slack update?
|
||||||
AND NOT (
|
AND NOT (
|
||||||
p.path = ""
|
p.path = ""
|
||||||
|
|
Loading…
Reference in New Issue