diff --git a/domains/rmd.json b/domains/rmd.json index 6b45b409f..16180ac45 100644 --- a/domains/rmd.json +++ b/domains/rmd.json @@ -1,12 +1,11 @@ { + "description": "This subdomain is for my personal website.", + "repo": "https://github.com/danknessdra/danknessdra.github.io", "owner": { "username": "danknessdra", "email": "danknessdra@gmail.com" }, "record": { - "A": ["217.174.245.249"], - "AAAA": ["2a00:da00:1800:83a4::1"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + "CNAME": "danknessdra.github.io" } -} \ No newline at end of file +}