An open API service indexing awesome lists of open source software.

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

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