mirror of
https://github.com/pivpn/pivpn.git
synced 2024-12-18 19:00:15 +00:00
10 lines
113 B
Bash
10 lines
113 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
systemctl status openvpn
|
||
|
pivpn add -n foo
|
||
|
pivpn -qr foo
|
||
|
pivpn -bk
|
||
|
pivpn -l
|
||
|
pivpn -c
|
||
|
pivpn -r foo -y
|