pivpn: add page (#2671)
This commit is contained in:

committed by
Owen Voke

parent
0cce84d5bc
commit
46b143e14e
25
pages/linux/pivpn.md
Normal file
25
pages/linux/pivpn.md
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
# pivpn
|
||||||
|
|
||||||
|
> Easy security-hardened OpenVPN setup and manager.
|
||||||
|
> Originally designed for the Raspberry Pi, but works on other Linux devices too.
|
||||||
|
> Homepage: <http://www.pivpn.io/>.
|
||||||
|
|
||||||
|
- Add a new client device:
|
||||||
|
|
||||||
|
`sudo pivpn add`
|
||||||
|
|
||||||
|
- List all client devices:
|
||||||
|
|
||||||
|
`sudo pivpn list`
|
||||||
|
|
||||||
|
- List currently connected devices and their statistics:
|
||||||
|
|
||||||
|
`sudo pivpn clients`
|
||||||
|
|
||||||
|
- Revoke a previously authenticated device:
|
||||||
|
|
||||||
|
`sudo pivpn revoke`
|
||||||
|
|
||||||
|
- Uninstall PiVPN:
|
||||||
|
|
||||||
|
`sudo pivpn uninstall`
|
Reference in New Issue
Block a user