add tailscale subnet to allow list
This commit is contained in:
parent
fa5dc5c4b4
commit
834890958b
|
@ -14,6 +14,8 @@
|
|||
-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 -j ACCEPT
|
||||
-A INPUT -p tcp --dport 53 -s 10.66.66.0/24 -j ACCEPT
|
||||
-A INPUT -p udp --dport 53 -s 100.64.0.0/10 -j ACCEPT
|
||||
-A INPUT -p tcp --dport 53 -s 100.64.0.0/10 -j ACCEPT
|
||||
-A INPUT -p udp --dport 51802 -j ACCEPT
|
||||
COMMIT
|
||||
*nat
|
||||
|
|
Loading…
Reference in New Issue