SSH vpn in kotlin
I need to establish vpn using ssh connection in android kotlin. currently i’m able to connect to ssh server using JSch library and forward local port and establish vpn service , but unfortunately i have no access to internet after that. (I tested my ssh connection using another app and it works , so there is nothing with server)
SSH vpn in kotlin
I need to establish vpn using ssh connection in android kotlin. currently i’m able to connect to ssh server using JSch library and forward local port but i can’t understand how to integrate this connection with vpn service. any solution?