Skip to content

Commit

Permalink
Update example
Browse files Browse the repository at this point in the history
  • Loading branch information
anderspitman committed Sep 27, 2020
1 parent df98167 commit 594b414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tunnel.sh → create_tunnel_example.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 594b414

Please sign in to comment.