Created
October 28, 2019 00:02
-
-
Save jralvarezc/9a08ef45f031d1a3ddf7d6ecfba5743c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# install | |
$ nix-env -i mullvad-vpn | |
# start daemon | |
$ sudo mullvad-daemon --disable-log-to-file | |
# set account number | |
$ mullvad account set XXXXXXXXXXXXXXX | |
# list possible relays | |
$ mullvad relay list | |
# set switzerland secure and independent legislation | |
$ mullvad relay set location ch | |
# connect | |
$ mullvad connect | |
# check status | |
$ mullvad status | |
# set default connect | |
$ mullvad auto-connect set on |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment