Embed Notice
HTML Code
Corresponding Notice
- Embed this notice@lebronjames76 >it means learning the basics of hosting stuff must happen through external servers
I would recommend using Tor onion services - you can host anything you want even with 8 layers of NATs - as you just gotta set up a Unix socket onion service and bind nginx to the socket.
Tor only does TCP unfortunately, which is fine for things like webservers, but won't work for game servers that use UDP signalling.
If latency is a issue, you can always turn on single hop mode and if you don't care about anonymity, set the client to use only 1 hop as well.