fix: split tunnel on host VPN - only route 10.8.0.0/24

This commit is contained in:
2026-05-05 02:41:29 +00:00
parent 94a7c7195a
commit 5c481d664a

View File

@@ -61,7 +61,7 @@
{
publicKey = "rY9zII3AOm8rog2rv02PyA3Bq7zdvTOGkZapfCV1DkE=";
presharedKeyFile = config.age.secrets.wireguard_preshared_key.path;
allowedIPs = [ "0.0.0.0/0" "::/0" ];
allowedIPs = [ "10.8.0.0/24" ];
endpoint = "vpn.lazyworkhorse.net:51820";
persistentKeepalive = 25;
}