mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-08-22 21:03:32 +02:00
* fix(qbittorrent): allow ::/0 so WireGuard stops dropping IPv6 _wireguard_up() sets allowed_ip_types[0.0.0.0/0] when the config declares an IPv4 Address, but the IPv6 branch never sets ::/0. The peer therefore only accepts the tunnel's own /128, while _routing_add() installs a default IPv6 route into the interface, so every outbound IPv6 packet is routed into WireGuard and dropped. Regression from 7af8610a25; the pre-refactor code appended ::/0 in the same place. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> * Update config.yaml --------- Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com> Co-authored-by: Claude Opus 5 <noreply@anthropic.com>