DNS configuration for multi-host pool

Hello,

I’m trying to set up SRV records for my two relays so I can use “-multi-host-poo-relay” during pool registration.
I have configured two A records for my two records
relay1.mydomain.com
relay2.mydomain.com

My question is regarding configuring SRV records.

I tried creating two SRV records with the subdomain “relays”. But it doesn’t seem to work.
Can someone who has done this before help me here?

Thanks in advance.

You need to create only 1 SRV record for your multi host. Make sure that the target is relays.yourdomain.com

Then, you need to create 2 A records:

  • One with the name of relays, and IP address of your first relay.
  • Another one with the name of relays, and the IP address of your second relay.

I hope this helps.

1 Like