fix typo README.md (#171)
Former-commit-id: 51d0416af15e4185b4b79bf97f3436226df2b4c8 [formerly 03e982e43035054a78fe60f2301d83f8202b70c0] [formerly aadd09dc1d19e37dd6810f8c2b87105912ed12a0 [formerly 989865da87ed5c87194c6f127bce98ba632f9a9b]] Former-commit-id: 88d716aeeeb3728ede18afc2be6427503b266bc4 [formerly e992bc7a9083153bed1cb90933c24a74a21333d9] Former-commit-id: 27884d05a2b2c70cb1c213201464198c923f7435 Former-commit-id: 923a5a161d792f1c46656ad10c6a615f42ca2446 Former-commit-id: 732774924e72183d0c83e85204efba105b33ccab Former-commit-id: 2aaec57ee8a590a2bca18e13cbebdbbda5ceb6ed [formerly 5ff9411e8b18060fdb7b38b0d45998e9e2f26c82] Former-commit-id: 826d5c3048fad4ae657efe3c2158f5f365603b37
This commit is contained in:
parent
61a11e572e
commit
9ef71bc2af
1 changed files with 2 additions and 2 deletions
|
@ -147,7 +147,7 @@ On the client side use this command to forward traffic through the websocket tun
|
|||
```bash
|
||||
wstunnel client -L socks5://8888 ws://myRemoteHost:8080
|
||||
```
|
||||
This command will create a sock5 server listening on port 8888 of a loopback interface and will forward traffic.
|
||||
This command will create a socks5 server listening on port 8888 of a loopback interface and will forward traffic.
|
||||
|
||||
With firefox you can setup a proxy using this tunnel, by setting in networking preferences 127.0.0.1:8888 and selecting socks5 proxy
|
||||
|
||||
|
@ -210,7 +210,7 @@ target/debug/wstunnel ...
|
|||
```
|
||||
|
||||
## TODO
|
||||
- [x] Add sock5 proxy
|
||||
- [x] Add socks5 proxy
|
||||
- [x] Add better logging
|
||||
- [x] Add better error handling
|
||||
- [x] Add httpProxy authentification
|
||||
|
|
Loading…
Reference in a new issue