denominator icon indicating copy to clipboard operation
denominator copied to clipboard

Create live tests for each record type

Open codefromthecrypt opened this issue 11 years ago • 0 comments

Quick testing with a complex record (in this case MX) showed errors on multiple providers. Even if not all tests pass, we should know which record types work per-provider

multi-value (round-robin) ResourceRecordSets:

  • [ ] AAAA
  • [ ] A
  • [ ] MX
  • [ ] NS
  • [ ] PTR
  • [ ] SPF
  • [ ] SRV
  • [ ] TXT

single-value ResourceRecordSets:

  • [ ] AAAA
  • [ ] A
  • [ ] CNAME
  • [ ] MX
  • [ ] NS
  • [ ] PTR
  • [ ] SPF
  • [ ] SRV
  • [ ] SSHFP
  • [ ] TXT

codefromthecrypt avatar Mar 11 '13 18:03 codefromthecrypt