Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing authority entry, when querying AAAA though CNAME that only has A #1

Open
MarcelCoding opened this issue Oct 13, 2023 · 0 comments

Comments

@MarcelCoding
Copy link
Member

$ dig abc.dresden.zone @127.0.0.1 A

;; ANSWER SECTION:
abc.dresden.zone.       500     IN      CNAME   cba.dresden.zone.

;; ADDITIONAL SECTION:
cba.dresden.zone.       500     IN      CNAME   hallo.dresden.zone.
hallo.dresden.zone.     500     IN      A       127.0.0.1
hallo.dresden.zone.     500     IN      A       172.0.0.2
$ dig abc.dresden.zone @127.0.0.1 AAAA

;; ANSWER SECTION:
abc.dresden.zone.       500     IN      CNAME   cba.dresden.zone.

;; ADDITIONAL SECTION:
cba.dresden.zone.       500     IN      CNAME   hallo.dresden.zone.

In the second example, the authority (SOA) is missing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant