From 705107de09db60cdbe60d8898f8b31ce879f2729 Mon Sep 17 00:00:00 2001 From: coeur85 Date: Sun, 27 Aug 2023 21:07:54 +0300 Subject: [PATCH] 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