diff options
| author | tobtoht <tob@featherwallet.org> | 2026-04-20 07:49:04 +0000 |
|---|---|---|
| committer | tobtoht <tob@featherwallet.org> | 2026-04-20 07:49:04 +0000 |
| commit | 8b6be66bef8cce6e074074b7329be9509b93dbb8 (patch) | |
| tree | 6dee62eec590447f49e6a29d649c294f4757a2a4 /src/daemon | |
| parent | e75125a30b1f70e74eded99d3fc4f3e98938c6d5 (diff) | |
| parent | ce5437f0677966c15d2946bc7c068975aa6bfd83 (diff) | |
| download | monzero-core-8b6be66bef8cce6e074074b7329be9509b93dbb8.tar.gz monzero-core-8b6be66bef8cce6e074074b7329be9509b93dbb8.tar.xz monzero-core-8b6be66bef8cce6e074074b7329be9509b93dbb8.zip | |
Merge pull request #10411
ce5437f Add Socks v5 support to daemon and wallet (Lee *!* Clagett)
Diffstat (limited to 'src/daemon')
| -rw-r--r-- | src/daemon/command_line_args.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/command_line_args.h b/src/daemon/command_line_args.h index a0b15d021..647a7c7b4 100644 --- a/src/daemon/command_line_args.h +++ b/src/daemon/command_line_args.h @@ -98,7 +98,7 @@ namespace daemon_args const command_line::arg_descriptor<std::string> arg_proxy = { "proxy", - "Network communication through proxy: <socks-ip:port> i.e. \"127.0.0.1:9050\"", + "Network communication through proxy: [socks5://[user:pass@]]<socks-ip:port> i.e. \"127.0.0.1:9050\"", "", }; const command_line::arg_descriptor<bool> arg_proxy_allow_dns_leaks = { |
