Skip to content

Commit

Permalink
Enables excludeLocalNetworks by default for the new routing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoreymendez committed Nov 4, 2024
1 parent eeedc09 commit 282ebb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DuckDuckGo/NetworkProtectionTunnelController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ final class NetworkProtectionTunnelController: TunnelController, TunnelSessionPr
/// allow the internal user to disable it again.
if !settings.enforceRoutesForceEnabledOnce {
settings.enforceRoutesForceEnabledOnce = true
settings.excludeLocalNetworks = true
settings.enforceRoutes = true
}

Expand Down

0 comments on commit 282ebb7

Please sign in to comment.