Enable net.ipv4.conf.all.src_valid_mark

This commit is contained in:
Colin Hebert
2023-03-04 14:46:37 +11:00
parent dee14963da
commit 2807ecec99

View File

@@ -42,6 +42,8 @@ services:
VPN_LAN_NETWORK: 192.168.0.0/16 VPN_LAN_NETWORK: 192.168.0.0/16
cap_add: cap_add:
- NET_ADMIN - NET_ADMIN
sysctls:
net.ipv4.conf.all.src_valid_mark: 1
networks: networks:
- reverse-proxy - reverse-proxy
- torrents - torrents