From 4d1770a7c3a9c8b573271359d6ea86b31fec5b66 Mon Sep 17 00:00:00 2001 From: hkc Date: Tue, 16 Aug 2022 12:10:35 +0300 Subject: [PATCH] Changed A record of `hatkidchan.is-a.dev` + added Discord account + added TXT record + changed IP to DDA machine (thx @Mia@akko.disqordia.space) --- domains/hatkidchan.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/domains/hatkidchan.json b/domains/hatkidchan.json index 5e4de90c4..245c3a866 100644 --- a/domains/hatkidchan.json +++ b/domains/hatkidchan.json @@ -1,11 +1,13 @@ { - "description": "Personal webpage of hkc, as well as some bots webhook url and probably some APIs", + "description": "Static personal page of hatkidchan (hkc) (thx Mia)", "owner": { "username": "hatkidchan", "email": "hatkidchan@gmail.com", - "twitter": "hatkidchan" + "twitter": "hatkidchan", + "discord": "hkc#0517" }, "record": { - "A": ["51.15.69.42"] + "A": ["216.128.176.102"], + "TXT": "aHR0cHM6Ly9oYXRraWRjaGFuLmlzLWEuZGV2L21lb3ctMGUwYWZkOWYtMzdlOC00ODc4LWJmYWYtOGE2MjAyYTI5ODFl" } }