[Pdns-users] PowerDNS Recursor 3.2 Release Candidate 1 available
bert hubert
bert.hubert at netherlabs.nl
Mon Feb 15 20:21:14 UTC 2010
On Mon, Feb 15, 2010 at 08:54:23PM +0100, Marcel PennewiÃÂ wrote:
> > * Domains can now be forwarded with the 'recursion-desired'
> > bit on or off. Feature suggested by Darren Gamble,
> > implemented in commit 1451. DOCUMENTATION FORTHCOMING!
>
> Maybe Bert will write a few lines about this feature or we will wait for
> documentation ;)
Here you go:
http://doc.powerdns.com/built-in-recursor.html#RECURSOR-SETTINGS
forward-zones
-------------
Comma separated list of 'zonename=IP' pairs. Queries for zones listed here
will be forwarded to the IP address listed. forward-zones=
ds9a.nl=213.244.168.210, powerdns.com=127.0.0.1. Available since 3.1.
Since version 3.1.5, multiple IP addresses can be specified. Additionally,
port numbers other than 53 can be configured. Sample syntax:
forward-zones=ds9a.nl=213.244.168.210:5300;127.0.0.1,
powerdns.com=127.0.0.1;9.8.7.6:530, or on the command line:
--forward-zones="ds9a.nl=213.244.168.210:5300;127.0.0.1,
powerdns.com=127.0.0.1;9.8.7.6:530",
Forwarded queries have the 'recursion desired' bit set to 0, meaning that
this setting is intended to forward queries to authoritative servers.
forward-zones-file
------------------
Same as forward-zones, parsed from a file. Only 1 zone is allowed per line,
specified as follows: ds9a.nl=213.244.168.210, 1.2.3.4:5300. No comments
are allowed. Available since 3.1.5.
Since 3.2, zones prefixed with a '+' are forwarded with the recursion-desired bit set to one, for which see 'forward-zones-recurse'. Default behaviour without '+' is as with 'forward-zones'.
forward-zones-recurse
---------------------
Like regular 'forward-zones' (see above), but forwarded queries have the
'recursion desired' bit set to 1, meaning that this setting is intended to
forward queries to authoritative servers or to resolving servers. Available
since 3.2.
>
> Thx Bert for your fast answer.
>
> Marcel
> _______________________________________________
> Pdns-users mailing list
> Pdns-users at mailman.powerdns.com
> http://mailman.powerdns.com/mailman/listinfo/pdns-users
>
More information about the Pdns-users
mailing list