Construct a proxy from a local unix domain socket path.
Declared in <netbase.h>
explicit
Proxy(
std::string path,
bool tor_stream_isolation = false);
| Name | Description |
|---|---|
| path | Filesystem path of the unix domain socket. |
| tor_stream_isolation | Whether to isolate Tor streams over this proxy. |