Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

is it possible to host a vpn server using node js? [closed]

I was just wondering if it's possible to host a VPN server using node js? This will make it very easy to create restrictions for the connection or block certain websites for example...

I can't find an npm package for hosting a vpn server. Any suggestions?

like image 269
bbkrz Avatar asked Jan 27 '18 16:01

bbkrz


1 Answers

One of the solutions that I would suggest is:

  1. To install openvpn. And to use and node client to interact with the openvpn server
  2. Npm package https://github.com/luigiplr/node-openvpn
like image 172
Shiva Kishore Avatar answered Oct 15 '22 02:10

Shiva Kishore