From a396795bd0009d321dfaad9c2d4a8f5e0bb20224 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Wed, 17 Jun 2020 09:51:22 +0200 Subject: [PATCH] Use example.org instead of powerdns.org in pdns/dnsdistconf.lua Co-authored-by: Chris Hofstaedtler --- pdns/dnsdistconf.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()) -- 2.47.2