Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/env.h
diff options
context:
space:
mode:
authorDanny Sonnenschein <my.card.god@web.de>2020-10-02 18:52:47 +0300
committerAntoine du Hamel <duhamelantoine1995@gmail.com>2020-10-16 11:21:32 +0300
commit6f34498148612e8aa3537a9c865d2940cb9e8c7a (patch)
tree1f93a3db3eada776a79f58741a4d831f8d002376 /src/env.h
parentcfbbeea4a1de41f026b6459d7a680a367addbbb0 (diff)
net: add support for resolving DNS CAA records
This adds support for DNS Certification Authority Authorization (RFC 8659) to Node.js. PR-URL: https://github.com/nodejs/node/pull/35466 Fixes: https://github.com/nodejs/node/issues/19239 Refs: https://github.com/nodejs/node/issues/14713 Reviewed-By: Anna Henningsen <anna@addaleax.net>
Diffstat (limited to 'src/env.h')
-rw-r--r--src/env.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/env.h b/src/env.h
index db86bce8a1b..98110bdfd83 100644
--- a/src/env.h
+++ b/src/env.h
@@ -218,6 +218,8 @@ constexpr size_t kFsStatsBufferLength =
V(divisor_length_string, "divisorLength") \
V(dns_a_string, "A") \
V(dns_aaaa_string, "AAAA") \
+ V(dns_caa_string, "CAA") \
+ V(dns_critical_string, "critical") \
V(dns_cname_string, "CNAME") \
V(dns_mx_string, "MX") \
V(dns_naptr_string, "NAPTR") \