Skip to content

Commit 8c3042f

Browse files
committed
feat: push to changes
1 parent 3882bb8 commit 8c3042f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/Openvpn.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ - (void)connect:(JS::NativeOpenvpn::ConnectionParams &)params resolve:(nonnull R
4141
@"username" : username,
4242
@"password": password
4343
};
44-
tunel.providerBundleIdentifier = @"com.f1vpn.clodius.openvpn";
44+
tunel.providerBundleIdentifier = @"com.aplus.fxvpn.openvpn";
4545
tunel.serverAddress = @"127.0.0.1";
4646
tunel.disconnectOnSleep = NO;
4747
tunel.username = @"OV";

0 commit comments

Comments
 (0)