From 2807ecec99f3694fd7e4af07a542fbffe76319ad Mon Sep 17 00:00:00 2001 From: Colin Hebert Date: Sat, 4 Mar 2023 14:46:37 +1100 Subject: [PATCH] Enable net.ipv4.conf.all.src_valid_mark --- services/torrents/docker-compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/services/torrents/docker-compose.yml b/services/torrents/docker-compose.yml index e89e199..eb81abe 100644 --- a/services/torrents/docker-compose.yml +++ b/services/torrents/docker-compose.yml @@ -42,6 +42,8 @@ services: VPN_LAN_NETWORK: 192.168.0.0/16 cap_add: - NET_ADMIN + sysctls: + net.ipv4.conf.all.src_valid_mark: 1 networks: - reverse-proxy - torrents