feat: use vpn only for local connections
This commit is contained in:
parent
44fc904ae6
commit
ec0a7c4db3
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue