Relative Content

Tag Archive for androidkotlinsshvpn

Android : SSH vpn in kotlin

I need to establish vpn tunnelin 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)