From d47e634a4a871331abe5e695c2ded56ce4e858c6 Mon Sep 17 00:00:00 2001 From: Sudo-Ivan Date: Sat, 27 Dec 2025 03:15:56 -0600 Subject: [PATCH] Add user agent blocklist file for bot detection - Created a new file `ua-blocklist.txt` to store URLs for bad user agent lists. - The lists will be fetched every 24 hours and cached for improved bot detection. --- ua-blocklist.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ua-blocklist.txt diff --git a/ua-blocklist.txt b/ua-blocklist.txt new file mode 100644 index 0000000..009c92a --- /dev/null +++ b/ua-blocklist.txt @@ -0,0 +1,4 @@ +# Add URLs for bad user agent lists here, one per line. +# They will be fetched every 24 hours and cached in .cache/bad-user-agents.txt +https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/refs/heads/master/_generator_lists/bad-user-agents.list +