From 627b9d714fb53ec7cb909945a20843b008164316 Mon Sep 17 00:00:00 2001 From: Edwin Lyon <53972157+practical-engelbart@users.noreply.github.com> Date: Sat, 13 Feb 2021 06:36:27 -0800 Subject: [PATCH] Update rules4.conf --- iptables/rules4.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/iptables/rules4.conf b/iptables/rules4.conf index bcd8b64..bc79292 100644 --- a/iptables/rules4.conf +++ b/iptables/rules4.conf @@ -10,6 +10,7 @@ -A INPUT -p icmp -m icmp --icmp-type 8 -m limit --limit 5/sec -j ACCEPT -A INPUT -i wg0 -m conntrack --ctstate NEW -s 10.192.168.0/24 -j ACCEPT -A INPUT -j FILTERS +-A INPUT -j DROP -A OUTPUT -o lo -j ACCEPT -A OUTPUT -o ens3 -j ACCEPT -A OUTPUT -o wg0 -d 10.192.168.0/24 -j ACCEPT