richardschneider / net-udns

Clients for unicast DNS servers
MIT License
15 stars 6 forks source link

DOT Quad9 failing #18

Open richardschneider opened 5 years ago

richardschneider commented 5 years ago

The test Query_Quad9 is now failing a FormatError.

I'm skipping the test until this resolved.

richardschneider commented 5 years ago

It doesn't like the OPT record we are generating. By commenting out the create OPT record, Quad9 processes the query.

richardschneider commented 5 years ago

It appears that the EdnsKeepaliveOption is sometimes being rejected with a format error.

richardschneider commented 5 years ago

Its the EdnsKeepaliveOption, when not passed to Quad9 it never fails. If passed, then it randomly fails.

Sent a message to Quad9 support. Waiting for the response.