Page 1 of 1

random server

Posted: Thu Jun 15, 2023 7:44 am
by abah
I have 4 IRCd servers how can I randomize the 4 servers

Re: random server

Posted: Thu Jun 15, 2023 8:37 am
by Valware
I will answer this question under the assumption that by "randomize" you actually mean something like a round-robin, where you could attempt a connection at one domain name (irc.example.org) and it would take you to a "random" server on your network.

This is called a DNS Round-Robin. To configure this, you will need to configure your DNS with your domain registry site.

You can achieve the desired effect by adding multiple "A Record"s for the same subdomain for each of your servers.

For example, assuming you are making 'irc' pointing to an IP address. Just keep adding your IP addresses as new A Records using the same subdomain 'irc', until you have an 'irc' subdomain A Record pointing towards each of your severs IP addresses.

Re: random server

Posted: Thu Jun 15, 2023 9:34 am
by abah
oke i try thanks

Re: random server

Posted: Thu Jun 15, 2023 4:10 pm
by Syzop
What Valware says is basically it. It is also explained in this wiki article: Distributing user load and doing server maintenance