DyonR / docker-Jackettvpn

Docker container which runs a headless Jackett Server with an optional WireGuard or OpenVPN connection
https://hub.docker.com/r/dyonr/jackettvpn/
GNU General Public License v3.0
68 stars 32 forks source link

net.ipv4.conf.all.src_valid_mark=1 | just like in qbittorrentvpn? #73

Open Emporea opened 1 year ago

Emporea commented 1 year ago

Do you suggest also setting these settings from qbittorrentvpn in jackettvpn?

--cap-add NET_ADMIN \
--sysctl "net.ipv4.conf.all.src_valid_mark=1" 
Emporea commented 1 year ago

Also another question. Why Do one need to specify a LAN_NETWORK?