From 69021eb2496da2d79b4b807a3aa23e371ee140a6 Mon Sep 17 00:00:00 2001 From: ZeraAI Date: Sun, 14 Aug 2022 17:47:15 -0500 Subject: [PATCH 1/2] new json --- domains/zen.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/zen.json diff --git a/domains/zen.json b/domains/zen.json new file mode 100644 index 000000000..a7d0ed744 --- /dev/null +++ b/domains/zen.json @@ -0,0 +1,12 @@ +{ + "description": "", + "repo": "", + "owner": { + "username": "zeraAI", + "email": "parkzen68@gmail.com" + }, + "record": { + "CNAME": "zeraai.github.io", + "TXT": "Welcome to Zen's Domain" + } +} From bb539ec7bee36c5e5258a09e02a2cf4085cc2c0f Mon Sep 17 00:00:00 2001 From: ZeraAI Date: Sun, 14 Aug 2022 20:25:31 -0500 Subject: [PATCH 2/2] removed TXT --- domains/zen.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/domains/zen.json b/domains/zen.json index a7d0ed744..94a131bd4 100644 --- a/domains/zen.json +++ b/domains/zen.json @@ -6,7 +6,6 @@ "email": "parkzen68@gmail.com" }, "record": { - "CNAME": "zeraai.github.io", - "TXT": "Welcome to Zen's Domain" + "CNAME": "zeraai.github.io" } }