question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

After dumping a zone from Cloudflare or Route53 (did not test any other providers) the YAML zone doesn’t contain any zone NS records, where you would want to keep the main NS records in sync. I suppose these zone NS records are currently ignored and need to be configured manually at each provider but should this not be something that OctoDNS keeps in sync?

; <<>> DiG 9.10.3-P4-Ubuntu <<>> github.com NS
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 44915
;; flags: qr rd ra; QUERY: 1, ANSWER: 8, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;github.com.                    IN      NS

;; ANSWER SECTION:
github.com.             28      IN      NS      ns-1283.awsdns-32.org.
github.com.             28      IN      NS      ns-1707.awsdns-21.co.uk.
github.com.             28      IN      NS      ns-421.awsdns-52.com.
github.com.             28      IN      NS      ns-520.awsdns-01.net.
github.com.             28      IN      NS      ns1.p16.dynect.net.
github.com.             28      IN      NS      ns2.p16.dynect.net.
github.com.             28      IN      NS      ns3.p16.dynect.net.
github.com.             28      IN      NS      ns4.p16.dynect.net.

;; Query time: 4 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Wed May 24 10:26:42 UTC 2017
;; MSG SIZE  rcvd: 259

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:14 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
rosscommented, Jul 13, 2020

Is that what this is about - and is it that OctoDNS cannot be used to maintain those records at the moment?

Your understanding is correct. I’ve looked at supporting this a couple times now and wished it was cleaner/doable, but consistently run into problematic behavior with some providers not allowing you to fully manage the APEX NS records. E.g. one I’ve run into recently even manually: Dyn will not let you remove its NS records from a zone (this isn’t something that’d be a problem for you, but it is something that would break octoDNS’s way of operating.)

Unfortunately there just aren’t good options here.

0reactions
github-actions[bot]commented, Feb 17, 2022

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 7 days.

Read more comments on GitHub >

github_iconTop Results From Across the Web

DNS NS record | Cloudflare
NS stands for 'nameserver,' and the nameserver record indicates which DNS server is authoritative for that domain (i.e. which server contains the actual...
Read more >
What is a DNS NS Record? - PowerDMARC
A DNS NS record is a type of resource record in the Domain Name System (DNS) that identifies a name server responsible for...
Read more >
What is NS Record? - ClouDNS
The NS records identify the name servers, responsible for your DNS zone. In order to have a valid DNS configuration, the NS records...
Read more >
DNS Zones Explained - NS1
DNS Zone Records · Name is an alphanumeric identifier of the DNS record. · TTL (time to live) specifies how long the record...
Read more >
Name Server (NS) Records in Avi DNS
That is, the domain name for the NS record is a zone cut, with the domains within this domain being owned by another...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found