shawn1m / overture

A customized DNS relay server
MIT License
1.79k stars 284 forks source link

Fix: respond if rejected, or the client hangs for the response #184

Closed jsvisa closed 4 years ago

jsvisa commented 4 years ago

If you rejected the query, you should let the client knows it, or the client may wait forever.

shawn1m commented 4 years ago

Merged. Thanks!