Skip to content

Commit

Permalink
refactor(openvpn): update TunnelKit+Ext.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
jurajhilje committed Jan 9, 2024
1 parent 17d10a2 commit 2a7400f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions IVPNClient/Utilities/Extensions/TunnelKit+Ext.swift
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ extension OpenVPN {
configuration.shouldDebug = true
configuration.debugLogFormat = "$Dyyyy-MM-dd HH:mm:ss$d $L $M"
configuration.masksPrivateData = true
configuration.debugLogPath = FileManager.openvpnLogTextFileURL?.lastPathComponent

return configuration
}
Expand Down

0 comments on commit 2a7400f

Please sign in to comment.