8 lines
321 B
Text
8 lines
321 B
Text
Reverse HTTP proxy to filter requests by different rules. Can be used between
|
|
production webserver and the application server to prevent abuse of the
|
|
application backend.
|
|
|
|
The original purpose of this program was to defend searx, but it can be used to
|
|
guard any web application.
|
|
|
|
WWW: https://github.com/asciimoo/filtron
|