From 077d4e7a415433bf0640f18a60b4190fdfb9a2b3 Mon Sep 17 00:00:00 2001 From: Atr-e Date: Sun, 10 Sep 2023 12:49:05 -0700 Subject: [PATCH 1/2] feat(domain): johnevermore.is-a.dev --- domains/johnevermore.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/johnevermore.json diff --git a/domains/johnevermore.json b/domains/johnevermore.json new file mode 100644 index 000000000..5450cd708 --- /dev/null +++ b/domains/johnevermore.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Atr-e", + "email": "eatr577@gmail.com" + }, + "record": { + "CNAME": "galatic.hop.sh" + } +} From 6138cf4554102e8d15937d8b537ee02181f75fd2 Mon Sep 17 00:00:00 2001 From: Atr-e Date: Wed, 27 Sep 2023 09:27:32 -0700 Subject: [PATCH 2/2] feat(domain): johnmortan.is-a.dev --- domains/johnmortan.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/johnmortan.json diff --git a/domains/johnmortan.json b/domains/johnmortan.json new file mode 100644 index 000000000..f0d0eec46 --- /dev/null +++ b/domains/johnmortan.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "Atr-e", + "email": "eatr577@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file