mirror of
https://github.com/DefinedNet/mobile_nebula.git
synced 2025-01-18 03:07:02 +00:00
Add providerBundleIdentifier to avoid permissions errors (#185)
This commit is contained in:
parent
c8994e98a5
commit
fb664308ae
1 changed files with 1 additions and 1 deletions
|
@ -488,7 +488,7 @@ struct IncomingSite: Codable {
|
|||
private func finishSaveToManager(manager: NETunnelProviderManager, callback: @escaping (Error?) -> ()) {
|
||||
// Stuff our details in the protocol
|
||||
let proto = manager.protocolConfiguration as? NETunnelProviderProtocol ?? NETunnelProviderProtocol()
|
||||
|
||||
proto.providerBundleIdentifier = "net.defined.mobileNebula.NebulaNetworkExtension";
|
||||
proto.providerConfiguration = ["id": self.id]
|
||||
proto.serverAddress = "Nebula"
|
||||
|
||||
|
|
Loading…
Reference in a new issue