Skip to content

justmao945/httproxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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