[GH-ISSUE #52] Any plan to support EDNS? #19

Open
opened 2026-03-04 23:23:47 +03:00 by kerem · 3 comments
Owner

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?

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?
Author
Owner

@nkakouros commented on GitHub (Nov 17, 2018):

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.

<!-- gh-comment-id:439644290 --> @nkakouros commented on GitHub (Nov 17, 2018): 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.
Author
Owner

@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.

<!-- gh-comment-id:441329884 --> @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.
Author
Owner

@samuelwilliams commented on GitHub (Nov 24, 2018):

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

<!-- gh-comment-id:441331503 --> @samuelwilliams commented on GitHub (Nov 24, 2018): e2bae6d674cb84fd4fbafc6e72c4dc0a85fc7149 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 in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/PHP-DNS-SERVER#19
No description provided.