Multiple IP on same DNS "A" Register

Hi,

I’m trying to add multiple IP’s on the same DSN A register, but I get “Error: invalid ip format:: IP1 IP2”. Im using the bind9 format to put multiple IPs, thats it, separating with spaces, example:

domain.com. IN A 192.168.1.1 192.168.1.2 192.168.1.3

Is HestiaCP compatible with multiple IP addresses in A registers?

Thanks

This are dns basics: If you want to have multiple a records fpr a dns roundrobin, you just create multiple dns records for the same content, just add more than one:

domain.tld. IN A yourIP1
domain.tld. IN A yourIP2
and so on

Thanks a lot

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.