Merge pull request #1070 from amnezia-vpn/bugfix/awg-wg-persistent-keep-alive-variable-type

bugfix: fixed awg/wg persistentKeepAlive variable type
This commit is contained in:
pokamest 2024-09-18 17:13:53 +03:00 committed by GitHub
commit 4a01d2cf20
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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]