diff --git a/Apple/App/Tunnel.swift b/Apple/App/Tunnel.swift index e782eff..ae185a4 100644 --- a/Apple/App/Tunnel.swift +++ b/Apple/App/Tunnel.swift @@ -91,9 +91,9 @@ class Tunnel: ObservableObject { let manager = NETunnelProviderManager() let proto = NETunnelProviderProtocol() proto.providerBundleIdentifier = bundleIdentifier - manager.protocolConfiguration = proto - configure(manager, proto) + + manager.protocolConfiguration = proto try await manager.save() } }