Personal Domain - DNS records

Teamspeak allows you to connect to your server using a hostname without using an ip and port.

If you already own your own domain however, you might wish to set up your own SRV record in DNS.

Please note: This is for advanced users and you should either have a basic understanding of DNS before attempting this, or contact your domain name registrar to assist you.

Custom Record format

An SRV record for TS3 has the form:

_ts3._udp.name TTL class SRV priority weight port target
  • name: the domain name for which this record is valid.
  • TTL: standard DNS time to live field.
  • class: standard DNS class field (this is always IN).
  • priority: the priority of the target host, lower value means more preferred.
  • weight: A relative weight for records with the same priority.
  • port: the TCP or UDP port on which the service is to be found.
  • target: the canonical hostname of the machine providing the service.

If your DNS provider asks for service, put in _ts3 and if it asks for proto or protocol, put in _udp.

For example, if your TS3 Server was hosted on 30.234.30.40:13456 An example SRV record in textual form that might be found in a zone file might be the following:

_ts3._udp.voice  3600    IN  SRV 0   5   13456   voice.mydomain.com.
voice      IN  A   10.234.30.40

This points to a server named voice.mydomain.com redirecting to a TS3 server running on 30.234.30.40:13456 The priority given here is 0, and the weight is 5.

As in MX records, the target in SRV records must point to hostname with an address record. Pointing to a hostname with a CNAME record is not a valid configuration.

  • 26 Utenti hanno trovato utile questa risposta
Hai trovato utile questa risposta?

Articoli Correlati

¿Que hago despues de contratar un Servidor de TeamSpeak 3?

Cuando su servidor este activo, le llegara un email con la direccion que el servidor pose y una...

How to install TeamSpeak 3 client on Windows

Download TeamSpeak 3 Go to TeamSpeak 3's download page at...

Running TeamSpeak 3 client for the first time

Setup Wizard Click the "Next" button to get started with the setup wizard. Enter A Nickname...

How to connect to a TeamSpeak 3 server

Open TeamSpeak 3 Double click on the icon that was put on your desktop to run the TeamSpeak 3...

How to use a privilege key in TeamSpeak 3

Open the Privilege Key Window On the menu bar at the top of TeamSpeak 3 select "Permissions" and...

Powered by WHMCompleteSolution