fix(bots/phrik): add IPv6 address for phrik (#494)

Tracks https://gitlab.archlinux.org/archlinux/infrastructure/-/merge_requests/950
This commit is contained in:
Xe Iaso 2025-05-11 14:04:44 -04:00 committed by GitHub
parent 659b577e0e
commit f4298b993f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@
action: ALLOW
expression:
all:
- remoteAddress == "159.69.213.214"
- remoteAddress == "159.69.213.214" || remoteAddress == "2a01:4f8:c2c:7bf4::1"
- userAgent == "Mozilla/5.0 (compatible; utils.web Limnoria module)"
- '"X-Http-Version" in headers'
- headers["X-Http-Version"] == "HTTP/1.1"