From 609c621ef392f60f48b7f752f51d4e49f180c78d Mon Sep 17 00:00:00 2001 From: DeXo High Date: Tue, 26 Apr 2022 01:36:04 +0300 Subject: [PATCH] Fixed. Fixed. --- domains/dexo.json | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/domains/dexo.json b/domains/dexo.json index e08e64ef8..05f427927 100644 --- a/domains/dexo.json +++ b/domains/dexo.json @@ -1,12 +1,15 @@ { - "description": "DeXo's personal website", - "repo": "https://github.com/dexohigh", - "owner": { - "username": "DeXo", - "email": "dexo1337@pm.me", - "discord": "DeXo#1337" - }, - "record": { - "CNAME": "dexodev.cf" - } + "description": "Ce cauti ma aici?", + "owner": { + "username": "DeXo", + "email": "dexocash@gmail.com" + }, + "record": { + "A": "185.141.25.116" + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } }