From 882938defb9406296022855de07d5736a208286c Mon Sep 17 00:00:00 2001 From: Alice Knag Date: Mon, 23 Dec 2024 11:03:00 -0700 Subject: [PATCH] ensure all RFC1918 local Ipv4 addresses are in iptag script --- 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 4222694d..669ba4f3 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)