From 8f243c74fff420544a73642fdf98e7a9b4e2319a Mon Sep 17 00:00:00 2001 From: Alice Knag Date: Thu, 26 Dec 2024 02:36:52 -0700 Subject: [PATCH] ensure all RFC1918 local Ipv4 addresses are in iptag script (#992) * ensure all RFC1918 local Ipv4 addresses are in iptag script * fix indent --- misc/add-lxc-iptag.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/misc/add-lxc-iptag.sh b/misc/add-lxc-iptag.sh index 4222694de..3b556cc24 100644 --- a/misc/add-lxc-iptag.sh +++ b/misc/add-lxc-iptag.sh @@ -133,8 +133,9 @@ if [[ ! -f /opt/lxc-iptag/iptag.conf ]]; then # List of allowed CIDRs CIDR_LIST=( 192.168.0.0/16 - 100.64.0.0/10 + 172.16.0.0/12 10.0.0.0/8 + 100.64.0.0/10 ) # Interval settings (in seconds)