Available on crate feature experimental-api only.
Expand description

Implement a simple SOCKS proxy that relays connections over Tor.

A proxy is launched with run_socks_proxy(), which listens for new connections and then runs

Functions

Launch a SOCKS proxy to listen on a given localhost port, and run indefinitely.

Find out which kind of address family we can/should use for a given SocksRequest.