Bob Mottram 9 лет назад
Родитель
Сommit
072c64a7d2
1 измененных файлов: 0 добавлений и 3 удалений
  1. 0
    3
      src/freedombone

+ 0
- 3
src/freedombone Просмотреть файл

@@ -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