inolen / quakejs

1.47k stars 199 forks source link

server VPN #80

Open mastersam2015 opened 3 years ago

mastersam2015 commented 3 years ago

is possible to run server dedicated 2 to VPN?

ghost commented 3 years ago

Yes, I did this using a SOCKSv5 proxy server written in NodeJS with web-sockets added to the control interface instead of only accepting TCP-IP. The SOCKS part is supported by the Quake 3 engine itself, so it was the obvious choice.

That also means, I can connect a QuakeJS client to a native dedicated server instead.