From bceed53e44a8697020e6e21f26070791fc3bc382 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Wed, 17 Jun 2020 09:51:31 +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 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 -- 2.47.2