From 1a7fd6ec585bbd4ee79696a01ec70632db28ee99 Mon Sep 17 00:00:00 2001 From: Seth Falco Date: Wed, 23 Mar 2022 13:48:56 +0100 Subject: [PATCH] ivpn: add page (#7914) --- pages/common/ivpn.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/common/ivpn.md diff --git a/pages/common/ivpn.md b/pages/common/ivpn.md new file mode 100644 index 0000000000..2e8a0fc184 --- /dev/null +++ b/pages/common/ivpn.md @@ -0,0 +1,12 @@ +# ivpn + +> Command-line interface for the IVPN client. +> More information: . + +- Print the current state of IVPN, including the connection and firewall status: + +`ivpn status` + +- Print a list of available servers to connect to: + +`ivpn servers`