aboutsummaryrefslogtreecommitdiff
path: root/docker/tag-config/static.iptables
diff options
context:
space:
mode:
Diffstat (limited to 'docker/tag-config/static.iptables')
-rw-r--r--docker/tag-config/static.iptables10
1 files changed, 10 insertions, 0 deletions
diff --git a/docker/tag-config/static.iptables b/docker/tag-config/static.iptables
new file mode 100644
index 0000000..d9e7d38
--- /dev/null
+++ b/docker/tag-config/static.iptables
@@ -0,0 +1,10 @@
+-A INPUT -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT
+-A INPUT -i docker0 -j ACCEPT
+-A INPUT -s 127.0.0.0/8 -j ACCEPT
+-A INPUT -s 192.168.1.2/32 -j ACCEPT
+-A INPUT -s 192.168.1.3/32 -j ACCEPT
+-A INPUT -s 192.168.1.4/32 -j ACCEPT
+-A INPUT -p udp -m udp --dport 53 -j ACCEPT
+-A INPUT -p tcp -m tcp --dport 53 -j ACCEPT
+-A INPUT -p tcp -m tcp --dport 22 -j ACCEPT
+-A INPUT -p tcp -m tcp --dport 110 -j ACCEPT