hydroxide
hydroxide copied to clipboard
implement proxy and Tor support
This PR implements SOCKS5 proxy support, connecting to ProtonMail over Tor using the .onion
API endpoint and per account stream isolation.
Usage:
SOCKS5 proxy
./hydroxide -proxy 127.0.0.1:9150 serve
Tor SocksPort
and .onion
service
./hydroxide -proxy 127.0.0.1:9150 -tor serve
Fixes: #266