mirror of
https://github.com/yswery/PHP-DNS-SERVER.git
synced 2026-04-25 17:25:53 +03:00
[GH-ISSUE #52] Any plan to support EDNS? #19
Labels
No labels
bug
enhancement
enhancement
hacktoberfest
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/PHP-DNS-SERVER#19
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @linkec on GitHub (Jul 16, 2018).
Original GitHub issue: https://github.com/yswery/PHP-DNS-SERVER/issues/52
Any plan to support EDNS?
@nkakouros commented on GitHub (Nov 17, 2018):
This currently "breaks" queries with
dig. The server outputs:and dig timeouts after 3 tries.
nslookupon the other hand works ok.@samuelwilliams commented on GitHub (Nov 23, 2018):
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 commented on GitHub (Nov 24, 2018):
e2bae6d674Server will now ignore records that are of an unknown type, so there is no longer any need to add+noednsto dig queries.