Module proxied

Module 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.

Enumsยง

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