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:
commit
4a01d2cf20
1 changed files with 1 additions and 1 deletions
|
|
@ -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]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue