StackExchange / dnscontrol

Infrastructure as code for DNS!
https://dnscontrol.org/
MIT License
3.13k stars 397 forks source link

Support for TLSA records #165

Closed eliheady closed 7 years ago

eliheady commented 7 years ago

TLSA record support

I started work on this in elih_tlsa. Validation and tests are lacking. And it's just a clone of SRV.

I would consider this blocked by #157 addRecord refactor, but I'm opening this now anyway :)

I'll watch #157 and can work on this later on.

eliheady commented 7 years ago

I started working on this again and have something that might soon be PR worthy at https://github.com/eliheady/dnscontrol/tree/elih_tlsa

pkg/normalize/validate_test.go TLSA tests aren't finished as there's no RFC compliance checking happening.

tlimoncelli commented 7 years ago

Sounds good! Looking forward to the PR!

captncraig commented 7 years ago

closed via #203