Refactor iptables setup scripts: remove legacy script and add new warpgate configuration script

This commit is contained in:
2026-02-15 12:30:29 +03:00
parent 8e5691f7bb
commit d9233cc34e
3 changed files with 211 additions and 2 deletions

View File

@@ -10,7 +10,8 @@ TPROXY_PORT="7893" # UDP/TCP TProxy
FW_MARK="0x1"
ROUTE_TABLE="100"
EXCLUDE_IFACES=("tun0" "wg0")
#EXCLUDE_IFACES=("tun0" "wg0" "wt0")
EXCLUDE_IFACES=("tun0")
# ----------------------------
# Helpers