From: Remi Gacogne Date: Tue, 3 Nov 2015 10:51:33 +0000 (+0100) Subject: Fix a typo in README-dnsdist.md X-Git-Tag: dnsdist-1.0.0-alpha1~259^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F2845%2Fhead;p=thirdparty%2Fpdns.git Fix a typo in README-dnsdist.md --- diff --git a/pdns/README-dnsdist.md b/pdns/README-dnsdist.md index a64bbc01b0..368eed15e1 100644 --- a/pdns/README-dnsdist.md +++ b/pdns/README-dnsdist.md @@ -157,7 +157,7 @@ this: Or we configure a server pool dedicated to receiving the nasty stuff: ``` -> newServer{address="192.168.1.3", pool="abuse") +> newServer{address="192.168.1.3", pool="abuse"} > addPoolRule({"sh43353.cn.", "ezdns.it."}, "abuse") ```