]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
docs: Changed to correct zone in sqlite backend example 10202/head
authorKai Stian Olstad <kai.stian.olstad@gmail.com>
Fri, 19 Mar 2021 19:16:30 +0000 (20:16 +0100)
committerKai Stian Olstad <kai.stian.olstad@gmail.com>
Fri, 19 Mar 2021 19:16:30 +0000 (20:16 +0100)
docs/guides/basic-database.rst

index 6701ad67f42f69db6c010dc6b5cd0544d9453a18..d8c75ad22f725b21f9092c0dea947e6ef9eb3c6f 100644 (file)
@@ -64,7 +64,7 @@ Note the ``REFUSED`` status - this is the code most name servers use to indicate
 
 Now, let's add a zone and some records::
 
-    $ sudo -u pdns pdnsutil create-zone example.org ns1.example.com
+    $ sudo -u pdns pdnsutil create-zone example.com ns1.example.com
     Creating empty zone 'example.com'
     Also adding one NS record
     $ sudo -u pdns pdnsutil add-record example.com '' MX '25 mail.example.com'