From 7194c79b43f991baee9d32a157197d6100fcbb8c Mon Sep 17 00:00:00 2001 From: Shreyas Zare Date: Sun, 28 Jul 2019 18:53:54 +0530 Subject: [PATCH] webapp: removed Quad9 HTTPS-JSON protocol entries since as per email from John Todd, Quad9 is phasing out the JSON reply model as it is not supported in dnsdist 1.4 (which uses h2o) and is not a general standard. --- DnsServerCore/www/index.html | 3 --- DnsServerCore/www/js/main.js | 5 ----- 2 files changed, 8 deletions(-) diff --git a/DnsServerCore/www/index.html b/DnsServerCore/www/index.html index f9a5f3a5..39af3876 100644 --- a/DnsServerCore/www/index.html +++ b/DnsServerCore/www/index.html @@ -514,11 +514,9 @@
  • Quad9 Secure TLS (dns.quad9.net (9.9.9.9:853))
  • Quad9 Secure TLS (dns.quad9.net ([2620:fe::fe]:853))
  • Quad9 Secure HTTPS (https://dns.quad9.net/dns-query)
  • -
  • Quad9 Secure HTTPS-JSON (https://dns.quad9.net/dns-query)
  • Quad9 Unsecure (9.9.9.10)
  • Quad9 Unsecure ([2620:fe::10])
  • Quad9 Unsecure HTTPS (https://dns10.quad9.net/dns-query)
  • -
  • Quad9 Unsecure HTTPS-JSON (https://dns10.quad9.net/dns-query)
  • OpenDNS (208.67.222.222)
  • OpenDNS (208.67.220.220)
  • OpenDNS ([2620:0:ccc::2])
  • @@ -922,7 +920,6 @@ - diff --git a/DnsServerCore/www/js/main.js b/DnsServerCore/www/js/main.js index cdbc4790..08041fc7 100644 --- a/DnsServerCore/www/js/main.js +++ b/DnsServerCore/www/js/main.js @@ -324,11 +324,6 @@ $(function () { $("#rdForwarderProtocolHttps").prop("checked", true); break; - case "quad9-json": - $("#txtForwarders").val("https://dns.quad9.net/dns-query"); - $("#rdForwarderProtocolHttpsJson").prop("checked", true); - break; - case "opendns-udp": $("#txtForwarders").val("208.67.222.222\r\n208.67.220.220");