mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
Merge pull request #1548 from pi-hole/fix/ipv6_localhost_validator
Allow IPv6 loopback address to be added
This commit is contained in:
@@ -150,7 +150,7 @@ function validateIPv6CIDR(ip) {
|
||||
var ipv6validator = new RegExp(
|
||||
"^(((?:" +
|
||||
ipv6elem +
|
||||
"))((?::" +
|
||||
"))*((?::" +
|
||||
ipv6elem +
|
||||
"))*::((?:" +
|
||||
ipv6elem +
|
||||
|
||||
Reference in New Issue
Block a user