mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-02-23 00:02:06 +00:00
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:
parent
4454a198b9
commit
df6f3d1fb1
@ -41,7 +41,7 @@
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "git@github.com:passepartoutvpn/passepartoutkit-source",
|
||||
"state" : {
|
||||
"revision" : "f1b8f8fde72a1fbd792c8c7393f834ff2478017e"
|
||||
"revision" : "9422ff9fb429c09cce7ebaedd4daee755db9bac0"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -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"),
|
||||
|
Loading…
Reference in New Issue
Block a user