From 277311d4147c688675f85e4343a6d7c307d00cd9 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 23 Apr 2021 22:48:04 +0200 Subject: [PATCH] added TUN and NET ADMIN for openvpn --- qbittorrent/config.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/qbittorrent/config.json b/qbittorrent/config.json index 1f031b10e..99b205874 100644 --- a/qbittorrent/config.json +++ b/qbittorrent/config.json @@ -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",