]> granicus.if.org Git - pdns/commitdiff
dnsdist: Fix RegexRule example in dnsdistconf.lua
authorRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 21 Apr 2016 19:42:21 +0000 (21:42 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 21 Apr 2016 19:42:21 +0000 (21:42 +0200)
pdns/dnsdistconf.lua

index 0c42ec13ab9fe7efe1fac9dce34988f71a1692c9..be86a0477586746d3fe56b4275378dea3be1bc13 100644 (file)
@@ -182,7 +182,7 @@ end
 -- addAction(QClassRule(3), DropAction())
 
 -- return 'refused' for domains matching the regex evil[0-9]{4,}.powerdns.com$
--- addAction(RegexRule("evil[0-9]{4,}\\\\.powerdns\\\\.com$"), RCodeAction(5))
+-- addAction(RegexRule("evil[0-9]{4,}\\.powerdns\\.com$"), RCodeAction(5))
 
 -- spoof responses for A, AAAA and ANY for spoof.powerdns.com.
 -- A queries will get 192.0.2.1, AAAA 2001:DB8::1 and ANY both