Tunnel view model: Invalidate the configuration object when updating allowedIPs using the 'Exclude private IPs' switch
This commit is contained in:
parent
643e988f74
commit
af49397caa
|
@ -361,6 +361,7 @@ class TunnelViewModel {
|
||||||
[TunnelViewModel.PeerData.ipv4DefaultRouteString]
|
[TunnelViewModel.PeerData.ipv4DefaultRouteString]
|
||||||
}
|
}
|
||||||
scratchpad[.allowedIPs] = modifiedAllowedIPStrings.joined(separator: ", ")
|
scratchpad[.allowedIPs] = modifiedAllowedIPStrings.joined(separator: ", ")
|
||||||
|
validatedConfiguration = nil // The configuration has been modified, and needs to be saved
|
||||||
excludePrivateIPsValue = isOn
|
excludePrivateIPsValue = isOn
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue