From 60a87bce873ce1f76a80b7b8546e83a0cd4e07a5 Mon Sep 17 00:00:00 2001 From: Pieter Wuille Date: Sun, 1 Apr 2012 20:25:48 +0200 Subject: SOCKS5 support by default Add -socks= to select SOCKS version to use. 4 and 5 are supported, 5 is default. --- src/init.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/init.cpp') diff --git a/src/init.cpp b/src/init.cpp index 3fe6d1b09..aa1399f81 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -178,7 +178,8 @@ bool AppInit2(int argc, char* argv[]) " -dbcache= \t\t " + _("Set database cache size in megabytes (default: 25)") + "\n" + " -dblogsize= \t\t " + _("Set database disk log size in megabytes (default: 100)") + "\n" + " -timeout= \t " + _("Specify connection timeout (in milliseconds)") + "\n" + - " -proxy= \t " + _("Connect through socks4 proxy") + "\n" + + " -proxy= \t " + _("Connect through socks proxy") + "\n" + + " -socks= \t " + _("Select the version of socks proxy to use (4 or 5, 5 is default)") + "\n" + " -dns \t " + _("Allow DNS lookups for addnode and connect") + "\n" + " -port= \t\t " + _("Listen for connections on (default: 8333 or testnet: 18333)") + "\n" + " -maxconnections=\t " + _("Maintain at most connections to peers (default: 125)") + "\n" + -- cgit v1.2.3