From 7e872a43dd20acd2981e82ba16fcf6609e0ca4b6 Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Thu, 20 Jul 2023 10:46:03 +0200 Subject: [PATCH] add 1234 to nono_ports Signed-off-by: Daniel Hansson --- lib.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib.sh b/lib.sh index 3b9ab0226b..a75484bc3f 100644 --- a/lib.sh +++ b/lib.sh @@ -57,8 +57,8 @@ INTERNET_DNS="9.9.9.9" # Default Quad9 DNS servers, overwritten by the systemd global DNS defined servers, if set DNS1="9.9.9.9" DNS2="149.112.112.112" -NONO_PORTS=(22 25 53 80 443 1024 3012 3306 5178 5179 5432 7867 7983 8983 10000 8081 8443 9443 9000 9980 9090 9200 9600) -# 9000 9980 9090 9200 9600 are local docker ports, don't remember if they are needed here or not. +NONO_PORTS=(22 25 53 80 443 1024 3012 3306 5178 5179 5432 7867 7983 8983 10000 8081 8443 9443 9000 9980 9090 9200 9600 1234) +# 9000 9980 9090 9200 9600 1234 are local docker ports, don't remember if they are needed here or not. use_global_systemd_dns() { if [ -f "/etc/systemd/resolved.conf" ] then