Sfoglia il codice sorgente

Always allow avahi

Bob Mottram 9 anni fa
parent
commit
072c64a7d2
1 ha cambiato i file con 0 aggiunte e 3 eliminazioni
  1. 0
    3
      src/freedombone

+ 0
- 3
src/freedombone Vedi File

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