bugfix: returned awg/wg persistentKeepAlive variable type to string
This commit is contained in:
parent
7ad7f31e4d
commit
b881d92a80
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ struct WGConfig: Decodable {
|
|||
let serverPublicKey: String
|
||||
let presharedKey: String?
|
||||
var allowedIPs: [String]
|
||||
var persistentKeepAlive: Int
|
||||
var persistentKeepAlive: String
|
||||
let splitTunnelType: Int
|
||||
let splitTunnelSites: [String]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue