]> granicus.if.org Git - pdns/commitdiff
dnsdist: Fix addServer() -> newServer() in introduction.md
authorRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 3 Mar 2016 13:01:25 +0000 (14:01 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 3 Mar 2016 13:01:25 +0000 (14:01 +0100)
pdns/dnsdistdist/introduction.md

index 9fcbf9c30087b1d139b8988c98e6b88487eb901f..c1876fb4b92135e85dbb85a8b86ef4a88755c356 100644 (file)
@@ -46,10 +46,10 @@ Or add them to the configuration file like this:
 ```
 setLocal("130.161.252.29:53")
 setACL("130.161.0.0/16") 
-addServer("8.8.8.8")
-addServer("208.67.222.222")
-addServer("2620:0:ccc::2")
-addServer("2620:0:0ccd::2")
+newServer("8.8.8.8")
+newServer("208.67.222.222")
+newServer("2620:0:ccc::2")
+newServer("2620:0:0ccd::2")
 ```
 
 In the default environment, put this file in `/etc/dnsdist/dnsdist.conf` (or