Tor: socksListenAddress must always be in ip:port format
svn path=/nixos/trunk/; revision=24022
This commit is contained in:
parent
7468ad50e0
commit
ac7ef33e4a
|
@ -50,7 +50,7 @@ in
|
||||||
example = "192.168.0.1:9100";
|
example = "192.168.0.1:9100";
|
||||||
description = ''
|
description = ''
|
||||||
Bind to this address to listen for connections from Socks-speaking
|
Bind to this address to listen for connections from Socks-speaking
|
||||||
applications. You can also specify a port.
|
applications.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue