From 4f4ad7f53daaca6c222db82f3c1fc34d965258b3 Mon Sep 17 00:00:00 2001 From: bert hubert Date: Sun, 26 Apr 2015 20:12:27 +0200 Subject: [PATCH] add some whitespace --- pdns/dnsdistconf.lua | 2 ++ 1 file changed, 2 insertions(+) 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.") -- 2.47.2