From: Remi Gacogne Date: Thu, 3 Mar 2016 13:01:25 +0000 (+0100) Subject: dnsdist: Fix addServer() -> newServer() in introduction.md X-Git-Tag: rec-4.0.0-alpha2~19^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F3500%2Fhead;p=thirdparty%2Fpdns.git dnsdist: Fix addServer() -> newServer() in introduction.md --- diff --git a/pdns/dnsdistdist/introduction.md b/pdns/dnsdistdist/introduction.md index 9fcbf9c300..c1876fb4b9 100644 --- a/pdns/dnsdistdist/introduction.md +++ b/pdns/dnsdistdist/introduction.md @@ -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