feat: use vpn only for local connections

This commit is contained in:
s-prechtl 2025-07-14 17:16:35 +02:00
parent 44fc904ae6
commit ec0a7c4db3

View file

@ -322,7 +322,7 @@
{
publicKey = "GEX4m+MaTgiFJIusY8lAWkKji5WjzKmyMsSbCmBmHSQ=";
presharedKeyFile = "/home/sprechtl/.wg-keys/psk";
allowedIPs = ["0.0.0.0/0" "::/0"];
allowedIPs = [ "10.0.0.0/24" ];
endpoint = "sprechtl.me:51820";
persistentKeepalive = 25;
}