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
Fluke
Fluke5d ago
I think you just need to set reverse proxy to sub domain and pass that sub domain to cloudflare dns
Laudian
Laudian3d ago
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.
No description
! AMattyu
! AMattyuOP3d ago
But like that my IP will be exposed ?
Laudian
Laudian3d ago
Your TS ip will always be exposed, you can't proxy it (with Cloudflare, at least)
! AMattyu
! AMattyuOP3d ago
How it will be exposed?
Laudian
Laudian3d ago
I don't understand the question. It will be public, not using Cloudflare proxy.
! AMattyu
! AMattyuOP3d ago
If I ping with the CMD the ip of the TS can i get the real IP or no ?
Laudian
Laudian3d ago
Yes.

Did you find this page helpful?