folbricht / routedns

DNS stub resolver, proxy and router with support for DoT, DoH, DoQ, and DTLS
BSD 3-Clause "New" or "Revised" License
441 stars 62 forks source link

fix query-timeout for doq #359

Open nickzhog opened 7 months ago

nickzhog commented 7 months ago

the query-timeout parameter works fine on all protocols except doq. At the handshake stage, more time may be spent than specified in the config. There is a solution: https://github.com/folbricht/routedns/pull/358