From 3bc62350c13c969267d4bb400e8ccba34293af6a Mon Sep 17 00:00:00 2001 From: Mark <26379921+mjclavillas@users.noreply.github.com> Date: Fri, 9 Aug 2024 13:05:56 +0800 Subject: [PATCH 1/4] Create json --- domains/json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/json diff --git a/domains/json b/domains/json new file mode 100644 index 000000000..d1851793d --- /dev/null +++ b/domains/json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "mjclavillas", + "email": "mjdc1337@gmail.com" + }, + "record": { + "RECORDTYPE": "RECORDCONTENT" + } +} From e01b793aa836fa1620487e417bd6643fa545d2d8 Mon Sep 17 00:00:00 2001 From: Mark Date: Fri, 9 Aug 2024 13:13:02 +0800 Subject: [PATCH 2/4] mjdc --- domains/mjclavillas.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/mjclavillas.json diff --git a/domains/mjclavillas.json b/domains/mjclavillas.json new file mode 100644 index 000000000..2b335e775 --- /dev/null +++ b/domains/mjclavillas.json @@ -0,0 +1,10 @@ +{ + "description": "", + "owner": { + "username": "mjclavillas", + "email": "mjdc1337@gmail.com" + }, + "record": { + "CNAME": "mjclavillas.github.io" + } +} From 316a61369f20895ae826b3e6a4ceb70cae575a1b Mon Sep 17 00:00:00 2001 From: Mark Date: Fri, 9 Aug 2024 13:16:56 +0800 Subject: [PATCH 3/4] mjdc --- domains/mjdc.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/mjdc.json diff --git a/domains/mjdc.json b/domains/mjdc.json new file mode 100644 index 000000000..2b335e775 --- /dev/null +++ b/domains/mjdc.json @@ -0,0 +1,10 @@ +{ + "description": "", + "owner": { + "username": "mjclavillas", + "email": "mjdc1337@gmail.com" + }, + "record": { + "CNAME": "mjclavillas.github.io" + } +} From 3bcd5d81fe64b21e0aaa8c615da4a544c93d1a04 Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Sun, 11 Aug 2024 21:42:40 -0400 Subject: [PATCH 4/4] Delete domains/json --- domains/json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/json diff --git a/domains/json b/domains/json deleted file mode 100644 index d1851793d..000000000 --- a/domains/json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "mjclavillas", - "email": "mjdc1337@gmail.com" - }, - "record": { - "RECORDTYPE": "RECORDCONTENT" - } -}