]> git.ipfire.org Git - thirdparty/pdns.git/commit
rec: Add support for rfc8914: Extended DNS Errors
authorRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 5 Nov 2020 10:38:55 +0000 (11:38 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 18 Nov 2020 08:18:51 +0000 (09:18 +0100)
commit94e2a9b00ead2430efd64b63539be3a7d2068b83
treead3212febac422c2df96a6ed18363722c8aa01a4
parent17cae333be26d205dbffa18f36f745f1cdeb6155
rec: Add support for rfc8914: Extended DNS Errors

Still needs:
- unit tests
- regression tests

Would be nice to have:
- ability to set an extended error from Lua (FFI or not)
- same for RPZ matches
pdns/ednsoptions.hh
pdns/pdns_recursor.cc
pdns/recursordist/Makefile.am
pdns/recursordist/docs/settings.rst
pdns/recursordist/ednsextendederror.cc [new file with mode: 0644]
pdns/recursordist/ednsextendederror.hh [new file with mode: 0644]