mirror of
https://github.com/sstent/nixfotfiles_1.git
synced 2026-01-25 22:52:26 +00:00
x
This commit is contained in:
16
scripts/mullvad.sh
Normal file
16
scripts/mullvad.sh
Normal file
@@ -0,0 +1,16 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user