Skip to content

Commit

Permalink
ensure all RFC1918 local Ipv4 addresses are in iptag script (communit…
Browse files Browse the repository at this point in the history
…y-scripts#992)

* ensure all RFC1918 local Ipv4 addresses are in iptag script

* fix indent
  • Loading branch information
AskAlice authored Dec 26, 2024
1 parent b30e8c5 commit 8f243c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion misc/add-lxc-iptag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8f243c7

Please sign in to comment.