Skip to content

Commit

Permalink
Merge pull request #1070 from amnezia-vpn/bugfix/awg-wg-persistent-ke…
Browse files Browse the repository at this point in the history
…ep-alive-variable-type

bugfix: fixed awg/wg persistentKeepAlive variable type
  • Loading branch information
pokamest authored Sep 18, 2024
2 parents aa92ccd + 8948601 commit 4a01d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/platforms/ios/WGConfig.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down

0 comments on commit 4a01d2c

Please sign in to comment.