12

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?

FireyJS
  • 61
  • 1
  • 11
bbkrz
  • 423
  • 1
  • 8
  • 16

1 Answers1

10

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
Shiva Kishore
  • 1,611
  • 12
  • 29