From a1d39e348d11be13c11dc02bb805e2ffd3f07d26 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Thu, 3 Mar 2016 14:01:25 +0100 Subject: [PATCH] dnsdist: Fix addServer() -> newServer() in introduction.md --- pdns/dnsdistdist/introduction.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pdns/dnsdistdist/introduction.md b/pdns/dnsdistdist/introduction.md index 9fcbf9c30..c1876fb4b 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 -- 2.50.0