diff --git a/DnsServerCore/www/index.html b/DnsServerCore/www/index.html index 00da02f7..56c34f6a 100644 --- a/DnsServerCore/www/index.html +++ b/DnsServerCore/www/index.html @@ -783,17 +783,12 @@
- +
-
- -
- -
- -
+ +
The primary domain name used by this DNS Server to identify itself.
@@ -805,10 +800,19 @@
Local addresses are the network interface IP addresses you want the DNS Server to listen for requests.
-
To apply web service port and DNS Server local address changes, you will need to manually restart the main service.
+
To apply DNS Server local address changes, you will need to manually restart the main service.
+
+ +
+ +
+ +
Specify the TCP port number for this web console.
+
+
@@ -817,16 +821,16 @@ Enable DNS-over-HTTP On This Web Service
-
Use http://localhost:5380/dns-query URL with a reverse proxy for both wire and json formats.
+
Use http://localhost:5380/dns-query URL with a TLS terminating reverse proxy like nginx for both wire and json response formats.
-
This feature does not have TLS termination and will work only on private networks. It is intended to be used with an TLS terminating reverse proxy like nginx.
+
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.
- +
-
Enable this option to accept DNS-over-HTTPS requests for both wire and json formats.
+
Enable this option to accept DNS-over-HTTPS requests for both wire and json response formats.