We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3882bb8 commit 8c3042fCopy full SHA for 8c3042f
ios/Openvpn.mm
@@ -41,7 +41,7 @@ - (void)connect:(JS::NativeOpenvpn::ConnectionParams &)params resolve:(nonnull R
41
@"username" : username,
42
@"password": password
43
};
44
- tunel.providerBundleIdentifier = @"com.f1vpn.clodius.openvpn";
+ tunel.providerBundleIdentifier = @"com.aplus.fxvpn.openvpn";
45
tunel.serverAddress = @"127.0.0.1";
46
tunel.disconnectOnSleep = NO;
47
tunel.username = @"OV";
0 commit comments