From 2f206ac98c08748afef717bf7e1249c379a34567 Mon Sep 17 00:00:00 2001 From: Lukmon Abdulsalam <40471908+litmus-zhang@users.noreply.github.com> Date: Wed, 18 Sep 2024 18:17:17 +0100 Subject: [PATCH 1/3] Create _vercel.subdomain.json --- domains/_vercel.subdomain.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.subdomain.json diff --git a/domains/_vercel.subdomain.json b/domains/_vercel.subdomain.json new file mode 100644 index 000000000..b8e58f178 --- /dev/null +++ b/domains/_vercel.subdomain.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "litmus-zhang", + "email": "abdulsalamlukmon9@gmail.com" +}, + "record: { + "TXT": "78ba183f9678f5722897" + } +} From 09054df2de62758cf9c7297be2360515776b1efb Mon Sep 17 00:00:00 2001 From: Lukmon Abdulsalam <40471908+litmus-zhang@users.noreply.github.com> Date: Wed, 18 Sep 2024 18:20:48 +0100 Subject: [PATCH 2/3] Create litmus.json --- domains/litmus.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/litmus.json diff --git a/domains/litmus.json b/domains/litmus.json new file mode 100644 index 000000000..057428418 --- /dev/null +++ b/domains/litmus.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "litmus-zhang", + "email": "abdulsalamlukmon9@gmail.com" + }, + "record": { + "A": ["76.76.21.21"] + } +} From 803bfc4788c20cc2cae1ec0f6331744a2a7d4ffb Mon Sep 17 00:00:00 2001 From: Lukmon Abdulsalam <40471908+litmus-zhang@users.noreply.github.com> Date: Wed, 18 Sep 2024 17:28:24 +0000 Subject: [PATCH 3/3] updated vercel filename --- domains/{_vercel.subdomain.json => _vercel.litmus.json} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename domains/{_vercel.subdomain.json => _vercel.litmus.json} (66%) diff --git a/domains/_vercel.subdomain.json b/domains/_vercel.litmus.json similarity index 66% rename from domains/_vercel.subdomain.json rename to domains/_vercel.litmus.json index b8e58f178..3fa44b4ff 100644 --- a/domains/_vercel.subdomain.json +++ b/domains/_vercel.litmus.json @@ -3,7 +3,7 @@ "username": "litmus-zhang", "email": "abdulsalamlukmon9@gmail.com" }, - "record: { - "TXT": "78ba183f9678f5722897" + "record": { + "TXT" : "78ba183f9678f5722897" } }