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

Close connections #5

Closed chrisstaite closed 6 years ago

chrisstaite commented 6 years ago

Shutdown the connections after each request because there won't ever be another request from that same client port because that's not how UDP works.