From 594bef45a3f9a1da98e4bfe7f22cd8590b1eca65 Mon Sep 17 00:00:00 2001 From: hostinger-bot <109553047+hostinger-bot@users.noreply.github.com> Date: Sun, 6 Apr 2025 15:23:14 +0700 Subject: [PATCH 1/3] Create tio.json --- domains/tio.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/tio.json diff --git a/domains/tio.json b/domains/tio.json new file mode 100644 index 000000000..47aefa91e --- /dev/null +++ b/domains/tio.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "hostinger-bot", + "email": "hostingerbalance@gmail.com" + }, + "record": { + "CNAME": "apex-loadbalancer.netlify.com" + } +} 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 2/3] 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" } } From e1926111050178005a5a30da3d5e0bd93eb9b2e9 Mon Sep 17 00:00:00 2001 From: orangc Date: Mon, 7 Apr 2025 08:40:27 +0300 Subject: [PATCH 3/3] Update tio.json --- domains/tio.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/tio.json b/domains/tio.json index e59ec7423..39dc91e55 100644 --- a/domains/tio.json +++ b/domains/tio.json @@ -4,6 +4,6 @@ "email": "hostingerbalance@gmail.com" }, "record": { - "A": "75.2.60.5" + "A": ["75.2.60.5"] } }