From 8704fdf8304e8431c12afb13f71fcf3579e5757c Mon Sep 17 00:00:00 2001 From: Shreyas Zare Date: Sun, 3 Mar 2019 18:46:05 +0530 Subject: [PATCH] webapp: settings tab UI items reordering done. --- DnsServerCore/www/index.html | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) 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.