mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-04-24 00:00:05 +08:00
Comment the line configuring tun persistent option
This commit is contained in:
@@ -182,8 +182,8 @@ class PacketTunnelProvider: NEPacketTunnelProvider {
|
|||||||
// Additional parameters as key:value pairs may be provided here
|
// 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
|
// Uncomment this line if you want to keep TUN interface active during pauses or reconnections
|
||||||
configuration.tunPersist = true
|
// configuration.tunPersist = true
|
||||||
|
|
||||||
// Apply OpenVPN configuration
|
// Apply OpenVPN configuration
|
||||||
let properties: OpenVPNProperties
|
let properties: OpenVPNProperties
|
||||||
|
|||||||
Reference in New Issue
Block a user