Update hirako.json

added other contact options and removed the email and added mx and txt record
This commit is contained in:
Hirako
2024-07-12 19:49:39 +05:30
committed by GitHub
parent 09634aafc2
commit 85df007084
+10 -2
View File
@@ -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"
}
}