From: Remi Gacogne Date: Wed, 17 Jun 2020 07:51:22 +0000 (+0200) Subject: Use example.org instead of powerdns.org in pdns/dnsdistconf.lua X-Git-Tag: dnsdist-1.5.0-rc3~2^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a396795bd0009d321dfaad9c2d4a8f5e0bb20224;p=thirdparty%2Fpdns.git Use example.org instead of powerdns.org in pdns/dnsdistconf.lua Co-authored-by: Chris Hofstaedtler --- diff --git a/pdns/dnsdistconf.lua b/pdns/dnsdistconf.lua index 48bc8498e6..993cabfed4 100644 --- a/pdns/dnsdistconf.lua +++ b/pdns/dnsdistconf.lua @@ -60,7 +60,7 @@ -- send the queries for selected domain suffixes to the servers -- in the 'abuse' pool --- addAction({"powerdns.org.", "xxx."}, PoolAction("abuse")) +-- addAction({"abuse.example.org.", "xxx."}, PoolAction("abuse")) -- drop queries for this exact qname -- addAction(QNameRule("drop-me.powerdns.com."), DropAction())