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");