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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a3f63b533ace571feaff0bfc437d7b7d3aa06153;p=pdns Fix a typo in README-dnsdist.md --- diff --git a/pdns/README-dnsdist.md b/pdns/README-dnsdist.md index a64bbc01b..368eed15e 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") ```