hide port
i'm making a ts3 server but my provider give me differnt port from the one that it's the default one of ts3 how can i hide / change the port of my server passing it trough cloudflare ?
8 Replies
I think you just need to set reverse proxy to sub domain and pass that sub domain to cloudflare dns
You need to create an SRV record that tells the client the correct port, like this (change to your port obviously).
As
Target
you use the name of your A record. So if people currently connect with example.com:12345
, you enter example.com
as the target.
But like that my IP will be exposed ?
Your TS ip will always be exposed, you can't proxy it (with Cloudflare, at least)
How it will be exposed?
I don't understand the question. It will be public, not using Cloudflare proxy.
If I ping with the CMD the ip of the TS can i get the real IP or no ?
Yes.