Skip to content
Snippets Groups Projects
Commit 6b5c3361 authored by Daniel Salzman's avatar Daniel Salzman
Browse files

tests-extra: extend xfr limits in Bind configuration

parent ec87ea94
No related branches found
No related tags found
No related merge requests found
......@@ -661,6 +661,10 @@ class Bind(Server):
s.item("auth-nxdomain", "no")
s.item("recursion", "no")
s.item("masterfile-format", "text")
s.item("max-refresh-time", "2")
s.item("max-retry-time", "2")
s.item("transfers-in", "30")
s.item("transfers-out", "30")
s.end()
s.begin("key", self.ctlkey.name)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment