3 lines
72 B
Text
3 lines
72 B
Text
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
ssh -o 'ProxyCommand corkscrew 192.168.100.10 3128 %h %p' $@
|