ソースを参照

Accept loopback

Bob Mottram 10 年 前
コミット
988be5abe7
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      install-freedombone.sh

+ 1
- 1
install-freedombone.sh ファイルの表示

@@ -430,7 +430,7 @@ function configure_firewall {
430 430
   ip6tables -X
431 431
   iptables -P INPUT DROP
432 432
   ip6tables -P INPUT DROP
433
-  iptables -A INPUT -i eth0 -i lo -j ACCEPT
433
+  iptables -A INPUT -i lo -j ACCEPT
434 434
   iptables -A INPUT -i eth0 -m conntrack --ctstate ESTABLISHED,RELATED -j ACCEPT
435 435
   echo 'configure_firewall' >> $COMPLETION_FILE
436 436
 }