From 05b2828bb4613fcb52b764ede0933b139835c54d Mon Sep 17 00:00:00 2001 From: Owen Voke Date: Fri, 2 Oct 2020 20:09:01 +0100 Subject: [PATCH] piactl: add page (#4375) --- pages/common/piactl.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 pages/common/piactl.md diff --git a/pages/common/piactl.md b/pages/common/piactl.md new file mode 100644 index 000000000..951ca9107 --- /dev/null +++ b/pages/common/piactl.md @@ -0,0 +1,36 @@ +# piactl + +> The command line tool for Private Internet Access, a commercial VPN provider. +> More information: . + +- 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`