A proxy endpoint, either a network service or a local unix domain socket.
Synopsis
Declared in <netbase.h>
class Proxy;
Member Functions
Data Members
Name |
Description |
Whether this proxy is a local unix domain socket. |
|
Whether Tor stream isolation is enabled for this proxy. |
|
Filesystem path of the unix domain socket (unused for service proxies). |
|
The proxy network service address (unused for unix socket proxies). |
Non-Member Functions
Name |
Description |
Connect to a specified destination service through a SOCKS5 proxy by first connecting to the SOCKS5 proxy. |
|
Get the configured name proxy, if any. |
|
Get the proxy configured for a given network, if any. |
|
Set the name proxy to use for all connections to nodes specified by a hostname. After setting this proxy, connecting to a node specified by a hostname won't result in a local lookup of said hostname, rather, connect to the node by asking the name proxy for a proxy connection to the hostname, effectively delegating the hostname lookup to the specified proxy. |
Created with MrDocs