From 66db1a3a9750eff13d0bf2ad26c65d1a2fabf3c7 Mon Sep 17 00:00:00 2001 From: Th3Coder Date: Sun, 4 Aug 2024 10:10:20 +0530 Subject: [PATCH 1/2] Create th3.json --- domains/th3.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/th3.json diff --git a/domains/th3.json b/domains/th3.json new file mode 100644 index 000000000..bb46cf596 --- /dev/null +++ b/domains/th3.json @@ -0,0 +1,11 @@ +{ + "description": "Th3-C0der's subdomain", + "repo": "https://github.com/Th3-C0der/Th3-C0der.github.io", + "owner": { + "username": "Th3-C0der", + "email": "Th3Drag8N@proton.me" + }, + "record": { + "CNAME": "Th3-C0der.github.io" + } +} From 61aa5172082212ca12796c905b71d40ab6b25baa Mon Sep 17 00:00:00 2001 From: Stef_DP Date: Sun, 4 Aug 2024 10:00:03 +0200 Subject: [PATCH 2/2] convert cname to lowercase --- domains/th3.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/th3.json b/domains/th3.json index bb46cf596..d34330fea 100644 --- a/domains/th3.json +++ b/domains/th3.json @@ -6,6 +6,6 @@ "email": "Th3Drag8N@proton.me" }, "record": { - "CNAME": "Th3-C0der.github.io" + "CNAME": "th3-c0der.github.io" } }