A TLS tunneling client (like stunnel) written in node.js
Because my Surface RT doesn't support stunnel, and the other scripts that do this are very old (node 0.10).
- Set up a server, like stunnel
- Install node
- Clone this repo or download tarball / zip
- Change config.json to connect to the server
node index.js- Add fingerprints to fingerprintList in config.json for better security
- Client certificates
- PSK?
- Node with OpenSSL
- A brain
- That's about it