fix: Restore compatible NAT forwarding rules (#84)

This commit is contained in:
Kroese
2026-07-12 13:12:22 +03:00
committed by GitHub
parent 33a0403691
commit 91547d3480
-1
View File
@@ -462,7 +462,6 @@ configureTables() {
if ! iptables -A FORWARD \
-d "$subnet" \
-i "$DEV" \
-m conntrack --ctstate RELATED,ESTABLISHED \
-m comment --comment "$rule_tag" \
-j ACCEPT; then
error "$tables_err" && return 1