Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/h4sh5/waf-template
A golang Web Application Firewall proxy template
https://github.com/h4sh5/waf-template
Last synced: about 1 month ago
JSON representation
A golang Web Application Firewall proxy template
- Host: GitHub
- URL: https://github.com/h4sh5/waf-template
- Owner: h4sh5
- License: bsd-2-clause
- Created: 2024-05-21T03:37:45.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-21T07:36:28.000Z (6 months ago)
- Last Synced: 2024-05-22T04:41:21.883Z (6 months ago)
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WAFfles - a WAF template
A golang HTTP proxy that forwards requests to an origin URL after checking a blocking function.
## usage
`go build`
`./waffles `
example (if origin URL is at `http://localhost:8080`)
`./waffles http://localhost:8080`