From 594b414050e46b7022faa20146f199f12b6c94c1 Mon Sep 17 00:00:00 2001 From: Anders Pitman Date: Sun, 27 Sep 2020 09:47:17 -0600 Subject: [PATCH] Update example --- tunnel.sh => create_tunnel_example.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename tunnel.sh => create_tunnel_example.sh (87%) diff --git a/tunnel.sh b/create_tunnel_example.sh similarity index 87% rename from tunnel.sh rename to create_tunnel_example.sh index fdfd2a6..817bd18 100755 --- a/tunnel.sh +++ b/create_tunnel_example.sh @@ -4,4 +4,4 @@ domain=$1 serverPort=$2 localPort=$3 -ssh -t -R $serverPort:localhost:$localPort $domain sirtunnel $domain:$serverPort +ssh -t -R $serverPort:localhost:$localPort $domain sirtunnel $domain $serverPort