From 30e8a06399674b8fae6382b1cdd1c945f0b2e86c Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Wed, 13 Mar 2024 15:48:47 -0400 Subject: [PATCH] Update scripts/tunnel --- scripts/tunnel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/tunnel b/scripts/tunnel index 16983ad..e8a95f9 100755 --- a/scripts/tunnel +++ b/scripts/tunnel @@ -1,3 +1,3 @@ #!/bin/sh -ssh -f -N -T -R$1:localhost:42443 tunnel.simponic.xyz +ssh -f -N -T -Rtunnel.simponic.xyz:42069:localhost:$1 tunnel.simponic.xyz