Commit e849a58e authored by Boxiang Sun's avatar Boxiang Sun

Change the INPUT chain from DROP to ACCEPT

Incomming connection is not a problem for the shacache work
parent 4348a85a
......@@ -540,7 +540,7 @@
- name: DROP INPUT
iptables:
policy: DROP
policy: ACCEPT
chain: INPUT
- name: DROP OUTPUT
......@@ -548,10 +548,11 @@
policy: DROP
chain: OUTPUT
# Incomming connection is not a problem for the shacache work
- name: DROP IPV6 INPUT
iptables:
ip_version: ipv6
policy: DROP
policy: ACCEPT
chain: INPUT
- name: DROP IPV6 OUTPUT
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment