add tailscale subnet to allow list

This commit is contained in:
staticsafe 2021-11-20 23:07:41 -05:00
parent fa5dc5c4b4
commit 834890958b
1 changed files with 2 additions and 0 deletions

View File

@ -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