4431. [bug] named-checkconf now checks the rate-limit clause.
[RT #42970]
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
options {
|
||||
rate-limit {
|
||||
errors-per-second 1001; // greater than DNS_RRL_MAX_RATE
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user