From: Frank Louwers Date: Thu, 18 Apr 2019 14:42:13 +0000 (+0200) Subject: Add documentation for pdnsutil delete-rrset and replace-rrset X-Git-Tag: rec-4.2.0-rc1~37^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F7736%2Fhead;p=thirdparty%2Fpdns.git Add documentation for pdnsutil delete-rrset and replace-rrset --- diff --git a/docs/manpages/pdnsutil.1.rst b/docs/manpages/pdnsutil.1.rst index 3b02ccfbc7..bec74b99d2 100644 --- a/docs/manpages/pdnsutil.1.rst +++ b/docs/manpages/pdnsutil.1.rst @@ -162,6 +162,8 @@ check-zone *ZONE* clear-zone *ZONE* Clear the records in zone *ZONE*, but leave actual domain and settings unchanged +delete-rrset *ZONE* *NAME* *TYPE* + Delete named RRSET from zone. delete-zone *ZONE*: Delete the zone named *ZONE*. edit-zone *ZONE* @@ -192,6 +194,8 @@ rectify-all-zones 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 existing *NAME* in zone *ZONE* with a new set. secure-zone *ZONE* Configures a zone called *ZONE* with reasonable DNSSEC settings. You should manually run 'pdnsutil rectify-zone' afterwards.