diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-01-18 10:21:33 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-01-23 16:06:51 -0500 |
commit | 83307fc267e7de5fd3a9ccc0c51d6d377f454495 (patch) | |
tree | 71377fe9c8a4d3180f783cfb160bda6c2caefd17 /changes | |
parent | 9469aaaa82b353655c8e17f654954231ba3b09c8 (diff) | |
download | tor-83307fc267e7de5fd3a9ccc0c51d6d377f454495.tar.gz tor-83307fc267e7de5fd3a9ccc0c51d6d377f454495.zip |
Add __SocksPort etc variants for non-persistent use
Implements feature 20956.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/feature20956 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/feature20956 b/changes/feature20956 new file mode 100644 index 0000000000..1ebddb1662 --- /dev/null +++ b/changes/feature20956 @@ -0,0 +1,6 @@ + o Minor features (configuration, controller): + - Each of the *Port options, such as SocksPort, ORPort, ControlPort, + and so on, now comes with a __*Port variant that will not be + saved to the torrc file by the controller's SAVECONF command. + This change allows TorBrowser to set up a single-use domain socket + for each time it launches Tor. Closes ticket 20956. |