Skip to content

Commit 8917b6e

Browse files
updated README
1 parent 1c1af38 commit 8917b6e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99

1010
## Introduction
1111

12-
`GoHPTS` CLI tool is a bridge between HTTP clients and a SOCKS5 proxy server. It listens locally as an HTTP proxy, accepts standard HTTP
13-
or HTTPS (via CONNECT) requests and forwards the connection through a SOCKS5 proxy. Inspired by [http-proxy-to-socks](https://github.com/oyyd/http-proxy-to-socks)
12+
`GoHPTS` CLI tool is a bridge between HTTP clients and a SOCKS5 proxy server or multiple servers (chain). It listens locally as an HTTP proxy, accepts standard HTTP
13+
or HTTPS (via CONNECT) requests and forwards the connection through a SOCKS5 proxy. Inspired by [http-proxy-to-socks](https://github.com/oyyd/http-proxy-to-socks) and [Proxychains](https://github.com/rofl0r/proxychains-ng)
1414

1515
Possible use case: you need to connect to external API via Postman, but this API only available from some remote server.
1616
The following commands will help you to perform such a task:
@@ -144,7 +144,7 @@ Run http proxy over TLS connection
144144
gohpts -s 1080 -l 8080 -c "path/to/certificate" -k "path/to/private/key"
145145
```
146146

147-
Run http proxy with chain of SOCKS5 proxy
147+
Run http proxy in SOCKS5 proxy chain mode
148148

149149
```shell
150150
gohpts -f "path/to/proxychain/config" -d

0 commit comments

Comments
 (0)