Hey, I'm trying to self-host a Minecraft server and I want to prevent people from putting the public IP (ex. minecraftserver.net) into command prompt and getting the actual IP (ex. 10.0.0.1). Is there any way to do this? Sorry if I posted this in the wrong section.
Thanks 🙂
Solved! Go to Solution.
Cloudflare is a caching service (which you can set to bypass) which masks the actual IP address of the server. So you would put in your public IP in CloudFlare but if someone did a DNS lookup or ping it would be hitting CloudFlare.
The port forwarding / etc is setup at your network level not the domain level
Once your issue is resolved,
please be sure to come back and click accept for the solution
Get Better Support on the Community Boards!
Etiquette When Asking for Help from the Community
You would need to use a Proxy DNS service - perhaps CloudFlare - the biggest issue with self hosted is if you IP address ever changes
Once your issue is resolved,
please be sure to come back and click accept for the solution
Get Better Support on the Community Boards!
Etiquette When Asking for Help from the Community
Cloudflare is a caching service (which you can set to bypass) which masks the actual IP address of the server. So you would put in your public IP in CloudFlare but if someone did a DNS lookup or ping it would be hitting CloudFlare.
The port forwarding / etc is setup at your network level not the domain level
Once your issue is resolved,
please be sure to come back and click accept for the solution
Get Better Support on the Community Boards!
Etiquette When Asking for Help from the Community
Sounds perfect. What area of Cloudflare would I use to achieve this? There's many on their website. Sorry if this is a stupid question.
EDIT: I found what I was looking for on their site, thanks for the help! 🙂