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 upAdd SoaRecord object and tests #45
Conversation
|
I have Route53 working, but Dyn seems to ignore SOA updates via the API. If Dyn is a one-off I might continue this, but if the wonkiness continues elsewhere I'm probably going to abort the attempt and not wade into the mess. |
|
The Dyn API looks to support updates to the SOA record: Same for the used Dyn API Python SDK: Could the problem be that you try to delete/create an SOA record instead of updating it? I haven't looked at the code so not sure about the used logic.
|
|
For NS1 you can modify the ttl, refresh, retry, expiry, or nx_ttl within the SOA record by modifying the zone: The SDK documentation for updating the zone information: |
This change imports records that are marked as proxied so that they can be synced to other DNS providers as described in [this support acticle](https://support.cloudflare.com/hc/en-us/articles/115000830351-How-to-configure-DNS-for-CNAME-partial-setup-when-managing-DNS-externally). Records that use this functionality will be ignored by this provider and not be synced back to Cloudflare as we don't know the origin record values that would be required. This change does not allow you to enable, disable or configure the CDN itself as that would require a lot of metadata to be handled by OctoDNS. The intention of this change is to allow users to run a multi-DNS provider setup without sending any traffic to their origin directly. See also github#45

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

ross commentedMay 27, 2017
•
edited
mnameandserial, other fields will countmnameandserial.Fixes #39
/cc @vanbroup