added vpn module

* shows current VPN connection
* allows to establish a VPN connection
This commit is contained in:
Bernhard B 2019-06-10 20:05:32 +02:00
parent 315328b41f
commit a7a1da6b5d
2 changed files with 93 additions and 0 deletions

View file

@ -196,5 +196,8 @@
"pihole": {
"enabled": { "prefix": "" },
"disabled": { "prefix": "" }
},
"vpn": {
"prefix": ""
}
}