diff options
| author | Lee *!* Clagett <code@leeclagett.com> | 2024-08-17 18:37:10 -0400 |
|---|---|---|
| committer | lschomaker1 <lucas.schomaker12@gmail.com> | 2026-04-16 15:52:05 -0500 |
| commit | ce5437f0677966c15d2946bc7c068975aa6bfd83 (patch) | |
| tree | fe34f64934e00f27f4308f6747a0c32efd2edfcd /src/daemon/command_line_args.h | |
| parent | 54b803603cf0fb450a9b9436b9fe85452e75966f (diff) | |
| download | monzero-core-ce5437f0677966c15d2946bc7c068975aa6bfd83.tar.gz monzero-core-ce5437f0677966c15d2946bc7c068975aa6bfd83.tar.xz monzero-core-ce5437f0677966c15d2946bc7c068975aa6bfd83.zip | |
Add Socks v5 support to daemon and wallet
(cherry picked from commit 23e29a5074f01cbb781f7e76b0c17ad2b6797af0)
Diffstat (limited to 'src/daemon/command_line_args.h')
| -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 = { |
