From fa800942d2d305256daf1a5e6f8159a6bd752f75 Mon Sep 17 00:00:00 2001 From: y1lm0z <1+y1lm0z@noreply.localhost> Date: Wed, 26 Aug 2026 08:56:44 +0000 Subject: [PATCH] =?UTF-8?q?apps/gluetun/docker-compose.yml=20G=C3=BCncelle?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/gluetun/docker-compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/gluetun/docker-compose.yml b/apps/gluetun/docker-compose.yml index 637724b..206ca2b 100644 --- a/apps/gluetun/docker-compose.yml +++ b/apps/gluetun/docker-compose.yml @@ -6,6 +6,8 @@ services: - NET_ADMIN devices: - /dev/net/tun:/dev/net/tun + sysctls: + - net.ipv6.conf.all.disable_ipv6=1 environment: - VPN_SERVICE_PROVIDER=mullvad - VPN_TYPE=wireguard