diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2016-05-10 09:08:08 +0200 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2016-05-10 09:08:08 +0200 |
commit | 28b4f73620c82e7007b3154e4d5f437cf6fb2608 (patch) | |
tree | 4836fcb20238b1ffb6a7f74ead39d963db3985a6 /README.md | |
parent | c2876afafef392220cdb2baebace1d6d533f8d63 (diff) |
release 2016.05.102016.05.10
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -85,9 +85,11 @@ which means you can modify it, redistribute it or use it however you like. --no-color Do not emit color codes in output ## Network Options: - --proxy URL Use the specified HTTP/HTTPS proxy. Pass in - an empty string (--proxy "") for direct - connection + --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 --socket-timeout SECONDS Time to wait before giving up, in seconds --source-address IP Client-side IP address to bind to (experimental) |