Added a whitelist capability
This commit is contained in:
parent
b64f38d52a
commit
f240382b16
4 changed files with 162 additions and 12 deletions
8
captcha-whitelist.txt
Normal file
8
captcha-whitelist.txt
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue