]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Changed .com.com to .com on line #134 7179/head
authorSpirillen <44526987+spirillen@users.noreply.github.com>
Sat, 10 Nov 2018 13:32:07 +0000 (14:32 +0100)
committerGitHub <noreply@github.com>
Sat, 10 Nov 2018 13:32:07 +0000 (14:32 +0100)
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

index 653a42c144b01b5627217b404fa6949cf5f18d56..bfcab43a164feaed5987f6251332d79327e1acda 100644 (file)
@@ -131,10 +131,10 @@ The :doc:`pdnsutil <manpages/pdnsutil.1>` 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: