From 5939e3dcf5442bad3dc8a7c32e30b5a9a3d710f3 Mon Sep 17 00:00:00 2001 From: Callum <40074095+CallumCat@users.noreply.github.com> Date: Fri, 28 Apr 2023 12:22:57 -0400 Subject: [PATCH] Update and rename radar.json to shep.json --- domains/radar.json | 13 ------------- domains/shep.json | 13 +++++++++++++ 2 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 domains/radar.json create mode 100644 domains/shep.json diff --git a/domains/radar.json b/domains/radar.json deleted file mode 100644 index 3938b2f1a..000000000 --- a/domains/radar.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "description": "Radar's personal developer website", - "repo": "https://github.com/RadarFolf/CaseyK9", - "owner": { - "username": "CaseyK9", - "email": "rocco@caseymediallc.com", - "twitter": "RadarFolf", - "discord": "Radar#0001" - }, - "record": { - "CNAME": "caseymediallc.com" - } -} diff --git a/domains/shep.json b/domains/shep.json new file mode 100644 index 000000000..022703427 --- /dev/null +++ b/domains/shep.json @@ -0,0 +1,13 @@ +{ + "description": "Callum's personal developer website", + "repo": "", + "owner": { + "username": "CallumCat", + "email": "rocco@caseymediallc.com", + "twitter": "CallumK_Cat", + "discord": "Callum#0003" + }, + "A": [ + "85.209.223.240" + ] +}