This PR adds support for Caddy HTTP Server, by redirecting to 444 an referer, if matched.
Motivation and Context
Enables who is relying on Caddy as HTTP server to use this referrer list.
How Has This Been Tested?
I generated the file, and I try to import the generated output on top of my caddy http configuration file ( see comments on top of the generated .caddy file.
Screenshots (if appropriate):
Types of changes
[ ] Bug fix (non-breaking change which fixes an issue)
[x] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
Checklist:
[x] My code follows the code style of this project.
[ ] My change requires a change to the documentation.
Documentation: -> redir: https://caddyserver.com/docs/redir -> import: https://caddyserver.com/docs/import
Description
This PR adds support for Caddy HTTP Server, by redirecting to 444 an referer, if matched.
Motivation and Context
Enables who is relying on Caddy as HTTP server to use this referrer list.
How Has This Been Tested?
I generated the file, and I try to import the generated output on top of my caddy http configuration file ( see comments on top of the generated
.caddy
file.Screenshots (if appropriate):
Types of changes
Checklist: