OPEN VPN THROUGH NODE.JS IN RAILWAY
I have a .ovpn file that I connect through openvpn3 client in CLI. Railway doesn't provide any way to access root/terminal to use openvpn3 client on my nodejs app, is there any way to deal with this or to use openvpn through my node applicattion?
6 Replies
Project ID:
N/A
N/A
maybe there's an open vpn client node module?
Yes. But I'm considering purchase a VPS because I can have root privileges to install a openvpn client and use it in a more "convenient" way. Isn't any way I can use my openvpn .ovpn file or config in railway?
Solution
that would be something you would need to handle in your own deployment
so a vps might be better for this