Constructors
Declared in <torcontrol.h>
Construct an empty controller. Used for testing only.
TorController();
» more...
Construct a controller for the given control center and onion service target.
TorController(
std::string const& tor_control_center,
CService const& target);
» more...
| Name | Description |
|---|---|
| tor_control_center | Address of the Tor control socket in host:port form. |
| target | Local service the onion service should forward to. |