4431. [bug] named-checkconf now checks the rate-limit clause.
[RT #42970]
This commit is contained in:
5
bin/tests/system/checkconf/bad-rate-limit-window.conf
Normal file
5
bin/tests/system/checkconf/bad-rate-limit-window.conf
Normal file
@@ -0,0 +1,5 @@
|
||||
options {
|
||||
rate-limit {
|
||||
window 3601; // greater than default of 3600
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user