From 95dbf8ee267ad11c3ffe1057165ac376bb297a74 Mon Sep 17 00:00:00 2001 From: Wasim Baig <84036037+simbaig@users.noreply.github.com> Date: Sun, 23 Feb 2025 21:06:39 +0530 Subject: [PATCH 1/5] Create wasim.json --- domains/wasim.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/wasim.json diff --git a/domains/wasim.json b/domains/wasim.json new file mode 100644 index 000000000..c65cdb9bc --- /dev/null +++ b/domains/wasim.json @@ -0,0 +1,10 @@ +{ + "subdomain": "wasim", + "owner": { + "email": "wasimbaig000@gmail.com" + }, + "records": { + "CNAME": "wasimb.vercel.app" + }, + "proxied": false +} From 328f6867e96e69bea1129cddbb80e59db1ec8a0f Mon Sep 17 00:00:00 2001 From: Wasim Baig <84036037+simbaig@users.noreply.github.com> Date: Sun, 23 Feb 2025 21:19:22 +0530 Subject: [PATCH 2/5] Update wasim.json --- domains/wasim.json | 1 + 1 file changed, 1 insertion(+) diff --git a/domains/wasim.json b/domains/wasim.json index c65cdb9bc..15ef005ed 100644 --- a/domains/wasim.json +++ b/domains/wasim.json @@ -5,6 +5,7 @@ }, "records": { "CNAME": "wasimb.vercel.app" + "TXT": "_vercel=vc-domain-verify=wasim.is-a.dev,6b4abdaf07b7f6517075" }, "proxied": false } From 383b4a580c34ba49c04df862e58665da06484795 Mon Sep 17 00:00:00 2001 From: Wasim Baig <84036037+simbaig@users.noreply.github.com> Date: Sun, 23 Feb 2025 22:32:58 +0530 Subject: [PATCH 3/5] Create _vercel.wasim.json --- domains/_vercel.wasim.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.wasim.json diff --git a/domains/_vercel.wasim.json b/domains/_vercel.wasim.json new file mode 100644 index 000000000..82edb123b --- /dev/null +++ b/domains/_vercel.wasim.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "simbaig", + "email": "wasimbaig000@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=wasim.is-a.dev,6b4abdaf07b7f6517075" + } +} From 7655e4808e02e14ae0283bf1ca00173e9b26f246 Mon Sep 17 00:00:00 2001 From: Wasim Baig <84036037+simbaig@users.noreply.github.com> Date: Sun, 23 Feb 2025 22:33:39 +0530 Subject: [PATCH 4/5] Update wasim.json --- domains/wasim.json | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/domains/wasim.json b/domains/wasim.json index 15ef005ed..0543bf374 100644 --- a/domains/wasim.json +++ b/domains/wasim.json @@ -1,11 +1,9 @@ { - "subdomain": "wasim", - "owner": { - "email": "wasimbaig000@gmail.com" - }, - "records": { - "CNAME": "wasimb.vercel.app" - "TXT": "_vercel=vc-domain-verify=wasim.is-a.dev,6b4abdaf07b7f6517075" - }, - "proxied": false + "owner": { + "username": "simbaig", + "email": "wasimbaig000@gmail.com" + }, + "record": { + "CNAME": "wasimb.vercel.app" + } } From 709e203e9a791aecb21684b571a0a38fe0c4a2b2 Mon Sep 17 00:00:00 2001 From: Jonathan Russ Date: Mon, 24 Feb 2025 06:29:03 +0100 Subject: [PATCH 5/5] chore(domain): use nameservers --- domains/jonathan-russ.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/domains/jonathan-russ.json b/domains/jonathan-russ.json index 4a3e8c54a..2ec02dd8d 100644 --- a/domains/jonathan-russ.json +++ b/domains/jonathan-russ.json @@ -7,7 +7,6 @@ "discord": "494042822320717827" }, "record": { - "A": ["76.76.21.21"], - "TXT": "google-site-verification=ZGu5jFsoZwyt_sig1wz3iNV1-8QAzMQ7qWJ1qvRZUQE" + "NS": ["ns1.vercel-dns.com", "ns2.vercel-dns.com"] } }