From ac7ef33e4a317d338ff2701862965a93fd40951b Mon Sep 17 00:00:00 2001 From: Evgeny Egorochkin Date: Sat, 2 Oct 2010 02:19:17 +0000 Subject: [PATCH] Tor: socksListenAddress must always be in ip:port format svn path=/nixos/trunk/; revision=24022 --- modules/services/security/tor.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/security/tor.nix b/modules/services/security/tor.nix index de96a7638d1b..65b7abafd6a2 100644 --- a/modules/services/security/tor.nix +++ b/modules/services/security/tor.nix @@ -50,7 +50,7 @@ in example = "192.168.0.1:9100"; description = '' Bind to this address to listen for connections from Socks-speaking - applications. You can also specify a port. + applications. ''; };