1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 14:42:19 +02:00
tldr/pages/common/piactl.md
bl-ue 8ebd171d6f
*: fix typos reported by Hunspell (#5848)
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
Co-authored-by: Seth Falco <seth@falco.fun>
Co-authored-by: Patrice Denis <patricedenis@users.noreply.github.com>
2021-05-20 16:13:41 -04:00

36 lines
742 B
Markdown

# piactl
> The command-line tool for Private Internet Access, a commercial VPN provider.
> More information: <https://privateinternetaccess.com/helpdesk/kb/articles/pia-desktop-command-line-interface>.
- Log in to Private Internet Access:
`piactl login {{path/to/login_file}}`
- Connect to Private Internet Access:
`piactl connect`
- Disconnect from Private Internet Access:
`piactl disconnect`
- Enable or disable the Private Internet Access daemon in the background:
`piactl background {{enable|disable}}`
- List all available VPN regions:
`piactl get regions`
- Display the current VPN region:
`piactl get region`
- Set your VPN region:
`piactl set region {{region}}`
- Log out of Private Internet Access:
`piactl logout`