mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 16:46:04 +02:00
piactl: add page (#4375)
This commit is contained in:
parent
ee5ffab3b9
commit
05b2828bb4
1 changed files with 36 additions and 0 deletions
36
pages/common/piactl.md
Normal file
36
pages/common/piactl.md
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
# 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`
|
Loading…
Add table
Reference in a new issue