added TUN and NET ADMIN for openvpn

This commit is contained in:
Alexandre
2021-04-23 22:48:04 +02:00
committed by GitHub
parent 96708fb5df
commit 277311d414

View File

@@ -33,7 +33,11 @@
"apparmor": true,
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
"DAC_READ_SEARCH",
"NET_ADMIN"
],
"devices": [
"/dev/net/tun"
],
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]",
"boot": "auto",