If I am hosting a server and have two ISP’s how can ensure that my DNS server is pointed to a particular IP Address if one of the ISP’s has a failover. This was very easy to configure at my old hosting provider but I have not found a simple way to make it happen on with Cloudflare.
As an example. If I have one dns host entry, access.contoso.com and two public IP’s, one for each of our ISP’s. 4.1.1.1 and 3.1.1.1. How can I ensure that dns is pointing to a particulr IP if one of our ISP’s is down for some reason?
Thanks for the response. We do have separate A records set up so looks like we would be set up for the quasi-roundrobin failover. I have also tried the Load Balancing approach but it is confusing. How would Load Balancers, Pools and Origins apply in my example.