Total Members Voted: 35
i'm not willing to pay for an expensive vpn that has absolutely no dns bleeding
Betternet is free
bleeds like forget though.
In the case of OpenVPN (the most common vpn protocol among most services), this is actually 100% incorrect. The configuration of OpenVPN involves the client downloading a public key for the server you intend to connect to beforehand. This means that when you connect to the server, your client encrypts it's request using the server's public key (which includes the client's public key, so the server can write it's first reply back encrypted as well). In this way, key exchange in theory never happens in the clear between the client and server which makes detecting a connection as being a VPN connection extremely difficult to do automatically. In theory, the VPN provider can host the server's public key in any number of locations so that clients always can get it, even if their ISP or other middleman is blocking their connection to the VPN website.It's not 100% foolproof, but VPN's absolutely have the tools needed to circumvent censorship of their website or blocking of obvious VPN connections.