diff options
| author | Steffen Ernst <steffen.ernst@mullvad.net> | 2025-02-18 11:14:29 +0100 |
|---|---|---|
| committer | Bug Magnet <marco.nikic@mullvad.net> | 2025-02-18 11:52:06 +0100 |
| commit | 4ac5a7c3bfb5705968cc0baf7625c073a255b6ae (patch) | |
| tree | af2dd7089eaf1915481893cdc95cb103ed918b8f | |
| parent | c4a28bcaaa1bb1ec5a8b0e591ff40b3025058220 (diff) | |
| download | mullvadvpn-4ac5a7c3bfb5705968cc0baf7625c073a255b6ae.tar.xz mullvadvpn-4ac5a7c3bfb5705968cc0baf7625c073a255b6ae.zip | |
Remove ip addresses from local network sharing info
| -rw-r--r-- | ios/MullvadVPN/View controllers/VPNSettings/VPNSettingsInfoButtonItem.swift | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ios/MullvadVPN/View controllers/VPNSettings/VPNSettingsInfoButtonItem.swift b/ios/MullvadVPN/View controllers/VPNSettings/VPNSettingsInfoButtonItem.swift index e04402f476..9066ed59e9 100644 --- a/ios/MullvadVPN/View controllers/VPNSettings/VPNSettingsInfoButtonItem.swift +++ b/ios/MullvadVPN/View controllers/VPNSettings/VPNSettingsInfoButtonItem.swift @@ -26,13 +26,6 @@ enum VPNSettingsInfoButtonItem: CustomStringConvertible { tableName: "LocalNetworkSharing", value: """ This feature allows access to other devices on the local network, such as for sharing, printing, streaming, etc. - It does this by allowing network communication outside the tunnel to local multicast and broadcast ranges as well as to and from these private IP ranges: - 10.0.0.0/8 - 172.16.0.0/12 - 192.168.0.0/16 - 169.254.0.0/16 - fe80::/10 - fc00::/7 Attention: toggling “Local network sharing” requires restarting the VPN connection. """, comment: "" |
