mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
request-nsid/request-sit out of order
This commit is contained in:
parent
b55ec74eaa
commit
bf1ab06a48
1 changed files with 1 additions and 1 deletions
|
|
@ -1925,8 +1925,8 @@ view_clauses[] = {
|
|||
CFG_CLAUSEFLAG_OBSOLETE },
|
||||
{ "rate-limit", &cfg_type_rrl, 0 },
|
||||
{ "recursion", &cfg_type_boolean, 0 },
|
||||
{ "request-sit", &cfg_type_boolean, CFG_CLAUSEFLAG_OBSOLETE },
|
||||
{ "request-nsid", &cfg_type_boolean, 0 },
|
||||
{ "request-sit", &cfg_type_boolean, CFG_CLAUSEFLAG_OBSOLETE },
|
||||
{ "require-server-cookie", &cfg_type_boolean, 0 },
|
||||
{ "resolver-query-timeout", &cfg_type_uint32, 0 },
|
||||
{ "response-padding", &cfg_type_resppadding, 0 },
|
||||
|
|
|
|||
Loading…
Reference in a new issue