Merge pull request #899 from amnezia-vpn/bugfix/udp-for-ios
bugfix for udp for ios
This commit is contained in:
commit
3384008277
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ extension PacketTunnelProvider {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Tunnel settings
|
// Tunnel settings
|
||||||
let ipv6Enabled = true
|
let ipv6Enabled = false
|
||||||
let hideVPNIcon = false
|
let hideVPNIcon = false
|
||||||
|
|
||||||
let settings = NEPacketTunnelNetworkSettings(tunnelRemoteAddress: "254.1.1.1")
|
let settings = NEPacketTunnelNetworkSettings(tunnelRemoteAddress: "254.1.1.1")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue