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

Any plan to support EDNS? #52

Open
linkec opened this issue Jul 16, 2018 · 3 comments
Open

Any plan to support EDNS? #52

linkec opened this issue Jul 16, 2018 · 3 comments

Comments

@linkec
Copy link

linkec commented Jul 16, 2018

Any plan to support EDNS?

@nkakouros
Copy link
Contributor

This currently "breaks" queries with dig. The server outputs:

error: Record type "OPT" is not a supported type.

and dig timeouts after 3 tries. nslookup on the other hand works ok.

@samuelwilliams
Copy link
Collaborator

DIG populates the additionals with OPT types, which is why the server is erroring out - OPT type is only tested in the question part of the message.

@samuelwilliams
Copy link
Collaborator

samuelwilliams commented Nov 24, 2018

e2bae6d Server will now ignore records that are of an unknown type, so there is no longer any need to add +noedns to dig queries.

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

No branches or pull requests

3 participants