- add type CAA to libpyunbound (accessing libunbound from python).

git-svn-id: file:///svn/unbound/trunk@5138 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2019-03-19 12:14:52 +00:00
parent ce0628ee55
commit 83e2cade5b
2 changed files with 4 additions and 0 deletions

View file

@ -1,3 +1,6 @@
19 March 2019: Wouter
- add type CAA to libpyunbound (accessing libunbound from python).
18 March 2019: Wouter 18 March 2019: Wouter
- Add log message, at verbosity 4, that says the query is encrypted - Add log message, at verbosity 4, that says the query is encrypted
with TLS, if that is enabled for the query. with TLS, if that is enabled for the query.

View file

@ -242,6 +242,7 @@
RR_TYPE_MAILA = 254, RR_TYPE_MAILA = 254,
/** any type (wildcard) */ /** any type (wildcard) */
RR_TYPE_ANY = 255, RR_TYPE_ANY = 255,
RR_TYPE_CAA = 257,
/* RFC 4431, 5074, DNSSEC Lookaside Validation */ /* RFC 4431, 5074, DNSSEC Lookaside Validation */
RR_TYPE_DLV = 32769, RR_TYPE_DLV = 32769,