dnscontrol/pkg/js
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
..
parse_tests Fix SRV record handling when target is shortname (#422) 2018-12-07 16:30:04 -05:00
helpers.js Add NAMESERVER_TTL and associated documentation. (#398) 2018-09-04 10:57:11 -04:00
js.go Verbose debug logging via the ConsolePrinter and printer package. (#404) 2018-10-08 16:10:44 -04:00
js_test.go Better validate NAMESERVER format. (#350) 2018-03-22 11:52:52 -04:00
static.go Add NAMESERVER_TTL and associated documentation. (#398) 2018-09-04 10:57:11 -04:00