From 40d7a717c962fc30a2de791d8bcd9bf45e3953cb Mon Sep 17 00:00:00 2001 From: Allan Niles Date: Thu, 30 Nov 2023 22:58:37 -0700 Subject: [PATCH] Update allancoding.json --- domains/allancoding.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/domains/allancoding.json b/domains/allancoding.json index c8fab571d..3d9320579 100644 --- a/domains/allancoding.json +++ b/domains/allancoding.json @@ -1,11 +1,13 @@ { "owner": { "username": "allancoding", - "email": "allancoding.dev@gmail.com" + "email": "allancoding.dev@gmail.com", + "twitter": "allancoding", + "discord": "allancoding" }, "record": { - "A": ["217.174.245.249"], + "CNAME": "allancoding.github.io", "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } -} \ No newline at end of file +}