From 2c9cb1ebe4f5b27b169f0438d64a42ef230c82ad Mon Sep 17 00:00:00 2001 From: Shreyas Zare Date: Sat, 21 Dec 2024 15:56:45 +0530 Subject: [PATCH] webapp: updated html to add support for new options in settings. Updated and simplified password reset dialog instructions. --- DnsServerCore/www/index.html | 35 ++++++++++++++++++++++++++++++++--- 1 file changed, 32 insertions(+), 3 deletions(-) diff --git a/DnsServerCore/www/index.html b/DnsServerCore/www/index.html index 71f66c0d..bd149f95 100644 --- a/DnsServerCore/www/index.html +++ b/DnsServerCore/www/index.html @@ -1010,6 +1010,24 @@ +
+ +
+ + seconds (default 300) +
+
The minimum Refresh interval to be used by Secondary, Stub, Secondary Forwarder, and Secondary Catalog zones. This value will be used if a zone's SOA Refresh value is less than the minimum value.
+
+ +
+ +
+ + seconds (default 300) +
+
The minimum Retry interval to be used by Secondary, Stub, Secondary Forwarder, and Secondary Catalog zones zones. This value will be used if a zone's SOA Retry value is less than the minimum value.
+
+
@@ -1253,6 +1271,15 @@
The maximum number of pending inbound connections. This option applies to TCP, TLS, TcpProxy, and QUIC transport protocols.
+ +
+ +
+ + per CPU core (default 100) +
+
The maximum number of concurrent async outbound resolutions that should be done per CPU core.
+
@@ -3332,7 +3359,7 @@