mirror of
https://github.com/C0nw0nk/Nginx-Lua-Anti-DDoS.git
synced 2023-12-14 04:31:21 +00:00
Update README.md
This commit is contained in:
33
README.md
33
README.md
@ -14,6 +14,39 @@ This can protect you from many different forms of DDoS works with both HTTP and
|
||||
No limit on attack size
|
||||
Uptime guarantee
|
||||
|
||||
# Features :
|
||||
|
||||
These are some of the features I built into the script so far.
|
||||
|
||||
## Security
|
||||
|
||||
I am Under Attack Mode (DDoS Authentication HTML Page)
|
||||
|
||||
IP Address Whitelist
|
||||
|
||||
IP Subnet Ranges Whitelist
|
||||
|
||||
IP Address Blacklist
|
||||
|
||||
IP Subnet Ranges Blacklist
|
||||
|
||||
User-Agent Whitelist
|
||||
|
||||
User-Agent Blacklist
|
||||
|
||||
Protected area / Restricted access field username / password box to restrict access to sites / paths.
|
||||
|
||||
## WAF (Web Application Firewall)
|
||||
|
||||
Post Requests data filtering / blocking
|
||||
|
||||
## Caching Speed and Performance
|
||||
|
||||
Query String Sorting
|
||||
|
||||
Query String Whitelist
|
||||
|
||||
Query String Removal (It is a blacklist but it will just drop / remove the argument from the URL not block the request)
|
||||
|
||||
# Information :
|
||||
|
||||
|
Reference in New Issue
Block a user