mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-22 02:01:08 +07:00
bugfix: fixed awg/wg persistentKeepAlive variable type
This commit is contained in:
@@ -15,7 +15,7 @@ struct WGConfig: Decodable {
|
|||||||
let serverPublicKey: String
|
let serverPublicKey: String
|
||||||
let presharedKey: String?
|
let presharedKey: String?
|
||||||
var allowedIPs: [String]
|
var allowedIPs: [String]
|
||||||
var persistentKeepAlive: String
|
var persistentKeepAlive: Int
|
||||||
let splitTunnelType: Int
|
let splitTunnelType: Int
|
||||||
let splitTunnelSites: [String]
|
let splitTunnelSites: [String]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user