From 1c198b3f425fb1ccf37ccebdd4725d2d0743dbd6 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Sun, 31 Dec 2023 01:25:00 +0100 Subject: [PATCH] comment --- scripts/_common.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/_common.sh b/scripts/_common.sh index 2e555bb..cac75a2 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -79,6 +79,7 @@ process_ips(){ if [ "$(ynh_validate_ip4 --ip_address="$ip")" ] || [ "$(ynh_validate_ip6 --ip_address="$ip")" ] ; then # don't process if the IP is public and the port 53 closed if [ "$(is_public_ip "$ip")" == 0 ] && [ "$open_port_53" == "false" ] ; then + # don't add this IP processed_ips+="" else processed_ips+="$ip "