wireguard-apple/Sources/WireGuardApp/UI
Jason A. Donenfeld 44c4df1cd5 UI: Model: remove 0.0.0.0/8 from non-private IPs
macOS freaks out if you try to explicitly route to 0.0.0.0/8 in its
includedRoutes parameter. Even though 0.0.0.0/8 isn't RFC1918, it is
marked in RFC6890 as "this host on this network", so removing it from
the Internet routes makes sense semantically too.

This commit changes 0.0.0.0/5 into:
- 1.0.0.0/8
- 2.0.0.0/8
- 3.0.0.0/8
- 4.0.0.0/6

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2020-12-18 23:53:39 +01:00
..
iOS UI: iOS: remove donation link 2020-12-17 22:44:30 +01:00
macOS UI: macOS: Fix UTF-8 and UTF-16 conversions in highlighter code 2020-12-17 17:36:46 +01:00
ActivateOnDemandViewModel.swift global: bump year in header 2020-12-04 12:15:29 +01:00
ErrorPresenterProtocol.swift global: bump year in header 2020-12-04 12:15:29 +01:00
LogViewHelper.swift global: bump year in header 2020-12-04 12:15:29 +01:00
PrivateDataConfirmation.swift global: bump year in header 2020-12-04 12:15:29 +01:00
TunnelImporter.swift global: bump year in header 2020-12-04 12:15:29 +01:00
TunnelViewModel.swift UI: Model: remove 0.0.0.0/8 from non-private IPs 2020-12-18 23:53:39 +01:00