Fix macOS not reconnecting on wake-up (#1046)

Resolve persistent DNS failures in the library. DNS requests were likely
going through a stale tunnel.
This commit is contained in:
Davide 2024-12-27 17:10:35 +01:00 committed by GitHub
parent 4454a198b9
commit df6f3d1fb1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@
"kind" : "remoteSourceControl",
"location" : "git@github.com:passepartoutvpn/passepartoutkit-source",
"state" : {
"revision" : "f1b8f8fde72a1fbd792c8c7393f834ff2478017e"
"revision" : "9422ff9fb429c09cce7ebaedd4daee755db9bac0"
}
},
{

View File

@ -62,7 +62,7 @@ let package = Package(
],
dependencies: [
// .package(url: "git@github.com:passepartoutvpn/passepartoutkit-source", from: "0.14.0"),
.package(url: "git@github.com:passepartoutvpn/passepartoutkit-source", revision: "f1b8f8fde72a1fbd792c8c7393f834ff2478017e"),
.package(url: "git@github.com:passepartoutvpn/passepartoutkit-source", revision: "9422ff9fb429c09cce7ebaedd4daee755db9bac0"),
// .package(path: "../../passepartoutkit-source"),
// .package(url: "git@github.com:passepartoutvpn/passepartoutkit-source-openvpn-openssl", from: "1.0.0"),
.package(url: "git@github.com:passepartoutvpn/passepartoutkit-source-openvpn-openssl", revision: "12c8b9166ba2bf98b63d3ebc5b561ac2ac5a2f86"),