Comment the line configuring tun persistent option

This commit is contained in:
Sergey Abramchuk
2020-05-20 23:29:07 +03:00
parent af6e1e48b2
commit baba768941

View File

@@ -182,8 +182,8 @@ class PacketTunnelProvider: NEPacketTunnelProvider {
// Additional parameters as key:value pairs may be provided here
]
// Add this line if you want to keep TUN interface active during pauses or reconnections
configuration.tunPersist = true
// Uncomment this line if you want to keep TUN interface active during pauses or reconnections
// configuration.tunPersist = true
// Apply OpenVPN configuration
let properties: OpenVPNProperties