diff options
Diffstat (limited to 'hosts/vidhar')
-rw-r--r-- | hosts/vidhar/ruleset.nft | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/vidhar/ruleset.nft b/hosts/vidhar/ruleset.nft index d1689fd6..ba558877 100644 --- a/hosts/vidhar/ruleset.nft +++ b/hosts/vidhar/ruleset.nft | |||
@@ -92,6 +92,7 @@ table inet filter { | |||
92 | udp dport 60001-61000 counter accept | 92 | udp dport 60001-61000 counter accept |
93 | 93 | ||
94 | meta protocol ip udp dport 51820 counter accept | 94 | meta protocol ip udp dport 51820 counter accept |
95 | meta protocol ip6 udp dport 51821 counter accept | ||
95 | iifname "yggdrasil-wg-*" meta l4proto gre counter accept | 96 | iifname "yggdrasil-wg-*" meta l4proto gre counter accept |
96 | 97 | ||
97 | iifname dsl meta protocol ip6 udp dport 546 udp sport 547 counter accept | 98 | iifname dsl meta protocol ip6 udp dport 546 udp sport 547 counter accept |