fix typo in demonreach.asininetech.net.rules.v4

This commit is contained in:
staticsafe 2021-09-04 13:50:34 -04:00
parent c8a274c39a
commit 3ffa834b4a
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
-A INPUT -p udp --dport 1194 -j ACCEPT
-A INPUT -p udp --dport 53 -s 10.8.0.1/24 -j ACCEPT
-A INPUT -p tcp --dport 53 -s 10.8.0.1/24 -j ACCEPT
-A INPUT -p udp --dport 53 -s 10.66.66.0/24/24 -j ACCEPT
-A INPUT -p udp --dport 53 -s 10.66.66.0/24 -j ACCEPT
-A INPUT -p tcp --dport 53 -s 10.66.66.0/24 -j ACCEPT
-A INPUT -p udp --dport 51802 -j ACCEPT
COMMIT