From 58b6f3faf8dd2bc1a95b22d6398a09ed7a4b9bc6 Mon Sep 17 00:00:00 2001 From: bert hubert Date: Tue, 20 Dec 2016 11:40:33 +0100 Subject: [PATCH] fix SOA record in HOWTO --- docs/markdown/authoritative/howtos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/markdown/authoritative/howtos.md b/docs/markdown/authoritative/howtos.md index 9dd164594d..8ab3cb8075 100644 --- a/docs/markdown/authoritative/howtos.md +++ b/docs/markdown/authoritative/howtos.md @@ -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) -- 2.47.2