fix(vpn): disable --accept-routes on home-server

This caused some issues for me when trying to access home-server
services from other devices in my LAN that aren't in the Tailnet.
This commit is contained in:
Felix Schröter 2024-12-08 21:32:57 +01:00
parent ac00b5153e
commit 1043b12ec9
Signed by: felschr
GPG key ID: 671E39E6744C807D
3 changed files with 2 additions and 2 deletions
system

View file

@ -22,7 +22,6 @@ in
useRoutingFeatures = "both";
extraUpFlags = [
"--reset"
"--accept-routes"
"--exit-node-allow-lan-access"
"--exit-node=de-dus-wg-001.mullvad.ts.net"
];