4431. [bug] named-checkconf now checks the rate-limit clause.

[RT #42970]
This commit is contained in:
Mark Andrews
2016-08-08 23:52:40 +10:00
parent 3146be6fd6
commit 632e67baa6
15 changed files with 207 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
options {
rate-limit {
errors-per-second 1001; // greater than DNS_RRL_MAX_RATE
};
};