From 6946a297ca3461cfd250203e9ef411799656afc4 Mon Sep 17 00:00:00 2001 From: Ice-Head Date: Fri, 13 Oct 2023 22:22:11 +0600 Subject: [PATCH] feat(domain): icehead.is-a.dev --- domains/icehead.json | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/domains/icehead.json b/domains/icehead.json index 500c58b8c..81d80de32 100644 --- a/domains/icehead.json +++ b/domains/icehead.json @@ -1,13 +1,11 @@ { - "description": "Domain for my Github Page.", - "repo": "https://github.com/Ice-Head/ice-head.github.io", - "owner": { - "username": "Ice-Head", - "email": "heads.ice@protonmail.com" - }, - "record": { - "URL": "ice-head.github.io", - "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], - "TXT": "v=spf1 include:spf.improvmx.com ~all" - } -} + "owner": { + "username": "Ice-Head", + "email": "heads.ice@protonmail.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