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:
Dalf 2020-07-20 18:32:15 +02:00
parent bdf5619765
commit 5c8e7e8491

View file

@ -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"}]
},