mirror of
https://github.com/sstent/nixfotfiles_1.git
synced 2026-01-25 14:42:18 +00:00
16 lines
377 B
Bash
16 lines
377 B
Bash
# 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 |