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?
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?