From 7fbe8fc5b2214f41d642bdc6e76224fb7a9c1af1 Mon Sep 17 00:00:00 2001 From: Will Bollock Date: Fri, 24 Jan 2020 16:42:43 -0500 Subject: [PATCH] mullvad: add page (#3793) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add mullvad.md Information on the mullvad command line utility. * Update mullvad.md * Update pages/linux/mullvad.md Co-Authored-By: Zlatan Vasović * Update pages/linux/mullvad.md Co-Authored-By: Zlatan Vasović * Update mullvad.md Co-authored-by: Zlatan Vasović --- pages/linux/mullvad.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/linux/mullvad.md diff --git a/pages/linux/mullvad.md b/pages/linux/mullvad.md new file mode 100644 index 0000000000..d8ccbba49c --- /dev/null +++ b/pages/linux/mullvad.md @@ -0,0 +1,20 @@ +# mullvad + +> CLI client for Mullvad VPN. +> More information: . + +- Link your mullvad account with the specified account number: + +`mullvad account set {{account_number}}` + +- Enable LAN access while VPN is on: + +`mullvad lan set allow` + +- Command the client to start establishing VPN tunnel: + +`mullvad connect` + +- Check status of VPN tunnel: + +`mullvad status`