Cake-VPN icon indicating copy to clipboard operation
Cake-VPN copied to clipboard

Android VPN app based on OpenVPN library.

Results 37 Cake-VPN issues
Sort by recently updated
recently updated
newest added

Hello! Amazing work! As someone who know the bare basics of android apks.. There is any plan to support auto-connect/on boot? If already, how to enable? Ty!!

hi @ashraf789 i was looking into adding the split tunneling feature to the app so we could select the apps that are allowed to have vpn (all the apps are...

enhancement

How can I change only the ip of selected applications? @ashraf789 @max4444 @Natkarock @dibon-jhs

Update dependency gradle to v6.9.1

Provide a padding type for externalCertificateProvider Based on server-side OpenSSL behaviour the data to be signed by externalCertificateProvider may be or may be not padded already. To choose the proper...

Ability to pass extras when starting VPN via AIDL using inline config. To preserve backward compatibility, a new method is created: IOpenVPNAPIService#startVPNwithExtras(String, Bundle). Currently only one parameter is supported: de.blinkt.openvpn.api.ALLOW_VPN_BYPASS...