diff options
author | Quentin <quentin@deuxfleurs.fr> | 2020-02-09 20:09:20 +0100 |
---|---|---|
committer | Quentin <quentin@deuxfleurs.fr> | 2020-02-09 20:09:20 +0100 |
commit | 96c6da392fc3236754c273a299728ad0360b3d51 (patch) | |
tree | db6732c726c731396b482debe329cd5894613d02 /docker/netiquette/static.iptables | |
parent | ba5590ce97953f66702b149fd7840bcb58d4b463 (diff) | |
download | infrastructure-96c6da392fc3236754c273a299728ad0360b3d51.tar.gz infrastructure-96c6da392fc3236754c273a299728ad0360b3d51.zip |
[diplomate] Skeleton for our UPNP configurator
Diffstat (limited to 'docker/netiquette/static.iptables')
-rw-r--r-- | docker/netiquette/static.iptables | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/docker/netiquette/static.iptables b/docker/netiquette/static.iptables deleted file mode 100644 index d9e7d38..0000000 --- a/docker/netiquette/static.iptables +++ /dev/null @@ -1,10 +0,0 @@ --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 |