mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2026-01-06 16:53:59 +00:00
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.
This commit is contained in:
@@ -514,11 +514,9 @@
|
||||
<li><a href="#">Quad9 Secure TLS (dns.quad9.net (9.9.9.9:853))</a></li>
|
||||
<li><a href="#">Quad9 Secure TLS (dns.quad9.net ([2620:fe::fe]:853))</a></li>
|
||||
<li><a href="#">Quad9 Secure HTTPS (https://dns.quad9.net/dns-query)</a></li>
|
||||
<li><a href="#">Quad9 Secure HTTPS-JSON (https://dns.quad9.net/dns-query)</a></li>
|
||||
<li><a href="#">Quad9 Unsecure (9.9.9.10)</a></li>
|
||||
<li><a href="#">Quad9 Unsecure ([2620:fe::10])</a></li>
|
||||
<li><a href="#">Quad9 Unsecure HTTPS (https://dns10.quad9.net/dns-query)</a></li>
|
||||
<li><a href="#">Quad9 Unsecure HTTPS-JSON (https://dns10.quad9.net/dns-query)</a></li>
|
||||
<li><a href="#">OpenDNS (208.67.222.222)</a></li>
|
||||
<li><a href="#">OpenDNS (208.67.220.220)</a></li>
|
||||
<li><a href="#">OpenDNS ([2620:0:ccc::2])</a></li>
|
||||
@@ -922,7 +920,6 @@
|
||||
<option value="quad9-tls">Quad9 Secure (DNS-over-TLS)</option>
|
||||
<option value="quad9-tls-ipv6">Quad9 Secure (DNS-over-TLS IPv6)</option>
|
||||
<option value="quad9-https">Quad9 Secure (DNS-over-HTTPS)</option>
|
||||
<option value="quad9-json">Quad9 Secure (DNS-over-HTTPS-JSON)</option>
|
||||
|
||||
<option value="opendns-udp">OpenDNS (DNS-over-UDP)</option>
|
||||
<option value="opendns-udp-ipv6">OpenDNS (DNS-over-UDP IPv6)</option>
|
||||
|
||||
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user