From 4e5d31806002303fd08115c36a122b21e2f684ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Deniz=20Tun=C3=A7?= <49831545+creeperkafasi@users.noreply.github.com> Date: Thu, 16 Jan 2025 15:25:37 +0300 Subject: [PATCH] Fix discord username, add mail forwarding and google site verification --- domains/deniz.json | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/domains/deniz.json b/domains/deniz.json index e88872028..b36d00326 100644 --- a/domains/deniz.json +++ b/domains/deniz.json @@ -4,10 +4,23 @@ "owner": { "username": "creeperkafasi", "twitter": "_creeperkafasi_", - "discord": "creeperkafasipw#1861", + "discord": "creeperkafasi", "note": "I don't use twitter that much, you may have a better chance to contact me through discord" }, "record": { - "CNAME": "creeperkafasi.github.io" + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], + "MX": [ + "mx1.forwardemail.net", + "mx2.forwardemail.net" + ], + "TXT": [ + "forward-email=MDcyNzA3YjVlMTdjNzhhYS1iMzA0NDgxN2RjMmZiODZhODI5Y2UyNmUzNzY5NjJhZWZkMTA4MjBlNDEyYTk3MTc0MjhkN2NlMmQxNWQ5MmFi", + "google-site-verification=9jbck7qUZb10EWndaXLikv_Kx9xQ7DpShwFCttIzA6Q" + ] } }