httproxy

command module
v0.0.0-...-cc2c17d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 30, 2017 License: MIT Imports: 8 Imported by: 0

README

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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL