chrisstaite / DoTe

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

Remove EDNS0 padding #7

Closed chrisstaite closed 4 years ago

chrisstaite commented 6 years ago

EDNS0 padding makes the UDP packets larger for no reason and could have MTU issues on some networks or with some clients that don't support it.

chrisstaite commented 4 years ago

Added an EDNS parser in v0.10.0