mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
Merge pull request #1214 from pi-hole/fix/ipv6_cidr_regex
Accept open-ended IPv6 addresses
This commit is contained in:
@@ -116,7 +116,7 @@ function validateIPv6CIDR(ip) {
|
||||
ipv6elem +
|
||||
"))*::((?:" +
|
||||
ipv6elem +
|
||||
"))((?::" +
|
||||
"))*((?::" +
|
||||
ipv6elem +
|
||||
"))*|((?:" +
|
||||
ipv6elem +
|
||||
|
||||
Reference in New Issue
Block a user