https://github.com/veo/wdrproxy
A simple forward proxy tool with WAF and CDN functions
https://github.com/veo/wdrproxy
cdn golang reverseproxy waf
Last synced: 10 months ago
JSON representation
A simple forward proxy tool with WAF and CDN functions
- Host: GitHub
- URL: https://github.com/veo/wdrproxy
- Owner: veo
- Created: 2019-09-11T03:35:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-11T03:54:46.000Z (over 6 years ago)
- Last Synced: 2023-03-05T01:10:16.277Z (almost 3 years ago)
- Topics: cdn, golang, reverseproxy, waf
- Language: Go
- Homepage:
- Size: 8.79 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WDRProxy
WDRProxy in golang
WDRProxy is a simple forward proxy tool with WAF and CDN functions
## Use:
./WDRProxy_[OS]_[ARCH] -h
Usage of WDRProxy_[OS]_[ARCH]:
-l string
listen on ip:port (default "0.0.0.0:8080")
-r string
reverse proxy addr (default "http://www.xunblog.com")
./WDRProxy_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