quakejs icon indicating copy to clipboard operation
quakejs copied to clipboard

server VPN

Open mastersam2015 opened this issue 3 years ago • 1 comments

is possible to run server dedicated 2 to VPN?

mastersam2015 avatar Aug 24 '21 19:08 mastersam2015

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.

ghost avatar Aug 27 '21 17:08 ghost