mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 05:19:59 -04:00
[v9_9] correct syntax for addzone/delzone in rndc -h
This commit is contained in:
parent
d4616282ad
commit
db5cf52adf
1 changed files with 2 additions and 2 deletions
|
|
@ -156,9 +156,9 @@ command is one of the following:\n\
|
|||
Delete a TKEY-negotiated TSIG key.\n\
|
||||
validation newstate [view]\n\
|
||||
Enable / disable DNSSEC validation.\n\
|
||||
addzone [\"file\"] zone [class [view]] { zone-options }\n\
|
||||
addzone zone [class [view]] { zone-options }\n\
|
||||
Add zone to given view. Requires new-zone-file option.\n\
|
||||
delzone [\"file\"] zone [class [view]]\n\
|
||||
delzone zone [class [view]]\n\
|
||||
Removes zone from given view. Requires new-zone-file option.\n\
|
||||
signing -list zone [class [view]]\n\
|
||||
List the private records showing the state of DNSSEC\n\
|
||||
|
|
|
|||
Loading…
Reference in a new issue