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
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