Add __SocksPort etc variants for non-persistent use

Implements feature 20956.
This commit is contained in:
Nick Mathewson
2017-01-18 10:21:33 -05:00
parent 9469aaaa82
commit 83307fc267
3 changed files with 30 additions and 2 deletions
+6
View File
@@ -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.