From dffea3275b8d2a09fad8b3ac8abeb2c2e60be89f Mon Sep 17 00:00:00 2001 From: Radioactive Potato / krunchiekrunch <75719839+RadioactivePotato@users.noreply.github.com> Date: Mon, 3 Jun 2024 09:44:41 +0000 Subject: [PATCH] Added link.krunch, mail.krunch, Modified krunch.json --- domains/krunch.json | 8 ++++---- domains/link.krunch.json | 10 ++++++++++ domains/mail.krunch.json | 12 ++++++++++++ 3 files changed, 26 insertions(+), 4 deletions(-) create mode 100644 domains/link.krunch.json create mode 100644 domains/mail.krunch.json 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