diff --git a/root/usr/share/https-dns-proxy/providers/net.quad9.json b/root/usr/share/https-dns-proxy/providers/net.quad9.json index b3b5d6f..cc89da6 100644 --- a/root/usr/share/https-dns-proxy/providers/net.quad9.json +++ b/root/usr/share/https-dns-proxy/providers/net.quad9.json @@ -7,7 +7,7 @@ "option": { "description": "Variant", "type": "select", - "regex": "(dns|dns9|dns10|dns11)", + "regex": "(dns|dns9|dns10|dns11|dns12)", "options": [ { "value": "dns", @@ -24,6 +24,10 @@ { "value": "dns11", "description": "Secured with ECS Support" + }, + { + "value": "dns12", + "description": "Unsecured with ECS Support" } ], "default": "dns"