PHP-DNS-SERVER icon indicating copy to clipboard operation
PHP-DNS-SERVER copied to clipboard

Any plan to support EDNS?

Open linkec opened this issue 6 years ago • 3 comments

Any plan to support EDNS?

linkec avatar Jul 16 '18 19:07 linkec

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.

nkakouros avatar Nov 17 '18 20:11 nkakouros

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 avatar Nov 23 '18 23:11 samuelwilliams

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.

samuelwilliams avatar Nov 24 '18 00:11 samuelwilliams