mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-31 13:41:58 +00:00
26 lines
444 B
Plaintext
26 lines
444 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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`
|
|
|
|
- Establish the VPN tunnel:
|
|
|
|
`mullvad connect`
|
|
|
|
- Check status of VPN tunnel:
|
|
|
|
`mullvad status`
|