From a69fb72aadc164b7d4f2b7597d5820d8172da88e Mon Sep 17 00:00:00 2001 From: hostinger-bot <109553047+hostinger-bot@users.noreply.github.com> Date: Sun, 6 Apr 2025 22:22:20 +0700 Subject: [PATCH] message from netlify MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Create an A record for tio.is-a.dev pointing to our load balancer’s IP address 75.2.60.5. tio.is-a.dev A 75.2.60.5 --- domains/tio.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/tio.json b/domains/tio.json index 47aefa91e..e59ec7423 100644 --- a/domains/tio.json +++ b/domains/tio.json @@ -4,6 +4,6 @@ "email": "hostingerbalance@gmail.com" }, "record": { - "CNAME": "apex-loadbalancer.netlify.com" + "A": "75.2.60.5" } }