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",