Skip to content

PowerDNS dnsdist

Configuring dnsdist to Forward Queries

DNSdist can also forward queries to dstore. To forward all queries and answers, add the following to dnsdist.conf:

logger = newRemoteLogger('192.0.2.10:2000')
AddResponseAction(AllRule(), RemoteLogResponseAction(logger))

More information can be found in the DNSdist documentation