Skip to content
Branch: master
Clone or download
Latest commit 616cf11 Apr 16, 2018
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
README.md update v1.0 Oct 14, 2017
cmd.go change dns server Apr 16, 2018
handle.go change dns server Apr 16, 2018
main.go change dns server Apr 16, 2018

README.md

ReverseProxy

ReverseProxy in golang

Use:

./ReverseProxy_[OS]_[ARCH] -h

Usage of ReverseProxy_[OS]_[ARCH]:
  -l string
        listen on ip:port (default "0.0.0.0:8888")
  -r string
        reverse proxy addr (default "http://idea.lanyus.com:80")


./ReverseProxy_windows_amd64.exe -l "0.0.0.0:8081" -r "https://www.baidu.com"

Listening on 0.0.0.0:8081, forwarding to https://www.baidu.com
You can’t perform that action at this time.