From c7363143abef88e55a5d351ddd10891779331177 Mon Sep 17 00:00:00 2001 From: mrtemp70 Date: Thu, 5 Oct 2023 19:37:52 +0600 Subject: [PATCH 1/5] feat(domain): mrtemp70.is-a.dev --- domains/mrtemp70.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/mrtemp70.json diff --git a/domains/mrtemp70.json b/domains/mrtemp70.json new file mode 100644 index 000000000..d5e5e35ea --- /dev/null +++ b/domains/mrtemp70.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "mrtemp70", + "email": "mrtemp70@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From 22c7a1a0d3d96473d0b887a1ff3a281611ba00d7 Mon Sep 17 00:00:00 2001 From: mrtemp70 Date: Sat, 7 Oct 2023 10:31:42 +0600 Subject: [PATCH 2/5] feat(domain): gfhfg.is-a.dev --- domains/gfhfg.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/gfhfg.json diff --git a/domains/gfhfg.json b/domains/gfhfg.json new file mode 100644 index 000000000..7328921c2 --- /dev/null +++ b/domains/gfhfg.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "mrtemp70", + "email": "mrtemp70@gmail.com" + }, + "record": { + "CNAME": "mrtemp70.github.io" + } +} From 68b2859d7769002eb8dbc440af6294313d2e21e9 Mon Sep 17 00:00:00 2001 From: Mr Backman <144264784+mrtemp70@users.noreply.github.com> Date: Sat, 7 Oct 2023 10:59:37 +0600 Subject: [PATCH 3/5] Rename mrtemp70.json to mrtemp70-host.json --- domains/{mrtemp70.json => mrtemp70host.json} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename domains/{mrtemp70.json => mrtemp70host.json} (99%) diff --git a/domains/mrtemp70.json b/domains/mrtemp70host.json similarity index 99% rename from domains/mrtemp70.json rename to domains/mrtemp70host.json index d5e5e35ea..774e041a4 100644 --- a/domains/mrtemp70.json +++ b/domains/mrtemp70host.json @@ -8,4 +8,4 @@ "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } -} \ No newline at end of file +} From 64f14c808d2b5a4b2b59fa08f072c813dab41638 Mon Sep 17 00:00:00 2001 From: Mr Backman <144264784+mrtemp70@users.noreply.github.com> Date: Sat, 7 Oct 2023 11:01:06 +0600 Subject: [PATCH 4/5] Rename gfhfg.json to mrtemp70.json --- domains/{gfhfg.json => mrtemp70.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{gfhfg.json => mrtemp70.json} (100%) diff --git a/domains/gfhfg.json b/domains/mrtemp70.json similarity index 100% rename from domains/gfhfg.json rename to domains/mrtemp70.json From ca4e3dd908a06d716cc56fda9d9e5d1a34276683 Mon Sep 17 00:00:00 2001 From: Mr Backman <144264784+mrtemp70@users.noreply.github.com> Date: Sat, 7 Oct 2023 11:03:22 +0600 Subject: [PATCH 5/5] Delete domains/mrtemp70host.json --- domains/mrtemp70host.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/mrtemp70host.json diff --git a/domains/mrtemp70host.json b/domains/mrtemp70host.json deleted file mode 100644 index 774e041a4..000000000 --- a/domains/mrtemp70host.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "mrtemp70", - "email": "mrtemp70@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -}