Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upRoot NS record support #590
Conversation
gildegoma
commented
Jul 23, 2020
•
|
Hi @acm1 @ross @joschi36 ! In the meantime, we (@swisstxt) have rebased onto the upstream master and integrated Joschi's changes with some Ross' comments on #434. See https://github.com/swisstxt/octodns-2/tree/feature/root-nameservers. PS: don't worry about the odd |
gildegoma
commented
Jul 23, 2020
istr
commented
Aug 2, 2020
|
@acm1 you could set |
as requested by @istr github#590 (comment)
Swamped at the moment and haven't been able to string together enough time to look at them.
I'd like to see the ability to manage ROOT NS records and Dyn was always one of the problematic providers (and it's |
istr
commented
Aug 3, 2020
|
Another finding with the ns1 provider that I am currently unable to find a good fix for is this:
There are two possible ways to remedy the situation, both would need to re-scan / re-check the provider's state:
Another option that would need more research would be to create new zones at the ns1 provider always as secondary zones (this suppresses the automatic creation of the NS entries, as per documentation). But I am unsure if this could be done for zones that are meant to be primary. I could dig deeper into this, but I am not yet deeply acquainted with the workflow within the provider logic (plan building, hooks, actions etc.), so I could not tell which of these options is the better one (less code / easier to implement / better to read). |
|
Edit: Oops, I spoke too fast, the plan worked but not the actual change: |
acm1 commentedJul 23, 2020
This is built on #434. I'm opening this PR to test mergeability, but I've also opened joschi36#6 so that @joschi36 can merge it there if desired.