From 76ccd751a937de2c7aafda059441927816e95588 Mon Sep 17 00:00:00 2001 From: Snuupy Date: Sun, 9 Aug 2026 19:48:54 -0700 Subject: [PATCH 1/2] Add Quad9 Unsecured w/ ECS support provider Signed-off-by: Snuupy --- root/usr/share/https-dns-proxy/providers/net.quad9.json | 4 ++++ 1 file changed, 4 insertions(+) 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..5b6963f 100644 --- a/root/usr/share/https-dns-proxy/providers/net.quad9.json +++ b/root/usr/share/https-dns-proxy/providers/net.quad9.json @@ -24,6 +24,10 @@ { "value": "dns11", "description": "Secured with ECS Support" + }, + { + "value": "dns12", + "description": "Unsecured with ECS Support" } ], "default": "dns" From afb1615b1a5bb3a4cc665f7b39d31f7cfc96be54 Mon Sep 17 00:00:00 2001 From: Snuupy Date: Tue, 11 Aug 2026 16:04:07 -0700 Subject: [PATCH 2/2] Update quad9 regex options Updated regex to include 'dns12' as a valid option. Signed-off-by: Snuupy --- root/usr/share/https-dns-proxy/providers/net.quad9.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 5b6963f..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",