From: Peter van Dijk Date: Tue, 7 Oct 2014 09:51:16 +0000 (+0200) Subject: nit, thanks @nivadis X-Git-Tag: rec-3.7.0-rc1~214 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=848490b6d59f3ddd8cf6d5ee417cbbc19d331091;p=thirdparty%2Fpdns.git nit, thanks @nivadis --- diff --git a/pdns/docs/pdns.xml b/pdns/docs/pdns.xml index 16c44b6d97..a7c1bd158c 100644 --- a/pdns/docs/pdns.xml +++ b/pdns/docs/pdns.xml @@ -19832,7 +19832,7 @@ insert into domains (id,name,type) values (domains_id_sequence.nextval,'example. To configure a supermaster with IP address 10.0.0.11 which lists this installation as 'autoslave.powerdns.com', issue the following: - insert into supermasters ('10.0.0.11','autoslave.powerdns.com','internal'); + insert into supermasters values ('10.0.0.11','autoslave.powerdns.com','internal'); From now on, valid notifies from 10.0.0.11 that list a NS record containing 'autoslave.powerdns.com' will lead to the provisioning of a slave domain under the account 'internal'. See for details.