1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-22 07:09:54 +00:00

Revert "Add DNS keywords and remove duplications"

This reverts commit 1cb9aa5b14.
This commit is contained in:
Eli Zaretskii 2017-01-11 20:52:26 +02:00
parent 1cb9aa5b14
commit fdef18c3e3

View File

@ -32,9 +32,6 @@
;; RFC 1034, "DOMAIN NAMES - CONCEPTS AND FACILITIES", P. Mockapetris.
;; RFC 1035, "DOMAIN NAMES - IMPLEMENTATION AND SPECIFICATION", P. Mockapetris.
;; 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"
;;; Release history:
@ -53,13 +50,13 @@
(defconst dns-mode-types '("A" "NS" "MD" "MF" "CNAME" "SOA" "MB" "MG" "MR"
"NULL" "WKS" "PTR" "HINFO" "MINFO" "MX" "TXT"
"RP" "AFSDB" "X25" "ISDN" "RT" "NSAP"
"RP" "AFSDB" "X25" "ISDN" "RT" "NSAP" "NSAP"
"SIG" "KEY" "PX" "GPOS" "AAAA" "LOC" "NXT"
"EID" "NIMLOC" "SRV" "ATMA" "NAPTR" "KX" "CERT"
"A6" "DNAME" "SINK" "OPT" "APL" "DS" "SSHFP"
"RRSIG" "NSEC" "DNSKEY" "UINFO" "UID" "GID"
"UNSPEC" "TKEY" "TSIG" "IXFR" "AXFR" "MAILB"
"MAILA" "TLSA" "NSEC3")
"MAILA")
"List of strings with known DNS types.")
;; Font lock.