Update example
This commit is contained in:
parent
df98167eef
commit
594b414050
1 changed files with 1 additions and 1 deletions
|
@ -4,4 +4,4 @@ domain=$1
|
||||||
serverPort=$2
|
serverPort=$2
|
||||||
localPort=$3
|
localPort=$3
|
||||||
|
|
||||||
ssh -t -R $serverPort:localhost:$localPort $domain sirtunnel $domain:$serverPort
|
ssh -t -R $serverPort:localhost:$localPort $domain sirtunnel $domain $serverPort
|
Loading…
Reference in a new issue