[go: up one dir, main page]

add support for federation over Tor

  • I agree to release my code and all other changes of this MR under the Apache-2.0 license

This adds a flag to the config called tor_federation. If set to "enabled", it also requires a field: tor_proxy, which must be set to the proxy of your tor daemon. Typically socks5h://localhost:9050. If tor_federation is "enabled", it will use http instead of https for federation with hostnames that end in .onion, and it will use the tor proxy to communicate with them. If tor_only is present and set to true, it will use the tor proxy for all outbound traffic.

Opened new PR from !51 (closed) so that a different source branch could be used.

Merge request reports

Loading