From a3ee42d1dde090c5baad512ff8707f7e2c068433 Mon Sep 17 00:00:00 2001 From: uvok cheetah Date: Sun, 9 Feb 2025 17:57:14 +0100 Subject: Linting --- roles/linux-ns/files/iptables/iptables.save | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 roles/linux-ns/files/iptables/iptables.save (limited to 'roles/linux-ns/files/iptables/iptables.save') diff --git a/roles/linux-ns/files/iptables/iptables.save b/roles/linux-ns/files/iptables/iptables.save deleted file mode 100644 index 4f72cc5..0000000 --- a/roles/linux-ns/files/iptables/iptables.save +++ /dev/null @@ -1,24 +0,0 @@ -*filter -:INPUT DROP [0:0] -:FORWARD DROP [0:0] -:OUTPUT ACCEPT [0:0] - --A INPUT -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT - --A INPUT -i lo -j ACCEPT --A INPUT -i tinc_dn42 -j ACCEPT - --A INPUT -p icmp --icmp-type destination-unreachable -j ACCEPT --A INPUT -p icmp --icmp-type time-exceeded -j ACCEPT --A INPUT -p icmp --icmp-type parameter-problem -j ACCEPT --A INPUT -p icmp --icmp-type echo-request -j ACCEPT - -# traceroute --A INPUT -p udp -m multiport --dports 33434:33534 -j REJECT --reject-with icmp-port-unreachable -# DNS --A INPUT -p udp --dport 53 -j ACCEPT --A INPUT -p tcp --dport 53 -j ACCEPT - --A FORWARD -j REJECT --reject-with icmp-port-unreachable - -COMMIT -- cgit v1.2.3