Tor: socksListenAddress must always be in ip:port format

svn path=/nixos/trunk/; revision=24022
This commit is contained in:
Evgeny Egorochkin 2010-10-02 02:19:17 +00:00
parent 7468ad50e0
commit ac7ef33e4a

View File

@ -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.
'';
};