]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Update README-dnsdist.md 4530/head
authorWinfried Angele <winfried.angele@gmail.com>
Wed, 5 Oct 2016 06:57:29 +0000 (08:57 +0200)
committerGitHub <noreply@github.com>
Wed, 5 Oct 2016 06:57:29 +0000 (08:57 +0200)
pdns/README-dnsdist.md

index fb39794e69b5a8453dae73292a39998118106c80..5c82ecafb64c9d12a6fa537985db5e31a85f0021 100644 (file)
@@ -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: