bugfix: fixed awg/wg persistentKeepAlive variable type
This commit is contained in:
parent
aa92ccd06d
commit
8948601caa
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