commit 49278cd68a0d84727ae1131e677bc3481b3e2fc7 Author: Roger Dingledine arma@torproject.org Date: Fri Oct 25 16:56:20 2013 -0400
clarify that DisableNetwork closes connections too --- doc/tor.1.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 215ea0c..ac33c59 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -211,7 +211,8 @@ GENERAL OPTIONS
[[DisableNetwork]] **DisableNetwork** **0**|**1**:: When this option is set, we don't listen for or accept any connections - other than controller connections, and we don't make any outbound + other than controller connections, and we close (and don't reattempt) + any outbound connections. Controllers sometimes use this option to avoid using the network until Tor is fully configured. (Default: 0)
tor-commits@lists.torproject.org