Update README.md
Former-commit-id: 1a86123d4fab34db2f3a047d242a1f5a9537e2e3 Former-commit-id: d752f9de20de109e4640e4f28894701ebad6130a [formerly fdc25607fbdff12cb77f158916979c2333b743fa] [formerly 101511038f94d567044bd5e3f802c310c88f829e [formerly e1127b5de6bb7b68cf8f2a557ea6bf2fadbddc24 [formerly e1127b5de6bb7b68cf8f2a557ea6bf2fadbddc24 [formerly e1127b5de6bb7b68cf8f2a557ea6bf2fadbddc24 [formerly e15fffd809cc0ade2385ed44a223e133fd5f08a4]]]]] Former-commit-id: 4a440c11087a8edab22ae6881bf15f084a7a9e72 [formerly 48b16fc3877fd99fd8909c1ecefcb1783785fe56] Former-commit-id: 7e13a6beb367b88684132619ed59173482d565fc Former-commit-id: f07db37d1c51f0e9d9a9f314f77c8178ffacce73 Former-commit-id: dd44e3691719ea0eb5e512f2fc3f07448e4183a3 Former-commit-id: 4f0cb7ce5f43a5caaf2473c3cb427ad0d6dc9f75 [formerly d52f8b68862d30b8d15ca1eeb758e09b43a35582] Former-commit-id: a77b3f43609b3ae6ea412bcc1d3b08601d9da6f4
This commit is contained in:
parent
8e54855bf9
commit
76d1026d0d
1 changed files with 2 additions and 2 deletions
|
@ -70,7 +70,7 @@ This command will create a sock5 server listenning only on loopback interface on
|
|||
|
||||
Ex: With firefox you can setup a proxy using this tunnel by settings in networking preferences 127.0.0.1:8888 and selecting socks5 proxy
|
||||
|
||||
### As Proxy Command for SSH
|
||||
### As proxy command for SSH
|
||||
You can specify `stdio` as source port on the client side if you wish to use wstunnel as part of a proxy command for ssh
|
||||
```
|
||||
ssh -o ProxyCommand="wstunnel -L stdio:%h:%p ws://localhost:8080" my-server
|
||||
|
@ -78,7 +78,7 @@ ssh -o ProxyCommand="wstunnel -L stdio:%h:%p ws://localhost:8080" my-server
|
|||
|
||||
### When behind a corporate proxy
|
||||
An other useful example is when you want to bypass an http proxy (a corporate proxy for example)
|
||||
The most reliable way to do it is to use wstunnel as described below
|
||||
The most reliable way to do it is to use wstunnel as described below
|
||||
|
||||
Start your wstunnel server with tls activated
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue