]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Fix query in howtos.md doc 5381/head
authorKevin Quinn <kevin@kungquinn.com>
Tue, 6 Jun 2017 18:00:58 +0000 (14:00 -0400)
committerKevin Quinn <kevin@kungquinn.com>
Tue, 6 Jun 2017 18:00:58 +0000 (14:00 -0400)
I'm not sure if this is a bug in the docs, a bug in pdns, or an old bug
that was fixed. I will open an issue to reference this.

docs/markdown/authoritative/howtos.md

index e956e846b6fa895c8ceeac7d68ea52141bc5ca4b..eea0ad7def82619fcdd2f9ac46fc87882fc7e2cb 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 admin.example.com 1','SOA',86400,NULL);
+VALUES (1,'example.com','localhost admin.example.com 1 10380 3600 604800 3600','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)