]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
fix SOA record in HOWTO
authorbert hubert <bert.hubert@netherlabs.nl>
Tue, 20 Dec 2016 10:40:33 +0000 (11:40 +0100)
committerbert hubert <bert.hubert@netherlabs.nl>
Tue, 20 Dec 2016 10:40:33 +0000 (11:40 +0100)
docs/markdown/authoritative/howtos.md

index 9dd164594dcaaf94e845105d43724d2209d8519a..8ab3cb8075c89b4d9ebcf0335a56aeeb223d4ad1 100644 (file)
@@ -73,7 +73,7 @@ Now we need to add some records to our database (in a separate shell):
 # mysql pdnstest
 mysql> INSERT INTO domains (name, type) values ('example.com', 'NATIVE');
 INSERT INTO records (domain_id, name, content, type,ttl,prio)
-VALUES (1,'example.com','localhost ahu@ds9a.nl 1','SOA',86400,NULL);
+VALUES (1,'example.com','localhost admin.example.com 1','SOA',86400,NULL);
 INSERT INTO records (domain_id, name, content, type,ttl,prio)
 VALUES (1,'example.com','dns-us1.powerdns.net','NS',86400,NULL);
 INSERT INTO records (domain_id, name, content, type,ttl,prio)