Secure peer-to-peer DNS resolution and HTTPS authentication for Firefox, without certificate authorities, using the Namecoin blockchain. This repo is deprecated in favor of https://github.com/namecoin/ncdns and https://github.com/namecoin/dns-prop279
Replacing the HTTP/HTTPS proxy with a SOCKS proxy would have the following benefits:
Fix HTTP bugs (non-GET requests aren't handled correctly, and the request headers are partially broken right now).
Allow clients other than web browsers to use the proxy more easily.
Make it easier to implement Tor stream isolation later.
See SOCKS5Server.js for a mostly-working drop-in replacement for the HTTP/HTTPS proxy that we're using now.
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/2754519-replace-http-https-proxy-with-socks-proxy?utm_campaign=plugin&utm_content=tracker%2F408215&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F408215&utm_medium=issues&utm_source=github).
Replacing the HTTP/HTTPS proxy with a SOCKS proxy would have the following benefits:
See SOCKS5Server.js for a mostly-working drop-in replacement for the HTTP/HTTPS proxy that we're using now.