add tailscale ipv6 addresses to allow list
This commit is contained in:
parent
834890958b
commit
5f0de6725c
|
@ -11,6 +11,8 @@
|
|||
-A INPUT -p tcp -m multiport --dports 5269,5222 -j ACCEPT
|
||||
-A INPUT -p udp -s 2620:98:4002::/48 --dport 53 -j ACCEPT
|
||||
-A INPUT -p tcp -s 2620:98:4002::/48 --dport 53 -j ACCEPT
|
||||
-A INPUT -p udp -s fd7a:115c:a1e0:ab12:4843:cd96:6241:b43c/128 --dport 53 -j ACCEPT
|
||||
-A INPUT -p tcp -s fd7a:115c:a1e0:ab12:4843:cd96:6241:b43c/128 --dport 53 -j ACCEPT
|
||||
-A INPUT -p ipv6-icmp -j icmp_in
|
||||
-A icmp_in -p ipv6-icmp -m icmp6 --icmpv6-type 128 -j ACCEPT
|
||||
-A icmp_in -p ipv6-icmp -m icmp6 --icmpv6-type 134 -j ACCEPT
|
||||
|
|
Loading…
Reference in New Issue