summaryrefslogtreecommitdiffhomepage
path: root/mullvad-cli
diff options
context:
space:
mode:
Diffstat (limited to 'mullvad-cli')
-rw-r--r--mullvad-cli/src/cmds/api_access.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/mullvad-cli/src/cmds/api_access.rs b/mullvad-cli/src/cmds/api_access.rs
index a03d3ba11f..441c549c71 100644
--- a/mullvad-cli/src/cmds/api_access.rs
+++ b/mullvad-cli/src/cmds/api_access.rs
@@ -273,13 +273,11 @@ pub enum AddCustomCommands {
/// The IP of the remote Shadowsocks-proxy
remote_ip: IpAddr,
/// Port on which the remote Shadowsocks-proxy listens for traffic
- #[arg(default_value = "443")]
remote_port: u16,
/// Password for authentication
- #[arg(default_value = "mullvad")]
password: String,
/// Cipher to use
- #[arg(value_parser = SHADOWSOCKS_CIPHERS, default_value = "aes-256-gcm")]
+ #[arg(long, value_parser = SHADOWSOCKS_CIPHERS)]
cipher: String,
/// Disable the use of this custom access method. It has to be manually
/// enabled at a later stage to be used when accessing the Mullvad API.