mirror of
https://github.com/searxng/searxng-docker.git
synced 2025-02-19 20:00:04 +00:00
rules.json: allow nslookup(check.searx.space) instead of hard-coded IP
related to https://github.com/asciimoo/filtron/pull/13
This commit is contained in:
parent
bdf5619765
commit
5c8e7e8491
@ -1,7 +1,7 @@
|
||||
[
|
||||
{
|
||||
"name": "searx.space",
|
||||
"filters": ["Header:X-Forwarded-For=(2001:41d0:8:de3::1|176.31.252.227)"],
|
||||
"filters": ["Header:X-Forwarded-For=nslookup(check.searx.space)"],
|
||||
"stop": true,
|
||||
"actions": [{ "name": "log"}]
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user