From 336d3d02fb68c2bbf28b600024a572dc21633948 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 22 Feb 2022 15:29:11 +0100 Subject: [PATCH] Update README.md --- qbittorrent/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/qbittorrent/README.md b/qbittorrent/README.md index f9396fbe9..1e0534399 100644 --- a/qbittorrent/README.md +++ b/qbittorrent/README.md @@ -83,6 +83,21 @@ run_duration: 12h #for how long should the addon run. Must be formatted as numbe Use the [qBittorrent integration](https://www.home-assistant.io/integrations/qbittorrent/) +## Common issues + +### ipv6 issues with openvpn + +Add this code to your .ovpn config +```bash +# don't route lan through vpn +route 192.168.1.0 255.255.255.0 net_gateway + +# deactivate ipv6 +pull-filter ignore "dhcp-option DNS6" +pull-filter ignore "tun-ipv6" +pull-filter ignore "ifconfig-ipv6" +``` + ## Support Create an issue on github, or ask on the [home assistant thread](https://community.home-assistant.io/t/home-assistant-addon-qbittorrent/279247)