ottomated / CrewLink-server

Voice Relay server for CrewLink.
GNU General Public License v3.0
696 stars 451 forks source link

Srv record for crewlink #143

Closed tompointexe closed 3 years ago

tompointexe commented 3 years ago

Hi, my domain & server is behind cloudflare, what do i do to make a srv record for it ? thanks

billyjbryant commented 3 years ago

You should just be able to make an A or cname record that directs to your server's public IP. The client has to support SRV for an SRV record to be of any use. To make a new record, you would need the hostname or IP address that your application is deployed to then add this in as a new DNS record in CloudFlare.

tompointexe commented 3 years ago

ok thanks :)