Noxwizard / dnscrypt-winclient

Windows client for managing the DNSCrypt Proxy
MIT License
402 stars 81 forks source link

Adding an option to choose TCP or UDP transport #25

Closed KrasnayaPloshchad closed 8 years ago

KrasnayaPloshchad commented 8 years ago

I found DNSCrypt Windows Service Manager and Simple DNSCrypt have implemented an option to choose TCP/UDP transport, but I have never seen which option in your client is available for it. So please adding this option.

Noxwizard commented 8 years ago

I previously supported this, but had to remove it as the CSV provided by dnscrypt.org no longer provides that information, so it is not reliable to assume that any of those resolvers provides anything other than TCP.

KrasnayaPloshchad commented 7 years ago

On 28 Jul 2016 they allowed to query over TCP or UDP in their specification, so you should follow it.

Noxwizard commented 7 years ago

TCP and UDP options have been supported since the very beginning by DNSCrypt. As I said before, my application used to support it as well. The problem still remains that the CSV does not provide this information, so the end user would have to guess as to whether a server supported UDP and on what ports. Until that information is once again provided in the CSV, this feature will not come back.