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:
parent
ac00b5153e
commit
1043b12ec9
3 changed files with 2 additions and 2 deletions
system
|
@ -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"
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue