File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,29 @@ gohpts -s :1080 -l :8080
2929
3030Specify http server in proxy configuration of Postman
3131
32+ ## Features
33+
34+ - ** DNS Leak Protection**
35+ DNS resolution occurs on SOCKS5 server side.
36+
37+ - ** CONNECT Method Support**
38+ Supports HTTP CONNECT tunneling, enabling HTTPS and other TCP-based protocols.
39+
40+ - ** Trailer Headers Support**
41+ Handles HTTP trailer headers
42+
43+ - ** Chunked Transfer Encoding**
44+ Handles chunked and streaming responses
45+
46+ - ** SOCKS5 Authentication Support**
47+ Supports username/password authentication for SOCKS5 proxies.
48+
49+ - ** Lightweight and Fast**
50+ Designed with minimal overhead and efficient request handling.
51+
52+ - ** Cross-Platform**
53+ Compatible with all major operating systems.
54+
3255## Installation
3356
3457You can download the binary for your platform from [ Releases] ( https://github.com/shadowy-pycoder/go-http-proxy-to-socks/releases ) page.
You can’t perform that action at this time.
0 commit comments