Proxy::Proxy

Construct a proxy from a local unix domain socket path.

Synopsis

Declared in <netbase.h>

explicit
Proxy(
    std::string path,
    bool tor_stream_isolation = false);

Parameters

NameDescription
pathFilesystem path of the unix domain socket.
tor_stream_isolationWhether to isolate Tor streams over this proxy.