We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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?
The text was updated successfully, but these errors were encountered:
This currently "breaks" queries with dig. The server outputs:
dig
error: Record type "OPT" is not a supported type.
and dig timeouts after 3 tries. nslookup on the other hand works ok.
nslookup
Sorry, something went wrong.
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.
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.
+noedns
No branches or pull requests
Any plan to support EDNS?
The text was updated successfully, but these errors were encountered: