Expand description
Connect to relays via a proxy.
This code is here for two reasons:
- To connect via external pluggable transports (for which we use SOCKS to build our connections).
- 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.
- Proxy
Error - An error that occurs while negotiating a connection with a proxy.