fix(net): trust wg-br bridge for VPN namespace->host traffic

Allows VPN-confined services (Prowlarr) to reach host-network
services (Sonarr, Radarr) via the namespace bridge interface.

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
2026-02-18 15:54:06 -05:00
parent eb88e7af38
commit 5709333bcb

View File

@@ -198,6 +198,7 @@
hostName = hostname; hostName = hostname;
hostId = "0f712d56"; hostId = "0f712d56";
firewall.enable = true; firewall.enable = true;
firewall.trustedInterfaces = [ "wg-br" ];
useDHCP = false; useDHCP = false;
enableIPv6 = false; enableIPv6 = false;