Skip to content

Commit

Permalink
fix typo README.md (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubhamkashyap1601 committed Oct 21, 2023
1 parent 6deaf6b commit 989865d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 989865d

Please sign in to comment.