summaryrefslogtreecommitdiffhomepage
path: root/mullvad-cli/src
AgeCommit message (Expand)AuthorFilesLines
2022-03-14Use the current account for device functions in the CLI, if no account is givenDavid Lönnhager1-14/+43
2022-03-14Send an event when devices are explicitly revokedDavid Lönnhager1-0/+5
2022-03-14Remove keygen event remnantsDavid Lönnhager3-23/+4
2022-03-14Add CLI commands for listing and revoking devicesDavid Lönnhager1-17/+83
2022-03-14Implement device conceptDavid Lönnhager3-46/+36
2022-02-14Upgrade clap to 3.0David Lönnhager19-431/+386
2022-02-04Update the default password and cipher for the custom bridgesLinus Färnstrand1-2/+2
2022-01-17Make `mullvad relay set hostname` not case sensitive to the inputLinus Färnstrand1-13/+11
2022-01-14Simplify custom resolver to not leak any trafficEmīls2-80/+0
2022-01-11Add ability to block malware via server side DNS to daemon/CLILinus Färnstrand1-1/+15
2022-01-11Use ": " as delimiter instead of " - " between messages and valueLinus Färnstrand2-3/+3
2021-12-10Use network-check subcommand in CLIEmīls4-75/+115
2021-12-10Enable custom resolver after unblocking resovlersEmīls1-0/+2
2021-12-10Add CLI command to toggle custom-resolverEmīls2-35/+73
2021-12-09Add multihop state separate from entry locationDavid Lönnhager1-0/+1
2021-11-29Reformat code without blank_lines_upper_bound = 2Linus Färnstrand3-3/+0
2021-11-23Reset the port if the transport protocol is set to any in the CLIDavid Lönnhager1-1/+6
2021-11-23Allow the transport protocol to be set to any when it was previously set to a...David Lönnhager1-1/+5
2021-11-23Add missing newline for 'relay get'David Lönnhager1-1/+1
2021-11-17Fix help message for CLIDavid Lönnhager1-2/+2
2021-11-12Print usage if no tunnel constraints are providedDavid Lönnhager1-0/+2
2021-11-12Keep existing tunnel protocol-specific constraints when providingDavid Lönnhager1-27/+105
2021-09-28Enable wireguard-nt with temporary CLI switchDavid Lönnhager1-2/+53
2021-09-27Deduplicate formatting of relay settingsDavid Lönnhager2-204/+97
2021-09-27Deduplicate formatting in bridge CLIDavid Lönnhager1-78/+57
2021-08-25Use TransportPort for OpenVPN constraintsDavid Lönnhager1-63/+38
2021-08-19Remove duplicate WG constraints formatting code in CLIDavid Lönnhager1-36/+5
2021-08-19Combine WireGuard port and transport constraintsDavid Lönnhager1-17/+32
2021-08-19Update CLI to show WireGuard transport protocolDavid Lönnhager1-2/+8
2021-08-19Add transport protocol constraint for WireGuardDavid Lönnhager1-0/+14
2021-07-02Remove redundant GetSplitTunnelApps RPCDavid Lönnhager1-4/+7
2021-07-02Move split tunnel settings to own typeDavid Lönnhager1-1/+7
2021-07-02Notify tunnel of errors while registering addresses in driverDavid Lönnhager1-0/+2
2021-07-02Support Windows split tunneling driverDavid Lönnhager3-4/+120
2021-06-18Update account history RPCsDavid Lönnhager1-13/+0
2021-05-17Include entry endpoint in 'mullvad relay get'David Lönnhager1-2/+14
2021-05-17Include entry endpoint in 'mullvad status' and TunnelEndpoint typeDavid Lönnhager1-15/+35
2021-05-17Switch from exit_location to entry_location WG constraintDavid Lönnhager1-9/+9
2021-05-17Add exit location CLI optionDavid Lönnhager3-11/+51
2021-05-17Add exit location fieldDavid Lönnhager1-0/+1
2021-05-12Separate DNS options and toggleDavid Lönnhager1-17/+23
2021-05-12Display DNS settings in CLIDavid Lönnhager1-1/+15
2021-05-12Configure ad and tracker blocking DNS on tunnel interfaceDavid Lönnhager1-4/+12
2021-05-12Add ad and tracker blocking DNS optionsDavid Lönnhager3-190/+32
2021-05-12Add dns subcommandDavid Lönnhager2-0/+109
2021-04-30Improve CLI for tunnel-specific constraintsDavid Lönnhager1-70/+74
2021-04-13Update CLI for custom tunnelsDavid Lönnhager1-29/+23
2021-04-13Substitute 'invalid' for 'unknown' where appropriateDavid Lönnhager2-5/+5
2021-04-13Add TCP WireGuard custom tunnel optionDavid Lönnhager1-31/+41
2021-03-31Explain firewall restrictions for local custom proxy optionDavid Lönnhager1-22/+39