indicate that IPv4/IPv6 proxy use SOCKS5 protocol

This commit is contained in:
Jonas Schnelli 2015-07-27 11:49:51 +02:00
parent 134a393d1d
commit 23aa36ad40
1 changed files with 3 additions and 3 deletions

View File

@ -44,8 +44,8 @@ public:
"-d <threads> Number of DNS server threads (default 4)\n" "-d <threads> Number of DNS server threads (default 4)\n"
"-p <port> UDP port to listen on (default 53)\n" "-p <port> UDP port to listen on (default 53)\n"
"-o <ip:port> Tor proxy IP/Port\n" "-o <ip:port> Tor proxy IP/Port\n"
"-i <ip:port> IPV4 proxy IP/Port\n" "-i <ip:port> IPV4 SOCKS5 proxy IP/Port\n"
"-k <ip:port> IPV6 proxy IP/Port\n" "-k <ip:port> IPV6 SOCKS5 proxy IP/Port\n"
"--testnet Use testnet\n" "--testnet Use testnet\n"
"--wipeban Wipe list of banned nodes\n" "--wipeban Wipe list of banned nodes\n"
"--wipeignore Wipe list of ignored nodes\n" "--wipeignore Wipe list of ignored nodes\n"
@ -63,7 +63,7 @@ public:
{"port", required_argument, 0, 'p'}, {"port", required_argument, 0, 'p'},
{"onion", required_argument, 0, 'o'}, {"onion", required_argument, 0, 'o'},
{"proxyipv4", required_argument, 0, 'i'}, {"proxyipv4", required_argument, 0, 'i'},
{"proxyipv6", required_argument, 0, 'ik'}, {"proxyipv6", required_argument, 0, 'k'},
{"testnet", no_argument, &fUseTestNet, 1}, {"testnet", no_argument, &fUseTestNet, 1},
{"wipeban", no_argument, &fWipeBan, 1}, {"wipeban", no_argument, &fWipeBan, 1},
{"wipeignore", no_argument, &fWipeBan, 1}, {"wipeignore", no_argument, &fWipeBan, 1},