
| · | status
|
| Returns server status and request counters in text format.
|
|
|
| · | clearcache
|
| Clears the DNS cache.
|
| · | reloadall
|
| Reloads all zone data from disk.
|
|
|
| · | zonelist
|
| Returns a list of all zone names on the server (separated by <CRLF>).
|
| Optionally include the field "listtype", being either "simple" (the default), "primary" (primary zones only), "secondary" (secondary zones only), or "extended".
|
| Optionally specify a numeric ID in the field "zonegroup" matching a group ID in the "editrecs.ini" file to limit the list to a single zone group.
|
|
|
| · | getzone
|
| Returns the text of a zone file.
|
| Specify the zone name in the field "zone".
|
|
|
| · | loadzone
|
| Reloads an existing zone from disk.
|
| Specify the zone name in the field "zone".
|
|
|
| · | removezone
|
| Removes an existing zone from the server.
|
| Specify the zone name in the field "zone".
|
| · | updatehost
|
| Updates, creates, or deletes an A-record (host address).
|
| A parent zone must already exist for the host name.
|
| Specify the host name in the field "host".
|
| Specify an IP address in the field "data".
|
| If no data (IP address) is specified, the record is deleted.
|
| · | updatezone
|
| Updates or creates a new zone on the server.
|
| Specify the zone name in the field "zone".
|
| Specify the zone data in the field "data" (formatted as a standard zone file).
|
| For secondary zones, specify the primary server IP address in the field "masterip".
|
| Optionally specify a numeric ID in the field "zonegroup" matching a group ID in the "editrecs.ini" file.
|
| Make sure to increment the SOA-record serial number when using this command.
|