Skip to content

Commit

Permalink
Merge branch 'no-default-password-custom-ss-accessmethod-des-410'
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Pettersson <[email protected]>
  • Loading branch information
MarkusPettersson98 committed Oct 20, 2023
2 parents 8fc622a + 2793d87 commit ea4002d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions mullvad-cli/src/cmds/api_access.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ea4002d

Please sign in to comment.