From 90006b614991653f6250e106d2a8f5f2dd181348 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BD=D0=B4=D1=80=D0=B5=D0=B9=20=D0=91=D0=BE=D0=B1?= =?UTF-8?q?=D1=8B=D1=80=D0=B5=D0=B2?= Date: Sun, 26 Apr 2026 16:14:50 +0300 Subject: [PATCH] =?UTF-8?q?tunnel:=20=D0=BF=D0=B5=D1=87=D0=B0=D1=82=D0=B0?= =?UTF-8?q?=D1=82=D1=8C=20DNAT=5FPORTS=3D81,79=20=D0=B2=20ENV-=D0=B1=D0=BB?= =?UTF-8?q?=D0=BE=D0=BA=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made-with: Cursor --- tunnel/kssh-tun | 1 + 1 file changed, 1 insertion(+) diff --git a/tunnel/kssh-tun b/tunnel/kssh-tun index b5e9c22..b17b37d 100755 --- a/tunnel/kssh-tun +++ b/tunnel/kssh-tun @@ -91,6 +91,7 @@ export VPS_ENDPOINT=$PUB_IP:$WG_PORT export VPS_PUBKEY='$SERVER_PUB' export CLIENT_IP=$CLIENT_IP export CLIENT_PRIVKEY='$CLIENT_PRIV' +export DNAT_PORTS=81,79 curl -fsSL https://raw.githubusercontent.com/${KSSH_REPO}/${KSSH_BRANCH}/tunnel/tunnel-install.sh | sh EOF echo "============================================================"