From: Winfried Angele Date: Wed, 5 Oct 2016 06:57:29 +0000 (+0200) Subject: Update README-dnsdist.md X-Git-Tag: dnsdist-1.1.0-beta2~102^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F4530%2Fhead;p=thirdparty%2Fpdns.git Update README-dnsdist.md --- diff --git a/pdns/README-dnsdist.md b/pdns/README-dnsdist.md index fb39794e69..5c82ecafb6 100644 --- a/pdns/README-dnsdist.md +++ b/pdns/README-dnsdist.md @@ -437,7 +437,7 @@ Some specific actions do not stop the processing when they match, contrary to al * and of course None A convenience function `makeRule()` is supplied which will make a NetmaskGroupRule for you or a SuffixMatchNodeRule -depending on how you call it. `makeRule("0.0.0.0/0")` will for example match all IPv4 traffic, `makeRule{"be","nl","lu"}` will +depending on how you call it. `makeRule("0.0.0.0/0")` will for example match all IPv4 traffic, `makeRule({"be","nl","lu"})` will match all Benelux DNS traffic. All the current rules can be removed at once with: