Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ilanyu/ReverseProxy
ReverseProxy in golang
https://github.com/ilanyu/ReverseProxy
Last synced: about 2 months ago
JSON representation
ReverseProxy in golang
- Host: GitHub
- URL: https://github.com/ilanyu/ReverseProxy
- Owner: ilanyu
- Created: 2017-10-14T13:05:50.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-16T12:14:34.000Z (over 6 years ago)
- Last Synced: 2024-08-01T19:32:54.569Z (5 months ago)
- Language: Go
- Homepage: https://hub.docker.com/r/ilanyu/golang-reverseproxy/
- Size: 6.61 MB
- Stars: 4,290
- Watchers: 152
- Forks: 1,103
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - ReverseProxy
README
# 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