substitute rbldnsd
Eric Luehrsen
ericluehrsen at gmail.com
Mon May 21 04:41:11 UTC 2018
On 05/19/2018 12:00 PM, SZÉPE Viktor via Unbound-users wrote:
> Hello!
>
> I run an unbound + rbldnsd combo to serve my RBL
> ...
> ...
> and do resolving for Spamassassin running on several other servers.
> Is there a way to server A and TXT records for my RBL with unbound only?
Hi Victor,
Unbound can synthesize part of a domain or the whole domain. It is
possible to manipulate a domain as needed for block lists, redirection,
or supplemental data. Each "local-data:" or "local-data-ptr:" statement
is used for an RR before recursive searching. Any typical RR can be put
in "local-data" including TXT. For extreme measures, "local-zone:" type
"static" can be used to mask out an entire domain (only serves
local-data:). The "auth-zone:" clause with URL only zone file fetching
might also work, but I have not spent much time working with this new
feature.
Hope that helps,
Eric
More information about the Unbound-users
mailing list