From 705107de09db60cdbe60d8898f8b31ce879f2729 Mon Sep 17 00:00:00 2001 From: coeur85 Date: Sun, 27 Aug 2023 21:07:54 +0300 Subject: [PATCH 1/4] feat(domain): magdi.is-a.dev --- domains/magdi.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/magdi.json diff --git a/domains/magdi.json b/domains/magdi.json new file mode 100644 index 000000000..1ef3bd905 --- /dev/null +++ b/domains/magdi.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "coeur85", + "email": "ahmed.magdi@msn.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 8e43b45313458fbb2c5eba848418981255514784 Mon Sep 17 00:00:00 2001 From: coeur85 Date: Sun, 27 Aug 2023 23:28:44 +0300 Subject: [PATCH 2/4] feat(domain): d.is-a.dev --- domains/d.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/d.json diff --git a/domains/d.json b/domains/d.json new file mode 100644 index 000000000..1ef3bd905 --- /dev/null +++ b/domains/d.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "coeur85", + "email": "ahmed.magdi@msn.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 f44da5d1868915d480797fe5eededbb496c9d2d2 Mon Sep 17 00:00:00 2001 From: Magdi Date: Mon, 28 Aug 2023 10:43:05 +0300 Subject: [PATCH 3/4] Rename d.json to magdi_d.json --- domains/{d.json => magdi_d.json} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename domains/{d.json => magdi_d.json} (99%) diff --git a/domains/d.json b/domains/magdi_d.json similarity index 99% rename from domains/d.json rename to domains/magdi_d.json index 1ef3bd905..26a1c7f91 100644 --- a/domains/d.json +++ b/domains/magdi_d.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 e639c193c55845224997cb36711af71ff83d9fd3 Mon Sep 17 00:00:00 2001 From: Magdi Date: Mon, 28 Aug 2023 10:54:22 +0300 Subject: [PATCH 4/4] Delete magdi_d.json --- domains/magdi_d.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/magdi_d.json diff --git a/domains/magdi_d.json b/domains/magdi_d.json deleted file mode 100644 index 26a1c7f91..000000000 --- a/domains/magdi_d.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "coeur85", - "email": "ahmed.magdi@msn.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -}