dnscontrol/models
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
..
dns.go Let's Encrypt Certificate Generation (#327) 2018-04-26 13:11:13 -04:00
dns_test.go Refactor in preparation to unexport RecordConfig.{Name,NameFQDN,Target} (#337) 2018-03-19 17:18:58 -04:00
domain.go Refactor in preparation to unexport RecordConfig.{Name,NameFQDN,Target} (#337) 2018-03-19 17:18:58 -04:00
provider.go Refactor RecordConfig: Add getters/setters (#314) 2018-02-15 12:02:50 -05:00
quotes.go Refactor RecordConfig: Add getters/setters (#314) 2018-02-15 12:02:50 -05:00
quotes_test.go Refactor RecordConfig: Add getters/setters (#314) 2018-02-15 12:02:50 -05:00
record.go Fix SRV record handling when target is shortname (#422) 2018-12-07 16:30:04 -05:00
record_test.go fix build 2018-09-07 14:17:02 -04:00
t_caa.go Refactor in preparation to unexport RecordConfig.{Name,NameFQDN,Target} (#337) 2018-03-19 17:18:58 -04:00
t_mx.go Refactor in preparation to unexport RecordConfig.{Name,NameFQDN,Target} (#337) 2018-03-19 17:18:58 -04:00
t_parse.go Refactor RecordConfig: Add getters/setters (#314) 2018-02-15 12:02:50 -05:00
t_srv.go Fix SRV record handling when target is shortname (#422) 2018-12-07 16:30:04 -05:00
t_tlsa.go Refactor in preparation to unexport RecordConfig.{Name,NameFQDN,Target} (#337) 2018-03-19 17:18:58 -04:00
t_txt.go Refactor in preparation to unexport RecordConfig.{Name,NameFQDN,Target} (#337) 2018-03-19 17:18:58 -04:00
target.go Refactor in preparation to unexport RecordConfig.{Name,NameFQDN,Target} (#337) 2018-03-19 17:18:58 -04:00
util.go Refactor RecordConfig: Add getters/setters (#314) 2018-02-15 12:02:50 -05:00