Proxy for rust home server
Hello,
 
I want to start a rust server in my home server and open it to the public, however I would like to use a proxy or something to keep my ip "secret" but I have no idea how to go about rusting.
 
Would there be a tutorial or some indications somewhere concerning this?
Hello, up 🙁

The cheaper / better way to do this is just host your rust server in a datacenter like everyone else who wants their rust server to be public, that being said rust is not designed to do what your asking but its possible with linux (very advanced):

use something like https://www.cloudflare.com/products/cloudflare-spectrum/

modify server ip in config file to match that of the proxy, create a tunnel from your server to the proxy ip.