mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-03 14:00:47 -05:00
Added max-transfer-time-out max-transfer-idle-in and max-transfer-idle-out
tests.
This commit is contained in:
parent
0b8e472452
commit
a5df621763
1 changed files with 3 additions and 0 deletions
|
|
@ -68,6 +68,9 @@ options {
|
|||
// of minutes an inbound zone transfer
|
||||
// may run. May be set on a per-zone
|
||||
// basis.
|
||||
max-transfer-time-out 10; // MAX_XFER_TIME; the default number
|
||||
max-transfer-idle-in 100; // MAX_XFER_TIME; the default number
|
||||
max-transfer-idle-out 11; // MAX_XFER_TIME; the default number
|
||||
/*
|
||||
* The "transfer-format" option specifies the way outbound zone
|
||||
* transfers (i.e. from us to them) are formatted. Two values are
|
||||
|
|
|
|||
Loading…
Reference in a new issue