]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Use example.org instead of powerdns.org in pdns/dnsdistconf.lua
authorRemi Gacogne <rgacogne+github@valombre.net>
Wed, 17 Jun 2020 07:51:22 +0000 (09:51 +0200)
committerGitHub <noreply@github.com>
Wed, 17 Jun 2020 07:51:22 +0000 (09:51 +0200)
Co-authored-by: Chris Hofstaedtler <chris.hofstaedtler@deduktiva.com>
pdns/dnsdistconf.lua

index 48bc8498e601e4ebf166a47da03be5fe0a40a3dc..993cabfed4a807ce68a66d1333917a57c41d3119 100644 (file)
@@ -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())