Skip to content

Commit 3c8f956

Browse files
committed
fixing default policy for local input
1 parent 8ae5d93 commit 3c8f956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1423,7 +1423,7 @@ if [ "$use_iptables" = "True" ] ; then
14231423
#
14241424
14251425
*filter
1426-
:LOCALINPUT [0:0]
1426+
:LOCALINPUT - [0:0]
14271427
:INPUT DROP [0:0]
14281428
:FORWARD DROP [0:0]
14291429
:OUTPUT ACCEPT [0:0]

0 commit comments

Comments
 (0)