From 072c64a7d236e86ba38d2390e4a34afae184fd10 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 29 Nov 2015 21:06:29 +0000 Subject: [PATCH] Always allow avahi --- src/freedombone | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/freedombone b/src/freedombone index 662619a8..1084504b 100755 --- a/src/freedombone +++ b/src/freedombone @@ -6698,9 +6698,6 @@ function configure_firewall_for_avahi { if grep -Fxq "configure_firewall_for_avahi" $COMPLETION_FILE; then return fi - if [[ $ENABLE_CJDNS != "yes" && $ENABLE_BATMAN != "yes" && $ENABLE_BABEL != "yes" ]]; then - return - fi iptables -A INPUT -p tcp --dport 548 -j ACCEPT iptables -A INPUT -p udp --dport 548 -j ACCEPT iptables -A INPUT -p tcp --dport 5353 -j ACCEPT