From 8ad3b70f96bbda82865260c39ce97decbed6a318 Mon Sep 17 00:00:00 2001 From: DL6ER Date: Mon, 13 Apr 2020 09:48:08 +0200 Subject: [PATCH] We should also accept open-ended IPv6 addresses such as, e.g., fda2:2001:5555:: Signed-off-by: DL6ER --- scripts/pi-hole/js/groups-common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pi-hole/js/groups-common.js b/scripts/pi-hole/js/groups-common.js index 99756901..005ce7d8 100644 --- a/scripts/pi-hole/js/groups-common.js +++ b/scripts/pi-hole/js/groups-common.js @@ -116,7 +116,7 @@ function validateIPv6CIDR(ip) { ipv6elem + "))*::((?:" + ipv6elem + - "))((?::" + + "))*((?::" + ipv6elem + "))*|((?:" + ipv6elem +