TorController::TorController

Construct a controller for the given control center and onion service target.

Synopsis

Declared in <torcontrol.h>

TorController(
    std::string const& tor_control_center,
    CService const& target);

Parameters

NameDescription
tor_control_centerAddress of the Tor control socket in host:port form.
targetLocal service the onion service should forward to.