fix indent

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

View File

@ -133,7 +133,7 @@ if [[ ! -f /opt/lxc-iptag/iptag.conf ]]; then
# List of allowed CIDRs # List of allowed CIDRs
CIDR_LIST=( CIDR_LIST=(
192.168.0.0/16 192.168.0.0/16
172.16.0.0/12 172.16.0.0/12
10.0.0.0/8 10.0.0.0/8
100.64.0.0/10 100.64.0.0/10
) )