Trigus42 / alpine-qbittorrentvpn

Multiarch docker image with the latest qBittorrent-nox client (WEB UI) and WireGuard/OpenVPN tunnel
GNU General Public License v3.0
85 stars 13 forks source link

Update example-wg-ipv4.yml #73

Open matiros96 opened 3 months ago

matiros96 commented 3 months ago

When using the provided ipv4 only example file for wg you will get a "RTNETLINK answers: Permission denied" error. Adding "- net.ipv6.conf.all.disable_ipv6=0" to the docker compose file will solve the issue.

See https://github.com/dperson/openvpn-client/issues/75 for a discussion on the issue.

Also similar to #17