mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-17 23:49:44 +00:00
Update cheatsheets
This commit is contained in:
30
linux/pivpn
Normal file
30
linux/pivpn
Normal file
@@ -0,0 +1,30 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# pivpn
|
||||
|
||||
> Easy security-hardened OpenVPN setup and manager.
|
||||
> Originally designed for the Raspberry Pi, but works on other Linux devices too.
|
||||
> More information: <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