aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--roles/space_server/files/nftables/nftables.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/space_server/files/nftables/nftables.conf b/roles/space_server/files/nftables/nftables.conf
index 619d776..e2f5eb3 100644
--- a/roles/space_server/files/nftables/nftables.conf
+++ b/roles/space_server/files/nftables/nftables.conf
@@ -149,6 +149,9 @@ table ip6 filter {
ip6 saddr $ext_net6 tcp dport 53 accept
ip6 saddr $ext_net6 udp dport 53 accept
+ # avahi
+ ip6 daddr ff02::fb udp dport 5353 iif $avahi_ifs accept
+
## debugging
#counter log prefix "in6: " drop
drop