httproxy icon indicating copy to clipboard operation
httproxy copied to clipboard

A simple HTTP/HTTPS/SOCKS5 proxy in one port

httproxy

A simple HTTP/HTTPS/SOCKS5 proxy.

Installation

go get -u github.com/justmao945/httproxy

Usage

  • Install httproxy on the proxy machine and start it with httproxy -addr=:8080
  • Can work with KCPTUN to build a tunnel http/socks5 proxy...
  • Test with cURL
    # https proxy
    curl -x 127.0.0.1:8080 https://github.com
    
    # socks5 proxy
    curl --socks5-hostname 127.0.0.1:8080 http://github.com
    

More

This is a simple version of mallory