diff --git a/DnsServerCore/www/index.html b/DnsServerCore/www/index.html index 56c34f6a..f5c3e097 100644 --- a/DnsServerCore/www/index.html +++ b/DnsServerCore/www/index.html @@ -813,35 +813,30 @@
Specify the TCP port number for this web console.
-
- -
-
- -
-
Use http://localhost:5380/dns-query URL with a TLS terminating reverse proxy like nginx for both wire and json response formats.
-
-
- -
To apply web service port changes, you will need to manually restart the main service. The web service DNS-over-HTTP feature does not have TLS termination and will work only on private networks.
+
To apply web service port changes, you will need to manually restart the main service.
- +
+
+
Enable this option to accept DNS-over-HTTP requests for both wire and json response formats. It must be used with a TLS terminating reverse proxy like nginx and will work only on private networks.
+ +
+
Enable this option to accept DNS-over-TLS requests.
Enable this option to accept DNS-over-HTTPS requests for both wire and json response formats.
@@ -866,7 +861,7 @@
Enter the certificate (.pfx) password, if any.
-
To enable or disable these protocols, you will need to manually restart the main service. For DNS-over-TLS, use tls-certificate-domain:853 and for DNS-over-HTTPS use https://tls-certificate-domain/dns-query to configure supported DNS clients.
+
To enable or disable these protocols, you will need to manually restart the main service. For DNS-over-HTTP, use http://localhost:8053/dns-query with a TLS terminating reverse proxy like nginx. For DNS-over-TLS, use tls-certificate-domain:853 and for DNS-over-HTTPS use https://tls-certificate-domain/dns-query to configure supported DNS clients.