chrisstaite / DoTe

A simple DNS wrapping server to forward UDP requests to a DNS over TLS server
MIT License
42 stars 4 forks source link

Handle DNS errors #3

Closed chrisstaite closed 6 years ago

chrisstaite commented 6 years ago

Handle the case when a DNS errors, i.e. blacklist the forwarder for a while and try a different one.

chrisstaite commented 6 years ago

Doesn't check the result, but if there's a problem with the connection, it is now pushed to the back of the configuration list.