dnscontrol/pkg/js/parse_tests
Tom Limoncelli 4ef9e8bc40
Fix SRV record handling when target is shortname (#422)
* models/record.go: SRV targets are case insensitive. Downcase them.
* models/t_srv.go: Rename setTargetIntAndStrings() to setTargetSRVIntAndStrings() (makes it easier to search for /setTargetSRV/).
* pkg/js/parse_tests/021-srv.js*: SRV: Add parse_tests
* pkg/normalize/validate.go: SRV targets are hostnames, turn into FQDNs.
* Add  #rtype_variations warnings for future developers
2018-12-07 16:30:04 -05:00
..
001-basic.js
001-basic.json
002-ttl.js
002-ttl.json
003-meta.js
003-meta.json
004-ips.js
004-ips.json
006-transforms.js
006-transforms.json
007-importTransformTTL.js
007-importTransformTTL.json
008-import.js
008-import.json
009-reverse.js
009-reverse.json
010-alias.js
010-alias.json
011-cfRedirect.js
011-cfRedirect.json
012-duration.js
012-duration.json
013-mx.js
013-mx.json
014-caa.js
014-caa.json Fix CAA Support: helpers.js CAA_CRITICAL flag=128 (#318) (#319) 2018-02-09 14:03:40 -05:00
015-tlsa.js
015-tlsa.json
016-backslash.js
016-backslash.json
017-txt.js
017-txt.json
018-dkim.js Add syntax for very long DKIM strings (#295) 2018-01-04 21:17:08 -05:00
018-dkim.json Add syntax for very long DKIM strings (#295) 2018-01-04 21:17:08 -05:00
019-ignored-records.js Add IGNORE(label) which ignores label at the provider (#183) (#300) 2018-01-15 15:39:29 -05:00
019-ignored-records.json Add IGNORE(label) which ignores label at the provider (#183) (#300) 2018-01-15 15:39:29 -05:00
019-r53-alias.js ROUTE53: Support Route53's ALIAS record type (#239) (#301) 2018-01-16 05:53:12 -05:00
019-r53-alias.json ROUTE53: Support Route53's ALIAS record type (#239) (#301) 2018-01-16 05:53:12 -05:00
020-nameserver-ttl.js Add NAMESERVER_TTL and associated documentation. (#398) 2018-09-04 10:57:11 -04:00
020-nameserver-ttl.json Add NAMESERVER_TTL and associated documentation. (#398) 2018-09-04 10:57:11 -04:00
021-srv.js Fix SRV record handling when target is shortname (#422) 2018-12-07 16:30:04 -05:00
021-srv.json Fix SRV record handling when target is shortname (#422) 2018-12-07 16:30:04 -05:00
import.js