diff --git a/README.md b/README.md index 121a393..1b1ab45 100644 --- a/README.md +++ b/README.md @@ -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 ```