bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#28911: Let the CAA RR type be known to dns-mode


From: Daniel Lublin
Subject: bug#28911: Let the CAA RR type be known to dns-mode
Date: Fri, 20 Oct 2017 10:26:26 +0200

* lisp/textmodes/dns-mode.el (dns-mode-types): Add "CAA".
---
 lisp/textmodes/dns-mode.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/textmodes/dns-mode.el b/lisp/textmodes/dns-mode.el
index df03beaa9a..6b668a6267 100644
--- a/lisp/textmodes/dns-mode.el
+++ b/lisp/textmodes/dns-mode.el
@@ -35,6 +35,7 @@
 ;; RFC 5155, "DNS Security (DNSSEC) Hashed Authenticated Denial of Existence"
 ;; RFC 6698, "The DNS-Based Authentication of Named Entities (DANE)
 ;;             Transport Layer Security (TLS) Protocol: TLSA"
+;; RFC 6844, "DNS Certification Authority Authorization (CAA) Resource Record"
 
 ;;; Release history:
 
@@ -62,7 +63,7 @@
                           "A6" "DNAME" "SINK" "OPT" "APL" "DS" "SSHFP"
                           "RRSIG" "NSEC" "DNSKEY" "UINFO" "UID" "GID"
                           "UNSPEC" "TKEY" "TSIG" "IXFR" "AXFR" "MAILB"
-                          "MAILA" "TLSA" "NSEC3")
+                          "MAILA" "TLSA" "NSEC3" "CAA")
   "List of strings with known DNS types.")
 
 (defface dns-mode-control-entity '((t :inherit font-lock-keyword-face))
-- 
2.14.2






reply via email to

[Prev in Thread] Current Thread [Next in Thread]