ensure all RFC1918 local Ipv4 addresses are in iptag script (#992)
Some checks are pending
Create Changelog Pull Request / update-changelog-pull-request (push) Waiting to run
Frontend CI/CD / build (push) Waiting to run
Frontend CI/CD / deploy (push) Blocked by required conditions

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