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