Tom Limoncelli

Results 583 comments of Tom Limoncelli

I was thinking about this more. What you need is a change to `IGNORE_NAME()`, not `IGNORE_TARGET()`. This will get an error because we are ignoring "foo" and updating "foo": ```...

Note to self: The current diff mechanism is made more complex by the `IGNORE*()` functions. We could simplify this with a different algorithm: 1. There is a point where we...

> Would the fix for `IGNORE_TARGET` be as easy as relaxing this check to allow `A` records? Yes. (and updating the integration tests)

Releases aren't on a specific schedule. Would you be willing to build from master to test it out before I publish the release?

great! I'll try to do an official release this week.

I'm re-opening this because it is a regression. I'm not in a position to be so lucky as not needing a creds.json file, but it sounds very nice to just...

`GetDomainCorrections` is still in flux, so this is a good time to make such changes. I think adding a GetZoneInfo() is a good way to standardize DNSSEC updates and it...

@philpennock `interface{}` seems reasonable in this case.

Related: https://github.com/StackExchange/dnscontrol/issues/747 https://github.com/StackExchange/dnscontrol/issues/752