fix connection bug after bundle update

This commit is contained in:
Amir Mohammadi
2024-01-17 23:15:38 +03:30
parent 8c3e89919b
commit 3b0166ee19

View File

@@ -94,7 +94,7 @@ class VPNManager: ObservableObject {
}
let newManager = NETunnelProviderManager()
let `protocol` = NETunnelProviderProtocol()
`protocol`.providerBundleIdentifier = "com.hiddify.ios.SingBoxPacketTunnel"
`protocol`.providerBundleIdentifier = "app.hiddify.com.SingBoxPacketTunnel"
`protocol`.serverAddress = "localhost"
newManager.protocolConfiguration = `protocol`
newManager.localizedDescription = "Hiddify"