Anthony Eden
Anthony Eden
@DXTimer published one use-case during Q4 2020 and is going to continue working on this enhancement during Q1 2021.
By all means, feel free. I started something here: https://github.com/dnsimple/exdns/pull/5 If you want you can throw that away and start fresh.
Go for it.
We have API support over at DNSimple for signing zones as well as managing DS records when zones are signed elsewhere. It's true that support is spotty at registrars, especially...
> How important is it that the dns provider's nameservers respond with the same set of correct DS records? AFAIK, the only thing that needs to be consistent between the...
The current zone parsing rule (https://github.com/craigw/dns-zonefile/blob/master/lib/dns/zonefile.treetop#L3) requires a non-optional SOA resource record (RR) to appear after one or more optional variables, space_or_break, or comment non-terminal symbols. I'd like to fix...
I was not able to figure out yet how to do away with the separate soa definition that needs to be the first record in a zone. I may be...
Thank you Dependabot.
Ditto, I'm seeing the same behavior. FWIW, I can specify :require => false on fakeweb in Bundler and then the problem goes away.
I actually _want_ my cucumber scenarios to hit outside resources, which is why my solution worked for me. :-)