mirror of
https://github.com/C0nw0nk/Nginx-Lua-Anti-DDoS.git
synced 2023-12-14 04:31:21 +00:00
Added Feature to detect Tor users Added Feature to block or allow Tor users (Allowing Tor users will still require for them to go through the authentication process the same as everyone else so don't worry) Added Feature to encrypt Tor headers making them as Dynamic as possible Added Feature to encrypt Tor cookies making them as Dynamic as possible Added Tor Javascript Checks Fixed unwanted collision bug between header x_auth_header_name when encrypted it was not unique so I made it unique to avoid any clashes in the future.