feat 环境
This commit is contained in:
12
Publish/tunnel.ps1
Normal file
12
Publish/tunnel.ps1
Normal file
@@ -0,0 +1,12 @@
|
||||
Write-Host "tunnel success..."
|
||||
ssh -N `
|
||||
-L 3001:localhost:3001 `
|
||||
-L 4317:localhost:4317 `
|
||||
-L 6379:localhost:6379 `
|
||||
-L 2379:localhost:2379 `
|
||||
-L 3306:localhost:3306 `
|
||||
-L 9093:localhost:9093 `
|
||||
-L 9094:localhost:9094 `
|
||||
-L 9092:localhost:9092 `
|
||||
-L 8082:localhost:8082 `
|
||||
root@47.108.184.184
|
||||
Reference in New Issue
Block a user