diff --git a/domains/imat.json b/domains/imat.json index 46c4d4795..73e37c1d2 100644 --- a/domains/imat.json +++ b/domains/imat.json @@ -1,11 +1,20 @@ { + "description": "Developer portfolio", + "repo": "https://github.com/imatx/imatx.github.io", "owner": { - "username": "iMatx", + "username": "imatx", "email": "adam.essakhi16+github@gmail.com" }, "record": { - "A": ["217.174.245.249"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", - "MX": "hosts.is-a.dev" + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], + + "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], + + "TXT": "forward-email=adam.essakhi16+imat@gmail.com" } -} \ No newline at end of file +}