bugfix: fixed awg/wg persistentKeepAlive variable type

This commit is contained in:
vladimir.kuznetsov 2024-09-17 15:11:14 +04:00
parent aa92ccd06d
commit 8948601caa

View file

@ -15,7 +15,7 @@ struct WGConfig: Decodable {
let serverPublicKey: String
let presharedKey: String?
var allowedIPs: [String]
var persistentKeepAlive: String
var persistentKeepAlive: Int
let splitTunnelType: Int
let splitTunnelSites: [String]