diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-04-10 15:27:09 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-04-10 15:27:09 -0400 |
commit | 6e467a7a340cdc0267206ebaf8dca54c1a4a7b0a (patch) | |
tree | 590e8ba5ba6685695bde42d7fce79e78226f55ca /doc | |
parent | ef16a11b90a107c6bc5178af1cbd083f80b39842 (diff) | |
parent | 550037f67779fc52d08a12c5f4ffdd04d55841a9 (diff) | |
download | tor-6e467a7a340cdc0267206ebaf8dca54c1a4a7b0a.tar.gz tor-6e467a7a340cdc0267206ebaf8dca54c1a4a7b0a.zip |
Merge remote-tracking branch 'isis-github/bug25409'
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 19 |
1 files changed, 3 insertions, 16 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 5f31344f67..ea42fc0861 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -805,10 +805,9 @@ GENERAL OPTIONS [[NoExec]] **NoExec** **0**|**1**:: If this option is set to 1, then Tor will never launch another - executable, regardless of the settings of PortForwardingHelper, - ClientTransportPlugin, or ServerTransportPlugin. Once this - option has been set to 1, it cannot be set back to 0 without - restarting Tor. (Default: 0) + executable, regardless of the settings of ClientTransportPlugin + or ServerTransportPlugin. Once this option has been set to 1, + it cannot be set back to 0 without restarting Tor. (Default: 0) [[Schedulers]] **Schedulers** **KIST**|**KISTLite**|**Vanilla**:: Specify the scheduler type that tor should use. The scheduler is @@ -2087,18 +2086,6 @@ is non-zero): For obvious reasons, NoAdvertise and NoListen are mutually exclusive, and IPv4Only and IPv6Only are mutually exclusive. -[[PortForwarding]] **PortForwarding** **0**|**1**:: - Attempt to automatically forward the DirPort and ORPort on a NAT router - connecting this Tor server to the Internet. If set, Tor will try both - NAT-PMP (common on Apple routers) and UPnP (common on routers from other - manufacturers). (Default: 0) - -[[PortForwardingHelper]] **PortForwardingHelper** __filename__|__pathname__:: - If PortForwarding is set, use this executable to configure the forwarding. - If set to a filename, the system path will be searched for the executable. - If set to a path, only the specified path will be executed. - (Default: tor-fw-helper) - [[PublishServerDescriptor]] **PublishServerDescriptor** **0**|**1**|**v3**|**bridge**,**...**:: This option specifies which descriptors Tor will publish when acting as a relay. You can |