feat: add openvpn

This commit is contained in:
dancingCycle 2023-03-15 08:00:21 +01:00
parent c02263debe
commit 60eb39030e
1 changed files with 12 additions and 0 deletions

12
doc/openvpn.md Normal file
View File

@ -0,0 +1,12 @@
# Setup openvpn
* update Apt repository cache
```
sudo apt update
```
* install
```
sudo apt update
sudo apt install openvpn --no-install-recommends
```