From da19b23c31da3052a2dedd5a54638694dfa27ec9 Mon Sep 17 00:00:00 2001 From: Winfried Angele Date: Wed, 5 Oct 2016 08:57:29 +0200 Subject: [PATCH] Update README-dnsdist.md --- pdns/README-dnsdist.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.47.2