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?
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