diff --git a/domains/krunch.json b/domains/krunch.json index e43587ff3..f38e2ade4 100644 --- a/domains/krunch.json +++ b/domains/krunch.json @@ -1,12 +1,12 @@ { - "description": "My GitHub page", - "repo": "https://github.com/radioactivepotato/radioactivepotato.github.io", + "description": "Profile Page", + "repo": "https://github.com/RadioactivePotato/krunch-is-a-dev", "owner": { "username": "RadioactivePotato", "email": "", "discord": "krunchiekrunch._." }, "record": { - "CNAME": "radioactivepotato.github.io" + "CNAME": "krunch.pages.dev" } -} +} \ No newline at end of file diff --git a/domains/link.krunch.json b/domains/link.krunch.json new file mode 100644 index 000000000..90c152ebe --- /dev/null +++ b/domains/link.krunch.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "RadioactivePotato", + "email": "", + "discord": "krunchiekrunch._." + }, + "record": { + "CNAME": "cname.short.io" + } +} \ No newline at end of file diff --git a/domains/mail.krunch.json b/domains/mail.krunch.json new file mode 100644 index 000000000..3310a8748 --- /dev/null +++ b/domains/mail.krunch.json @@ -0,0 +1,12 @@ +{ + "description": "ImprovMX Email", + "owner": { + "username": "RadioactivePotato", + "email": "", + "discord": "krunchiekrunch._." + }, + "record": { + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } +} \ No newline at end of file