Constructors

Synopses

Declared in <torcontrol.h>

Construct an empty controller. Used for testing only.

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

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

Parameters

Name

Description

tor_control_center

Address of the Tor control socket in host:port form.

target

Local service the onion service should forward to.

Created with MrDocs