From def4e018ded3266bdbc264516165db13c7164cdb Mon Sep 17 00:00:00 2001 From: pal-rakesh Date: Thu, 20 Apr 2023 12:39:36 +0530 Subject: [PATCH 1/3] Code Push --- domains/con.json | 15 --------------- domains/pal-rakesh-2.json | 12 ++++++++++++ 2 files changed, 12 insertions(+), 15 deletions(-) delete mode 100644 domains/con.json create mode 100644 domains/pal-rakesh-2.json diff --git a/domains/con.json b/domains/con.json deleted file mode 100644 index 047bdb709..000000000 --- a/domains/con.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "owner": { - "username": "connekitius", - "email": "", - "twitter": "connekisgoated", - "discord": "Con#5209" - }, - "record": { - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], - "TXT": "v=spf1 include:spf.improvmx.com ~all" - } -} diff --git a/domains/pal-rakesh-2.json b/domains/pal-rakesh-2.json new file mode 100644 index 000000000..2be6343ac --- /dev/null +++ b/domains/pal-rakesh-2.json @@ -0,0 +1,12 @@ + +{ + "description": "My new website", + "repo": "https://github.com/pal-rakesh/pal-rakesh.github.io", + "owner": { + "username": "pal-rakesh", + "email": "rakesh.pal@truestaz.com ", + }, + "record": { + "URL": "https://pal-rakesh.github.io/" + } +} \ No newline at end of file From 315a387bd754411890666abdc48c9b1ab92dd22f Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sun, 23 Apr 2023 11:49:59 +0800 Subject: [PATCH 2/3] Restore domains/con.json --- domains/con.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 domains/con.json diff --git a/domains/con.json b/domains/con.json new file mode 100644 index 000000000..047bdb709 --- /dev/null +++ b/domains/con.json @@ -0,0 +1,15 @@ +{ + "owner": { + "username": "connekitius", + "email": "", + "twitter": "connekisgoated", + "discord": "Con#5209" + }, + "record": { + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } +} From a7a51902ec1c8c562a20bc3732449eaa2d4ea092 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sun, 23 Apr 2023 11:50:34 +0800 Subject: [PATCH 3/3] Update pal-rakesh-2.json --- domains/pal-rakesh-2.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/domains/pal-rakesh-2.json b/domains/pal-rakesh-2.json index 2be6343ac..67abe5c45 100644 --- a/domains/pal-rakesh-2.json +++ b/domains/pal-rakesh-2.json @@ -1,12 +1,11 @@ - { "description": "My new website", "repo": "https://github.com/pal-rakesh/pal-rakesh.github.io", "owner": { "username": "pal-rakesh", - "email": "rakesh.pal@truestaz.com ", + "email": "rakesh.pal@truestaz.com" }, "record": { - "URL": "https://pal-rakesh.github.io/" + "URL": "https://pal-rakesh.github.io" } -} \ No newline at end of file +}