From f4298b993f9480f91e713a931fc80b86daf23f27 Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Sun, 11 May 2025 14:04:44 -0400 Subject: [PATCH] fix(bots/phrik): add IPv6 address for phrik (#494) Tracks https://gitlab.archlinux.org/archlinux/infrastructure/-/merge_requests/950 --- data/bots/irc-bots/archlinux-phrik.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/bots/irc-bots/archlinux-phrik.yaml b/data/bots/irc-bots/archlinux-phrik.yaml index ecbc8cb..6124e2e 100644 --- a/data/bots/irc-bots/archlinux-phrik.yaml +++ b/data/bots/irc-bots/archlinux-phrik.yaml @@ -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" \ No newline at end of file