hydroxide icon indicating copy to clipboard operation
hydroxide copied to clipboard

implement proxy and Tor support

Open h3xagonal opened this issue 10 months ago • 0 comments

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

h3xagonal avatar Apr 07 '24 00:04 h3xagonal