Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
fdef18c3
Commit
fdef18c3
authored
Jan 11, 2017
by
Eli Zaretskii
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "Add DNS keywords and remove duplications"
This reverts commit
1cb9aa5b
.
parent
1cb9aa5b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
lisp/textmodes/dns-mode.el
lisp/textmodes/dns-mode.el
+2
-5
No files found.
lisp/textmodes/dns-mode.el
View file @
fdef18c3
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment