abbabb123 / httproxy

A simple HTTP/HTTPS/SOCKS5 proxy in one port

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A simple HTTP/HTTPS/SOCKS5 proxy in one port

License:MIT License


Languages

Language:Go 100.0%