From: bert hubert Date: Sun, 26 Apr 2015 18:12:27 +0000 (+0200) Subject: add some whitespace X-Git-Tag: dnsdist-1.0.0-alpha1~248^2~88^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f4ad7f53daaca6c222db82f3c1fc34d965258b3;p=thirdparty%2Fpdns.git add some whitespace --- diff --git a/pdns/dnsdistconf.lua b/pdns/dnsdistconf.lua index 49f830c5c6..ba5043ca47 100644 --- a/pdns/dnsdistconf.lua +++ b/pdns/dnsdistconf.lua @@ -21,6 +21,7 @@ newServer{address="192.168.1.30:5300", pool="abuse"} addPoolRule({"ezdns.it.", "xxx."}, "abuse") addPoolRule("192.168.1.0/24", "abuse") + addQPSPoolRule("com.", 100, "abuse") function luarule(remote, qname, qtype, dh, len) @@ -32,6 +33,7 @@ function luarule(remote, qname, qtype, dh, len) end end addLuaAction("192.168.1.0/24", luarule) + topRule() addDomainBlock("powerdns.org.")