diff --git a/domains/_discord.enderpoint.json b/domains/_discord.enderpoint.json new file mode 100644 index 000000000..760e1edb2 --- /dev/null +++ b/domains/_discord.enderpoint.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "EnderPoint07", + "email": "", + "discord": "DotM38#5497" + }, + "record": { + "TXT": "dh=1ad21660e3db8fba8f5f18150a89514bee83350e" + } +} diff --git a/domains/block.json b/domains/block.json index dc3827c88..2ed61d8bf 100644 --- a/domains/block.json +++ b/domains/block.json @@ -5,7 +5,7 @@ }, "record": { "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + "MX": ["mail.is-a.dev"], + "TXT": "v=spf1 mx a:mail.is-a.dev ~all" } -} \ No newline at end of file +} diff --git a/domains/mail.enderpoint.json b/domains/mail.enderpoint.json index 8725e52e8..1a1a452f9 100644 --- a/domains/mail.enderpoint.json +++ b/domains/mail.enderpoint.json @@ -1,17 +1,11 @@ { - "description": "EnderPoint's dev site", "owner": { "username": "EnderPoint07", "email": "", - "discord": "DotM38#5497", - "instagram": "enderpoint07" + "discord": "dotm38" }, "record": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], - "TXT": "v=spf1 include:spf.improvmx.com ~all" + "MX": ["mail.is-a.dev"], + "TXT": "v=spf1 mx a:mail.is-a.dev ~all" } }