From 49278cd68a0d84727ae1131e677bc3481b3e2fc7 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Fri, 25 Oct 2013 16:56:20 -0400 Subject: [PATCH] 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 215ea0cf49..ac33c59071 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)