From 915c7438a77edfaf3103b69cb494a4f069a79a0c Mon Sep 17 00:00:00 2001 From: Yawning Angel Date: Sat, 25 Apr 2015 08:23:15 +0000 Subject: Add "ADD_ONION"/"DEL_ONION" and "GETINFO onions/*" to the controller. 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. --- changes/feature6411 | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changes/feature6411 (limited to 'changes') diff --git a/changes/feature6411 b/changes/feature6411 new file mode 100644 index 0000000000..6024364319 --- /dev/null +++ b/changes/feature6411 @@ -0,0 +1,7 @@ + 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. -- cgit v1.2.3-54-g00ecf