From: cranberry Date: Mon, 14 Jun 2021 20:41:52 +0000 (+0000) Subject: Added reference to pdnsutil manpage X-Git-Tag: dnsdist-1.7.0-alpha1~97^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc63af1b2e2a220d1f640ebc26053572203f244d;p=thirdparty%2Fpdns.git Added reference to pdnsutil manpage --- diff --git a/docs/running.rst b/docs/running.rst index 9900b96736..be63e7bb13 100644 --- a/docs/running.rst +++ b/docs/running.rst @@ -104,6 +104,14 @@ For all supported ``pdns_control`` commands and options, see :doc:`the manpage <../manpages/pdns_control.1>` and the output of ``pdns_control --help`` on your system. +Backend manipulation +~~~~~~~~~~~~~~ + +``pdnsutil`` +~~~~~~~~~~~~~~~~ + +To perform zone and record changes using inbuilt tools, the ``pdnsutil`` command can be used. All available options are described in the online :doc:`manual page ` as well as in ``man pdnsutil``. + The SysV init script --------------------