From e8d637759aa672cf27f5385f38134d0904e768ed Mon Sep 17 00:00:00 2001 From: Tobi Date: Tue, 31 Oct 2017 12:50:38 +0100 Subject: [PATCH] Update doc include SOCKS proxy auth syntax --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ea321d536..4bf704ef1 100644 --- a/README.md +++ b/README.md @@ -95,8 +95,11 @@ Alternatively, refer to the [developer instructions](#developer-instructions) fo --proxy URL Use the specified HTTP/HTTPS/SOCKS proxy. To enable experimental SOCKS proxy, specify a proper scheme. For example - socks5://127.0.0.1:1080/. Pass in an empty - string (--proxy "") for direct connection + socks5://hostname:port/ or + socks5://username:password@hostname:port/ + for username and password authentication. + Pass in an empty string (--proxy "") for + direct connection --socket-timeout SECONDS Time to wait before giving up, in seconds --source-address IP Client-side IP address to bind to -4, --force-ipv4 Make all connections via IPv4