From 1f39974146ec1b3f49b5c4cff1e86bfca2d3f2a3 Mon Sep 17 00:00:00 2001 From: SelfhostedPro Date: Sun, 28 Jun 2020 08:43:24 -0700 Subject: [PATCH] added sysctl option for transmission-openvpn --- Template/template.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Template/template.json b/Template/template.json index 51b9f6d..91b1320 100644 --- a/Template/template.json +++ b/Template/template.json @@ -3189,6 +3189,11 @@ "bind": "/etc/localtime" } ], + "sysctls": [ + { + "net.ipv6.conf.all.disable_ipv6": "0" + } + ], "env": [ { "name": "PUID",