diff --git a/DnsServerCore/www/index.html b/DnsServerCore/www/index.html index 806a488d..1cc90039 100644 --- a/DnsServerCore/www/index.html +++ b/DnsServerCore/www/index.html @@ -386,6 +386,7 @@ +
@@ -964,6 +965,37 @@
Note! Disable recursion if you wish this server to act only as authoritative name server for the configured zones.
+
+
+ +
+ + (set 0 to disable) +
+
The maximum queries a client can make per minute on average based on the sample size.
+
+ +
+ +
+ + minutes (valid range 1-60; default 5) +
+
The sample size in minutes to be used for limiting queries per client.
+
+ +
+ +
+ + minutes (valid range 1-60; default 1) +
+
The interval to sample client query stats.
+
+ +
Note! Queries Per Minute (QPM) feature will limit requests from a client based on its IP address. The QPM limit configured will be compared with the average count from the sample size which means a client may exceed the QPM limit for a given minute but won't exceed for the given sample size in minutes.
+
+
@@ -2179,6 +2211,101 @@
+ +