From e586107f9d02a366135a4a753590ce437cf56e32 Mon Sep 17 00:00:00 2001 From: Sunny Gandhwani <65410458+Sunny-unik@users.noreply.github.com> Date: Tue, 5 Dec 2023 18:39:52 +0530 Subject: [PATCH] add CNAME domain config in sunny.json --- domains/sunny.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/sunny.json b/domains/sunny.json index 33db6cd46..90c94cfe2 100644 --- a/domains/sunny.json +++ b/domains/sunny.json @@ -7,6 +7,7 @@ "A": ["217.174.245.249"], "AAAA": ["2a00:da00:1800:83a4::1"], "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", + "CNAME": "Sunny-unik.github.io" } } \ No newline at end of file