bugfix for udp for ios
This commit is contained in:
parent
196f7778fc
commit
a5564148f5
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ extension PacketTunnelProvider {
|
|||
}
|
||||
|
||||
// Tunnel settings
|
||||
let ipv6Enabled = true
|
||||
let ipv6Enabled = false
|
||||
let hideVPNIcon = false
|
||||
|
||||
let settings = NEPacketTunnelNetworkSettings(tunnelRemoteAddress: "254.1.1.1")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue