diff --git a/scripts/iptables-clash-setup.sh b/scripts/iptables-clash-setup.sh index deecfc2..00059a3 100644 --- a/scripts/iptables-clash-setup.sh +++ b/scripts/iptables-clash-setup.sh @@ -26,5 +26,6 @@ iptables -t nat -I OUTPUT -m owner --uid-owner clash -j RETURN iptables -t nat -C OUTPUT -p tcp -j CLASH_REDIR 2>/dev/null || \ iptables -t nat -A OUTPUT -p tcp -j CLASH_REDIR +# Редирект вайргарда от Netbird неа порт 7982 iptables -t nat -C PREROUTING -i wt0 -p tcp -j REDIRECT --to-port 7892 2>/dev/null || \ iptables -t nat -A PREROUTING -i wt0 -p tcp -j REDIRECT --to-port 7892 \ No newline at end of file