]> git.ipfire.org Git - thirdparty/pdns.git/commit - regression-tests.recursor-dnssec/test_DNS64.py
rec: Implement native DNS64 support, without Lua
authorRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 23 Mar 2020 14:47:10 +0000 (15:47 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 23 Mar 2020 14:47:10 +0000 (15:47 +0100)
commitef3ee6066a496612fbda644e07c4b33b23ccd819
tree6903d434c5c3a60b050f9f95389b263e0ab2ae62
parent6a4590f13449c7c74923c5c1b1ae9d1cc22a8ff1
rec: Implement native DNS64 support, without Lua

Native support is much less flexible than Lua hooks but should satisfy
most of the DNS64 setups. It is also much faster since it does not
involve calling a Lua hook for all queries.
pdns/lua-recursor4.cc
pdns/misc.cc
pdns/misc.hh
pdns/pdns_recursor.cc
pdns/recursordist/docs/dns64.rst
pdns/recursordist/docs/settings.rst
pdns/syncres.hh
pdns/test-misc_hh.cc
regression-tests.recursor-dnssec/test_DNS64.py [new file with mode: 0644]