mirror of
https://github.com/hiddify/hiddify-next.git
synced 2026-07-13 21:19:28 +08:00
Merge pull request #347 from amirsaam/main
fix connection bug after bundle update
This commit is contained in:
commit
78e0a66d5a
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user