Support Certification Authority Authorization in dns-mode.el
* lisp/textmodes/dns-mode.el (dns-mode-types): Add "CAA". (Bug#28911) Copyright-paperwork-exempt: yes
This commit is contained in:
parent
ec08d70b4f
commit
196106d37d
1 changed files with 2 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue