aboutsummaryrefslogtreecommitdiff
path: root/os/config/roles/network/files/rules.v6
blob: 17ff71cd4070a8be503cf559af9a796598ca28b2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# WARNING!! When rules.{v4,v6} are changed, the whole iptables configuration is reloaded.
# This creates issues with Docker, which injects its own configuration in iptables when it starts.
# In practice, most (all?) containers will break if rules.{v4,v6} are changed,
# and docker will have to be restared.


*filter
:INPUT DROP [0:0]
:FORWARD DROP [0:0]
:OUTPUT ACCEPT [0:0]
COMMIT