From d8a51c2f623887cbd5e2a6cef9a61b1e4e2516d8 Mon Sep 17 00:00:00 2001 From: Shreyas Zare Date: Sun, 16 May 2021 17:11:51 +0530 Subject: [PATCH] webapp: updated html code for new recursion ACL settings. --- DnsServerCore/www/index.html | 55 +++++++++++++++++++++++++++--------- 1 file changed, 41 insertions(+), 14 deletions(-) diff --git a/DnsServerCore/www/index.html b/DnsServerCore/www/index.html index 574ecf41..806a488d 100644 --- a/DnsServerCore/www/index.html +++ b/DnsServerCore/www/index.html @@ -901,23 +901,50 @@
+
+ +
+
+ +
Disables recursion so that this DNS Server works as authoritative only.
+
+
+ +
Enables recursion to allow this DNS Server to resolve any domain name.
+
+
+ +
Select this option if you want to support recursion only on private networks. Any recursive request from a public network will be refused.
+
+
+ +
Select this option to specify which networks (in CIDR form) must be allowed or denied. Denied networks are always matched first.
+
+
+
+ + + + + +
+
+
-
- -
-
Enable recursion to allow this DNS Server to resolve any domain name.
- -
- -
-
Enable this option if you want to support recursion only on private networks. Any recursive request from public network will be refused.
-