
Originally Posted by
ANR Daemon
_ts3._udp.example.com. IN SRV 0 10 9987 ts1.example.com.
_ts3._udp.example.com. IN SRV 0 20 9989 ts2.example.com.
ts1.example.com. IN A ip.add.ress.1
ts2.example.com. IN A ip.add.ress.2
This will descibe a TS3 service for example.com. domain, and list two servers, a main (priority 0 weight 10) and a backup (priority 0 weight 20).
When TS3 cleint is told to connect to example.com, it will automatically choose main server, or if it is not reachable, will try to connect to backup server.
Actually you messed it up, if you want a backup the priority needs to be different, the weight just specifies the chance at which that specific entry for this priority is chosen. (Load Balancing). Not that it matters anyway since TS3 currently chooses a random one of the lowest priority and will use that one, without ever trying secondaries.
When sending PMs please make sure to include a reference link to the thread in question in the body of your message.