Module tor_chanmgr::transport::proxied

source ·
Expand description

Connect to relays via a proxy.

This code is here for two reasons:

  1. To connect via external pluggable transports (for which we use SOCKS to build our connections).
  2. To support users who are behind a firewall that requires them to use a SOCKS proxy to connect.

Currently only SOCKS proxies are supported.

Structs§

  • An object that connects to a Tor bridge via an external pluggable transport that provides a proxy.

Enums§

  • Information about what proxy protocol to use, and how to use it.
  • An error that occurs while negotiating a connection with a proxy.

Functions§

  • Transform a string into a representation that can be sent as SOCKS authentication.