mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 20:55:34 +02:00
mullvad: add page (#3793)
* Add mullvad.md Information on the mullvad command line utility. * Update mullvad.md * Update pages/linux/mullvad.md Co-Authored-By: Zlatan Vasović <zlatanvasovic@gmail.com> * Update pages/linux/mullvad.md Co-Authored-By: Zlatan Vasović <zlatanvasovic@gmail.com> * Update mullvad.md Co-authored-by: Zlatan Vasović <zlatanvasovic@gmail.com>
This commit is contained in:
parent
b80fdb65d8
commit
7fbe8fc5b2
1 changed files with 20 additions and 0 deletions
20
pages/linux/mullvad.md
Normal file
20
pages/linux/mullvad.md
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# mullvad
|
||||||
|
|
||||||
|
> CLI client for Mullvad VPN.
|
||||||
|
> More information: <https://mullvad.net/>.
|
||||||
|
|
||||||
|
- 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`
|
Loading…
Add table
Reference in a new issue