From 57f0812cd73f99f76b9abcea0fabd40601fe5a8e Mon Sep 17 00:00:00 2001 From: Christoph Hummer Date: Wed, 8 Jan 2025 08:14:12 +0100 Subject: [PATCH] wrapper/iptables-wg aktualisiert --- wrapper/iptables-wg | 2 -- 1 file changed, 2 deletions(-) diff --git a/wrapper/iptables-wg b/wrapper/iptables-wg index 00ea56d..0c7e114 100644 --- a/wrapper/iptables-wg +++ b/wrapper/iptables-wg @@ -15,6 +15,4 @@ done iptables -A OUTPUT -o lo -j ACCEPT iptables -A OUTPUT -o wg0 -j ACCEPT -iptables -A OUTPUT -o wg0 -j ACCEPT iptables -A INPUT -i wg0 -m conntrack --ctstate ESTABLISHED,RELATED -j ACCEPT -iptables -A INPUT -i wg0 -j DROP iptables -A OUTPUT -m mark ! --mark $WG_MARK -m addrtype ! --dst-type LOCAL -j REJECT \ No newline at end of file