From 1685c86720a4b5a580f288aea074f515f4f45046 Mon Sep 17 00:00:00 2001 From: Michael Belete <50682242+michaelbelete@users.noreply.github.com> Date: Sat, 8 Jan 2022 23:23:58 +0300 Subject: [PATCH 1/4] Create michaelbelete.json --- domains/michaelbelete.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/michaelbelete.json diff --git a/domains/michaelbelete.json b/domains/michaelbelete.json new file mode 100644 index 000000000..6bc01af03 --- /dev/null +++ b/domains/michaelbelete.json @@ -0,0 +1,9 @@ +{ + "description": "michael belete portfolio website", + "repo": "https://github.com/michaelbelete", + "owner": { + "username": "michaelbelete", + "email": "it.michael.belete@gmail.com" + }, + "record": {} +} From 1ce372be185a51c355535858066ff4588339cace Mon Sep 17 00:00:00 2001 From: Domin-MND <69919939+Domin-MND@users.noreply.github.com> Date: Wed, 9 Feb 2022 16:52:35 +0300 Subject: [PATCH 2/4] domin.json <3 --- domains/domin.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 domains/domin.json diff --git a/domains/domin.json b/domains/domin.json new file mode 100644 index 000000000..4efeab4f7 --- /dev/null +++ b/domains/domin.json @@ -0,0 +1,13 @@ +{ + "description": "Subdomain of is-a.dev for my profile card. I use DBH as hosting if it is necessary to let you know<3", + "repo": "https://github.com/Domin-MND/", + "owner": { + "username": "Domin-MND", + "email": "dominproject@gmail.com" + }, + "record": { + "A": [ + "164.132.74.251" + ] + } +} \ No newline at end of file From fddb8b0826ee64c357010e20a21ce1b0971f9381 Mon Sep 17 00:00:00 2001 From: Micah Lindley Date: Wed, 9 Feb 2022 11:29:58 -0600 Subject: [PATCH 3/4] Create micah.json --- domains/micah.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/micah.json diff --git a/domains/micah.json b/domains/micah.json new file mode 100644 index 000000000..9efad83fc --- /dev/null +++ b/domains/micah.json @@ -0,0 +1,11 @@ +{ + "description": "Micah Lindley is a web developer.", + "repo": "https://github.com/micahlt", + "owner": { + "username": "micahlt", + "email": "hi@micahlindley.com" + }, + "record": { + "URL": "https://micahlindley.com" + } +} From c5c6c1437a734b868eeef72cde62b22fb3e54ee2 Mon Sep 17 00:00:00 2001 From: Michael Belete <50682242+michaelbelete@users.noreply.github.com> Date: Thu, 10 Feb 2022 01:29:54 +0300 Subject: [PATCH 4/4] Update michaelbelete.json --- domains/michaelbelete.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/domains/michaelbelete.json b/domains/michaelbelete.json index 6bc01af03..05156f862 100644 --- a/domains/michaelbelete.json +++ b/domains/michaelbelete.json @@ -5,5 +5,7 @@ "username": "michaelbelete", "email": "it.michael.belete@gmail.com" }, - "record": {} + "record": { + "URL": "https://michaelb.iceiy.com/" + } }