fix: split tunnel on host VPN - only route 10.8.0.0/24
This commit is contained in:
@@ -61,7 +61,7 @@
|
|||||||
{
|
{
|
||||||
publicKey = "rY9zII3AOm8rog2rv02PyA3Bq7zdvTOGkZapfCV1DkE=";
|
publicKey = "rY9zII3AOm8rog2rv02PyA3Bq7zdvTOGkZapfCV1DkE=";
|
||||||
presharedKeyFile = config.age.secrets.wireguard_preshared_key.path;
|
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";
|
endpoint = "vpn.lazyworkhorse.net:51820";
|
||||||
persistentKeepalive = 25;
|
persistentKeepalive = 25;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user