From 0520bedb7962aa2f4f595aaa37ae49aed520fb69 Mon Sep 17 00:00:00 2001 From: Thomas Stromberg Date: Fri, 30 Sep 2022 17:45:45 -0400 Subject: [PATCH] Make syncthing port range broader, fix gcloud port number typo --- net/unexpected-talkers-macos.sql | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/unexpected-talkers-macos.sql b/net/unexpected-talkers-macos.sql index 8345c50..a8adfd8 100644 --- a/net/unexpected-talkers-macos.sql +++ b/net/unexpected-talkers-macos.sql @@ -226,8 +226,8 @@ WHERE protocol > 0 AND NOT ( p.name = "syncthing" AND ( - remote_port IN (53, 80, 88, 110, 443, 587, 993, 3306, 7451) - OR remote_port > 8000 + remote_port IN (53, 80, 88, 110, 443, 587, 993) + OR remote_port > 1024 ) ) AND NOT ( @@ -277,7 +277,7 @@ WHERE protocol > 0 ) AND NOT ( 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? AND NOT ( p.path = ""