Open h3xagonal opened 7 months ago
This PR implements SOCKS5 proxy support, connecting to ProtonMail over Tor using the .onion API endpoint and per account stream isolation.
.onion
Usage:
./hydroxide -proxy 127.0.0.1:9150 serve
SocksPort
./hydroxide -proxy 127.0.0.1:9150 -tor serve
Fixes: #266
This PR implements SOCKS5 proxy support, connecting to ProtonMail over Tor using the
.onion
API endpoint and per account stream isolation.Usage:
SOCKS5 proxy
Tor
SocksPort
and.onion
serviceFixes: #266