From fa03da9cfd72daebad94581d49662da1ff9cdb8d Mon Sep 17 00:00:00 2001 From: Spirillen <44526987+spirillen@users.noreply.github.com> Date: Sat, 10 Nov 2018 14:32:07 +0100 Subject: [PATCH] Changed .com.com to .com on line #134 and added a little note about the load-zone overwrites everything inclusive the soa.... (Coz I was in doubt myself as i tested it) --- docs/migration.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/migration.rst b/docs/migration.rst index 653a42c144..bfcab43a16 100644 --- a/docs/migration.rst +++ b/docs/migration.rst @@ -131,10 +131,10 @@ The :doc:`pdnsutil ` tool has a first backend that is capable of hosting it. To import, configure the backend and run -``pdnsutil load-zone example.com /tmp/example.com.com.zone`` to import +``pdnsutil load-zone example.com /tmp/example.com.zone`` to import the ``example.com`` domain from the ``/tmp/example.com.zone`` file. The zone is imported atomically (i.e. it is fully imported, or not) and any -existing records for that zone are overwritten. +existing records for that zone are overwritten. This include the SOA record too. .. _b2b-migrate: -- 2.47.2