mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-14 07:03:44 +01:00
915c7438a7
These commands allow for the creation and management of ephemeral Onion ("Hidden") services that are either bound to the lifetime of the originating control connection, or optionally the lifetime of the tor instance. Implements #6411.
8 lines
358 B
Plaintext
8 lines
358 B
Plaintext
o Major features (controller):
|
|
- Add the ADD_ONION and DEL_ONION commands that allows the creation
|
|
and management of hidden services via the controller. Closes
|
|
ticket 6411.
|
|
- New "GETINFO onions/current" and "GETINFO onions/detached" to get
|
|
information about hidden services created via the controller.
|
|
Part of ticket 6411.
|