diff --git a/DnsServerCore/www/css/main.css b/DnsServerCore/www/css/main.css index a1714e93..66ecc671 100644 --- a/DnsServerCore/www/css/main.css +++ b/DnsServerCore/www/css/main.css @@ -147,10 +147,6 @@ a { margin-bottom: 10px; } -label { - margin-right: 4px; -} - .AlertPlaceholder { position: fixed; width: 800px; diff --git a/DnsServerCore/www/index.html b/DnsServerCore/www/index.html index 5eb31a18..e86c3d0e 100644 --- a/DnsServerCore/www/index.html +++ b/DnsServerCore/www/index.html @@ -790,8 +790,7 @@
- -
The primary domain name used by this DNS Server to identify itself.
+
The primary domain name used by this DNS Server to identify itself.
@@ -799,8 +798,7 @@
- -
Local addresses are the network interface IP addresses you want the DNS Server to listen for requests.
+
Local addresses are the network interface IP addresses you want the DNS Server to listen for requests.
To apply DNS Server local address changes, you will need to manually restart the main service.
@@ -812,8 +810,7 @@
- -
Specify the TCP port number for this web console.
+
Specify the TCP port number for this web console.
To apply web service port changes, you will need to manually restart the main service.
@@ -851,8 +848,7 @@
- -
Specify a PKCS #12 certificate (.pfx) file path on the server. The certificate must contain private key.
+
Specify a PKCS #12 certificate (.pfx) file path on the server. The certificate must contain private key.
@@ -860,8 +856,7 @@
- -
Enter the certificate (.pfx) password, if any.
+
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-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.
@@ -929,8 +924,7 @@ (recommended 2) - -
The minimum initial TTL value of a record needed to be eligible for prefetching.
+
The minimum initial TTL value of a record needed to be eligible for prefetching.
@@ -939,8 +933,7 @@ (recommended 9; set 0 to disable prefetching & auto prefetching)
- -
A record with TTL value less than trigger value will initiate prefetch operation immediately for itself.
+
A record with TTL value less than trigger value will initiate prefetch operation immediately for itself.
@@ -949,8 +942,7 @@ minutes (valid range 1-60; default 5)
- -
The interval to sample eligible domain names from last hour stats for auto prefetch.
+
The interval to sample eligible domain names from last hour stats for auto prefetch.
@@ -959,8 +951,7 @@ hits/hour (default 30)
- -
Minimum required hits per hour for a domain name to be eligible for auto prefetch.
+
Minimum required hits per hour for a domain name to be eligible for auto prefetch.
The DNS Server cache auto prefetch option can keep eligible domain names from last hour stats "hot" in cache. Auto prefetch eligibility value can be decided by keeping an eye on the hits shown for last hour on the dashboard. Experiment with auto prefetch sampling interval and eligibility to get best results.