diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-10-10 00:08:35 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-12-06 11:28:49 -0500 |
commit | f742b33d85c0884fa5902d0d24a1232c9bd47dd8 (patch) | |
tree | 6aea198e681fa39b5aebbd1cfabd61adb1965dd7 /doc/tor.1.txt | |
parent | a8d491a8fdfafe6e56924a19b5169c2eb9d3a66a (diff) | |
download | tor-f742b33d85c0884fa5902d0d24a1232c9bd47dd8.tar.gz tor-f742b33d85c0884fa5902d0d24a1232c9bd47dd8.zip |
Drop FallbackNetworkstatusFile; it never worked.
Diffstat (limited to 'doc/tor.1.txt')
-rw-r--r-- | doc/tor.1.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 231ac528d2..c9be6cd5d8 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -1129,12 +1129,6 @@ The following options are useful only for clients (that is, if regular router descriptors. Tor does not use this information for anything itself; to save bandwidth, leave this option turned off. (Default: 0) -**FallbackNetworkstatusFile** __FILENAME__:: - If Tor doesn't have a cached networkstatus file, it starts out using this - one instead. Even if this file is out of date, Tor can still use it to - learn about directory mirrors, so it doesn't need to put load on the - authorities. (Default: None) - **WarnPlaintextPorts** __port__,__port__,__...__:: Tells Tor to issue a warnings whenever the user tries to make an anonymous connection to one of these ports. This option is designed to alert users |