aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-01-18 10:21:33 -0500
committerNick Mathewson <nickm@torproject.org>2017-01-23 16:06:51 -0500
commit83307fc267e7de5fd3a9ccc0c51d6d377f454495 (patch)
tree71377fe9c8a4d3180f783cfb160bda6c2caefd17 /doc
parent9469aaaa82b353655c8e17f654954231ba3b09c8 (diff)
downloadtor-83307fc267e7de5fd3a9ccc0c51d6d377f454495.tar.gz
tor-83307fc267e7de5fd3a9ccc0c51d6d377f454495.zip
Add __SocksPort etc variants for non-persistent use
Implements feature 20956.
Diffstat (limited to 'doc')
-rw-r--r--doc/tor.1.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt
index f1068cedc6..330cdd4492 100644
--- a/doc/tor.1.txt
+++ b/doc/tor.1.txt
@@ -2668,6 +2668,19 @@ The following options are used for running a testing Tor network.
we replace it and issue a new key?
(Default: 3 hours for link and auth; 1 day for signing.)
+NON-PERSISTENT OPTIONS
+----------------------
+
+These options are not saved to the torrc file by the "SAVECONF" controller
+command. Other options of this type are documented in control-spec.txt,
+section 5.4. End-users should mostly ignore them.
+
+[[UnderscorePorts]] **\_\_ControlPort**, **\_\_DirPort**, **\_\_DNSPort**, **\_\_ExtORPort**, **\_\_NATDPort**, **\_\_ORPort**, **\_\_SocksPort**, **\_\_TransPort**::
+ These underscore-prefixed options are variants of the regular Port
+ options. They behave the same, except they are not saved to the
+ torrc file by the controller's SAVECONF command.
+
+
SIGNALS
-------