Tom Limoncelli

Results 56 issues of Tom Limoncelli

Fixes https://github.com/StackExchange/dnscontrol/issues/1568

Each provider's struct should include a field `.Name` that stores the name of the entry from creds.json so that error messages can refer to it directly. It should be populated...

The whole `spfcache.json` concept was done for misguided reasons. It adds complexity to protect us against a situation that has literally never happened. It was added to placate a particular...

Type: Enhancement
Priority: p3 - Low

It would be nice if DNSControl could manage CSCGlobal's URL redirect feature. NOTE: The API can report the URL redirect setting but it can not change it. It would be...

Priority: p2 - Medium
Status: Needs volunteer

Let's improve https://stackexchange.github.io/dnscontrol/writing-providers and make it easier to write providers. 1. Explain the file layout. Use cscglobal as a model. 2. The intro should explain that basically if you can...

Type: Maintenance
Priority: p2 - Medium

We are considering removing this feature in the future. Why: * The "get-certs" command (renews certs via Let's Encrypt) has no maintainer. If it breaks, we can't really support it....

Type: Maintenance
Priority: p3 - Low

The main dnscontrol.org page should have a link to a doc that spells out integration tests, and the `-start` and `-end` flags.

Priority: p2 - Medium

CC @pierre-emmanuelJ This was discovered in https://github.com/StackExchange/dnscontrol/pull/1597 but I'm filing a different issue for this bug. ``` === RUN TestDNSProviders/exoscale-test-dns-simple.ch/28:SRV:SRV_record integration_test.go:220: CREATE SRV _sip._tcp.exoscale-test-dns-simple.ch 5 6 7 foo.com. ttl=300 integration_test.go:224:...

[NOTE: This is not urgent. I'm asking that everyone check their code in the next 4-5 weeks: I'd like to merge this on Aug 1, 2022] The good news: PopulateFromString...