List all autoprimaries.
create-zone *ZONE*
Create an empty zone named *ZONE*.
-create-secondary-zone *ZONE* *PRIMARY* [*PRIMARY*]..
+create-secondary-zone *ZONE* *PRIMARY* [*PRIMARY*]...
Create a new secondary zone *ZONE* with primaries *PRIMARY*. All *PRIMARY*\ s
need to to be space-separated IP addresses with an optional port.
-change-secondary-zone-primary *ZONE* *PRIMARY* [*PRIMARY*]..
+change-secondary-zone-primary *ZONE* *PRIMARY* [*PRIMARY*]...
Change the primaries for secondary zone *ZONE* to new primaries *PRIMARY*. All
*PRIMARY*\ s need to to be space-separated IP addresses with an optional port.
check-all-zones
settings unchanged
delete-rrset *ZONE* *NAME* *TYPE*
Delete named RRSET from zone.
-delete-zone *ZONE*:
+delete-zone *ZONE*
Delete the zone named *ZONE*.
edit-zone *ZONE*
Opens *ZONE* in zonefile format (regardless of backend it was loaded
list-keys [*ZONE*]
List DNSSEC information for all keys or for *ZONE*. --verbose or -v will
also include the keys for disabled or empty zones.
-list-all-zones:
+list-all-zones
List all active zone names. --verbose or -v will also include disabled
or empty zones.
list-zone *ZONE*
Calculates the 'ordername' and 'auth' fields for all zones so they
comply with DNSSEC settings. Can be used to fix up migrated data.
Can always safely be run, it does no harm.
-replace-rrset *ZONE* *NAME* *TYPE* [*TTL*] *CONTENT* [*CONTENT*..]
+replace-rrset *ZONE* *NAME* *TYPE* [*TTL*] *CONTENT* [*CONTENT*...]
Replace existing *NAME* in zone *ZONE* with a new set.
secure-zone *ZONE*
Configures a zone called *ZONE* with reasonable DNSSEC settings. You
DEBUGGING TOOLS
---------------
-backend-cmd *BACKEND* *CMD* [*CMD..*]
+backend-cmd *BACKEND* *CMD* [*CMD...*]
Send a text command to a backend for execution. GSQL backends will
take SQL commands, other backends may take different things. Be
careful!