From 85df007084c92de91a8ce88777f1297842323a7a Mon Sep 17 00:00:00 2001 From: Hirako <70535268+hirakoisdead@users.noreply.github.com> Date: Fri, 12 Jul 2024 19:49:39 +0530 Subject: [PATCH] Update hirako.json added other contact options and removed the email and added mx and txt record --- domains/hirako.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/domains/hirako.json b/domains/hirako.json index 90bcd4b77..5da28b79a 100644 --- a/domains/hirako.json +++ b/domains/hirako.json @@ -1,9 +1,17 @@ { "owner": { - "username": "hirakotm", - "email": "hirakoo@proton.me" + "username": "hirakoisdead", + "email": "" + "discord": "hirako.", + "twitter": "hirakoisdead", + "reddit": "u/hirakotm" }, "record": { "CNAME": "website-5xr.pages.dev" + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + "TXT": "v=spf1 include:spf.improvmx.com ~all" } }