Browse Source

Always allow avahi

Bob Mottram 9 years ago
parent
commit
072c64a7d2
1 changed files with 0 additions and 3 deletions
  1. 0
    3
      src/freedombone

+ 0
- 3
src/freedombone View File

@@ -6698,9 +6698,6 @@ function configure_firewall_for_avahi {
6698 6698
   if grep -Fxq "configure_firewall_for_avahi" $COMPLETION_FILE; then
6699 6699
       return
6700 6700
   fi
6701
-  if [[ $ENABLE_CJDNS != "yes" && $ENABLE_BATMAN != "yes" && $ENABLE_BABEL != "yes" ]]; then
6702
-      return
6703
-  fi
6704 6701
   iptables -A INPUT -p tcp --dport 548 -j ACCEPT
6705 6702
   iptables -A INPUT -p udp --dport 548 -j ACCEPT
6706 6703
   iptables -A INPUT -p tcp --dport 5353 -j ACCEPT