1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-02-01 14:31:50 +00:00

ensure all RFC1918 local Ipv4 addresses are in iptag script (#992)

* ensure all RFC1918 local Ipv4 addresses are in iptag script

* fix indent
This commit is contained in:
Alice Knag 2024-12-26 02:36:52 -07:00 committed by GitHub
parent b30e8c534f
commit 8f243c74ff
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)