From d80071c389ba7b2482d09af4cbcdd6730359d168 Mon Sep 17 00:00:00 2001 From: Archit Jain <0xarchit@gmail.com> Date: Wed, 1 Jan 2025 00:35:59 +0530 Subject: [PATCH] Create 0xarchit.json I want to host my personal portfolio page please allow me to use nameserver so that i can easily manage it through cloudflare as it will be hosted through cloudflare pages. https://0xarchit.pages.dev/ --- domains/0xarchit.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/0xarchit.json diff --git a/domains/0xarchit.json b/domains/0xarchit.json new file mode 100644 index 000000000..790eb9d4b --- /dev/null +++ b/domains/0xarchit.json @@ -0,0 +1,11 @@ +{ + "record": { + "NS": [ + "brenna.ns.cloudflare.com", + "cartman.ns.cloudflare.com", + ] + "CNAME": [ + "0xarchit.pages.dev" + ] + } +}