ensure all RFC1918 local Ipv4 addresses are in iptag script

This commit is contained in:
Alice Knag 2024-12-23 11:03:00 -07:00 committed by GitHub
parent 6debf20d19
commit 882938defb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)