Skip to content

Commit

Permalink
doc: add reference to http-proxy-to-socks
Browse files Browse the repository at this point in the history
  • Loading branch information
kizzx2 committed Oct 8, 2019
1 parent 12e3dae commit 4ac1f66
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,9 @@ Then connect to SOCKS proxy through through `localhost:1080` / `local.docker:108
```bash
curl --proxy socks5h:https://local.docker:1080 ipinfo.io
```

## HTTP Proxy

You can easily convert this to an HTTP proxy using [http-proxy-to-socks](https://github.com/oyyd/http-proxy-to-socks), e.g.

hpts -s 127.0.0.1:1080 -p 8080

0 comments on commit 4ac1f66

Please sign in to comment.