Noxwizard / dnscrypt-winclient

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

dnscrypt-proxy 0.9.4 requires --tcp-only (-T) to force TCP usage. #2

Closed jedisct1 closed 12 years ago

jedisct1 commented 12 years ago

The --tcp-port option is gone in the just-released dnscrypt-proxy 0.9.4.

-T (alias --tcp-only) should be used to force TCP.

-t is now an alias for --resolver-port, that changes the resolver port, but doesn't force TCP.

OpenDNS supports TCP and UDP on ports 53, 443 and 5353.

When UDP is available (and routers are usually just hijacking port 53), it is preferred over TCP, especially on Windows since the UDP->TCP fallback is pretty slow.

It would be awesome if dnscrypt-winclient could let the user pick the port and the protocol he wants to use.

Noxwizard commented 12 years ago

I've added more explicit selection options in through a18515a578.