mirror of
https://github.com/TecharoHQ/anubis.git
synced 2025-09-20 10:07:18 -04:00

* feat(apps): add SearXNG instance tracker policy * feat(apps): add Qualys SSL Labs policy * chore: spelling Signed-off-by: Xe Iaso <me@xeiaso.net> --------- Signed-off-by: Xe Iaso <me@xeiaso.net> Co-authored-by: hyperdefined <contact@hyper.lol>
9 lines
372 B
YAML
9 lines
372 B
YAML
# This policy allows SearXNG's instance tracker to work. (https://searx.space)
|
|
# IPs are taken from `check.searx.space` DNS records.
|
|
# https://toolbox.googleapps.com/apps/dig/#A/check.searx.space
|
|
# https://toolbox.googleapps.com/apps/dig/#AAAA/check.searx.space
|
|
- name: searx-checker
|
|
action: ALLOW
|
|
remote_addresses:
|
|
- 167.235.158.251/32
|
|
- 2a01:4f8:1c1c:8fc2::1/128 |