4

Node library for VPN server

Project Type
Open source idea
Summary

Node library for VPN server

Description
I dont even know what protocol to use yet, but it should have functions and events for packet management in js, as that would make things like blocking websites, changing them and rerouting traffic.
Tech Stack
JavaScript / C (doesn't exist yet)
URL
Comments
  • 0
    you can do this with 2 lines of code and just the right amount of dependencies
  • 0
    @kreijstal Do you have those 2 lines of code?
    I spent a lot of time searching for a solution, but I was only able to find one actual server (as most pkgs are clients) on github:
    https://github.com/laverdet/...
    But it needs root perms to run, runs only on osx and linux, has no auth/encription, is IPv4 only, has an unreliable handshake, most likely works with osx clients only and has no manual packet modify/reroute/read options
Add Comment