From: Remi Gacogne Date: Wed, 17 Jun 2020 07:51:31 +0000 (+0200) Subject: Use example.org instead of powerdns.org in pdns/dnsdistconf.lua X-Git-Tag: dnsdist-1.5.0-rc3~2^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F9238%2Fhead;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 993cabfed4..2b218d5a99 100644 --- a/pdns/dnsdistconf.lua +++ b/pdns/dnsdistconf.lua @@ -63,7 +63,7 @@ -- addAction({"abuse.example.org.", "xxx."}, PoolAction("abuse")) -- drop queries for this exact qname --- addAction(QNameRule("drop-me.powerdns.com."), DropAction()) +-- addAction(QNameRule("drop-me.example.org."), DropAction()) -- send the queries from a selected subnet to the -- abuse pool