Added a whitelist capability

This commit is contained in:
Frans Veldman 2026-06-13 04:58:41 +00:00
commit f240382b16
4 changed files with 162 additions and 12 deletions

8
captcha-whitelist.txt Normal file
View file

@ -0,0 +1,8 @@
# IPs and CIDR blocks that bypass the captcha gate entirely.
# One entry per line. Lines starting with # are comments.
# Examples:
# 1.2.3.4
# 10.0.0.0/24
# 2001:db8::/32
127.0.0.1
::1