From 9bcb3149d255e53b67fc95210b68f927869a98ff Mon Sep 17 00:00:00 2001 From: "tiago.ferreira" Date: Thu, 7 Aug 2025 16:44:53 +0000 Subject: [PATCH] Atualizar router.sh --- router.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/router.sh b/router.sh index 2ec6d4e..c1df3ad 100644 --- a/router.sh +++ b/router.sh @@ -24,6 +24,8 @@ iptables -t nat -A PREROUTING -p tcp --dport 10000 -j DNAT --to-destination 192. iptables -t nat -A PREROUTING -p tcp --dport 10001 -j DNAT --to-destination 192.168.200.3:22 iptables -t nat -A PREROUTING -p tcp --dport 10002 -j DNAT --to-destination 172.17.0.2:22 +systemctl restart named + apt clean poweroff