]> git.ipfire.org Git - thirdparty/pdns.git/commit - pdns/syncres.cc
Lay groundwork for rd/non-rd zone forwarding
authorBert Hubert <bert.hubert@netherlabs.nl>
Sun, 5 Apr 2009 22:04:05 +0000 (22:04 +0000)
committerBert Hubert <bert.hubert@netherlabs.nl>
Sun, 5 Apr 2009 22:04:05 +0000 (22:04 +0000)
commitc1d73d944b0ff202f528a69af868bbd7efd6a312
treea9e2fbaa7fd0be45426bbca786a22ac8df8885d6
parentf64de5014e2434bceddc983be1dd0c9853fe236c
Lay groundwork for rd/non-rd zone forwarding
make sure we can forward queries for certain zones to IPv6 as well as IPv4, syntax is:
 --forward-zones=google.com=2001:b18:0:1000:2e0:81ff:fe61:ae0d or even:
 --forward-zones=google.com=[2001:b18:0:1000:2e0:81ff:fe61:ae0d]:53
Thanks to Wijnand Modderman for discovering this problem.

Please note that the syntax above will not *yet* give you automatic ipv6
google via sixxs, slightly more work is needed for that.

git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@1349 d19b8d6e-7fed-0310-83ef-9ca221ded41b
pdns/lwres.cc
pdns/lwres.hh
pdns/pdns_recursor.cc
pdns/syncres.cc
pdns/syncres.hh