From 9ac8526a46a3b672c54dae13580e66bccdc25c0a Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Sun, 9 Apr 2023 21:03:43 -0400 Subject: [PATCH 1/5] chore: updating information --- domains/dib.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/domains/dib.json b/domains/dib.json index 3d240c483..5125610ad 100644 --- a/domains/dib.json +++ b/domains/dib.json @@ -1,9 +1,9 @@ { "description": "URL Shortener for sites.", - "repo": "https://github.com/DIBSTERYT", + "repo": "https://github.com/DEV-DIBSTER", "owner": { - "username": "DIBSTERYT", - "email": "contact@dibster.ml", + "username": "DEV-DIBSTER", + "email": "dibster@danbot.host", "twitter": "DEV_DIBSTER" }, "record": { From 5c31c167188c109afd354e73c5cb058b480c5160 Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Sun, 9 Apr 2023 21:04:49 -0400 Subject: [PATCH 2/5] chore: updating information, removing mail records --- domains/dibster.json | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/domains/dibster.json b/domains/dibster.json index b8c22e59a..c5d061fc0 100644 --- a/domains/dibster.json +++ b/domains/dibster.json @@ -1,14 +1,12 @@ { - "description": "ShareX Server/Protfolio Site. Under @DIBSTERYT on GitHub.", - "repo": "https://github.com/DIBSTERYT", + "description": "ShareX Server/Protfolio Site. Under @DEV-DIBSTER on GitHub.", + "repo": "https://github.com/DEV-DIBSTER", "owner": { "username": "DIBSTERYT", - "email": "hello@dibster-is-a.engineer", + "email": "dibster@danbot.host", "twitter": "DEV_DIBSTER" }, "record": { - "A": ["192.95.42.66"], - "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], - "TXT": "v=spf1 include:spf.improvmx.com ~all" + "A": ["192.95.42.66"] } } From 3da6572a71b1a9d5d15b5165a825a432965e7f9b Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Sun, 9 Apr 2023 21:07:28 -0400 Subject: [PATCH 3/5] feat: creating new blog site --- domains/blog.dib.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/blog.dib.json diff --git a/domains/blog.dib.json b/domains/blog.dib.json new file mode 100644 index 000000000..b7660860b --- /dev/null +++ b/domains/blog.dib.json @@ -0,0 +1,11 @@ +{ + "description": "Blog site for my personal projects.", + "owner": { + "username": "DEV-DIBSTER", + "email": "dibster@danbot.host", + "twitter": "DEV_DIBSTER" + }, + "record": { + "A": ["192.95.42.66"] + } +} From b4c1dd48fc3fa6fef6a1c62bcfcc8406f9464c1f Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Sun, 9 Apr 2023 21:08:24 -0400 Subject: [PATCH 4/5] feat: uniformity --- domains/dib.json | 1 - 1 file changed, 1 deletion(-) diff --git a/domains/dib.json b/domains/dib.json index 5125610ad..9309e1001 100644 --- a/domains/dib.json +++ b/domains/dib.json @@ -1,6 +1,5 @@ { "description": "URL Shortener for sites.", - "repo": "https://github.com/DEV-DIBSTER", "owner": { "username": "DEV-DIBSTER", "email": "dibster@danbot.host", From c87c61817b9cb9149fe28dd47202fd42f88d0ae2 Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Sun, 9 Apr 2023 21:09:13 -0400 Subject: [PATCH 5/5] chore: updating information, uniformity --- domains/dibster.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/domains/dibster.json b/domains/dibster.json index c5d061fc0..37fb8a60e 100644 --- a/domains/dibster.json +++ b/domains/dibster.json @@ -1,8 +1,7 @@ { - "description": "ShareX Server/Protfolio Site. Under @DEV-DIBSTER on GitHub.", - "repo": "https://github.com/DEV-DIBSTER", + "description": "ShareX Server/Protfolio Site.", "owner": { - "username": "DIBSTERYT", + "username": "DEV-DIBSTER", "email": "dibster@danbot.host", "twitter": "DEV_DIBSTER" },