From 76d1026d0de7d7d3877c673141f7ff458979f097 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Er=C3=A8be=20-=20Romain=20Gerard?= Date: Sun, 13 Jan 2019 19:17:28 +0100 Subject: [PATCH] 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 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ```