dnscontrol/pkg/js/parse_tests/013-mx.js
Tom Limoncelli 18d99fd30f
Add .gitattributes file and fix line endings to match. (#1004)
* NEW: .gitattributes
* Fix line endings
* Fix File Endings
2020-12-25 10:18:01 -05:00

3 lines
49 B
JavaScript

D("foo.com","none",
MX("@",15,"foo.com.")
);