mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-01-03 02:50:47 -05:00
disable services on IPv6 for discussion forum
This commit is contained in:
parent
8bfec062dc
commit
15a2fa132f
@ -25,7 +25,8 @@ table inet filter {
|
||||
|
||||
iif lo accept
|
||||
tcp dport {22, 80, 443} ip daddr {{ipv4_address}} accept
|
||||
tcp dport {22, 80, 443} ip6 daddr {{ipv6_address}} accept
|
||||
# IPv6 interacts badly with IP-based spam filtering
|
||||
#tcp dport {22, 80, 443} ip6 daddr {{ipv6_address}} accept
|
||||
meta l4proto {icmp, ipv6-icmp} accept
|
||||
|
||||
ct state vmap { invalid : drop, established : accept, related : accept }
|
||||
|
Loading…
Reference in New Issue
Block a user