From 64ff8f6e42bb68fec44c0916bec8527a8a9412f2 Mon Sep 17 00:00:00 2001 From: billybobisverycool <27johnballenger@ucsstudent.org> Date: Sat, 25 Nov 2023 00:36:28 -0500 Subject: [PATCH] feat(domain): johndo.is-a.dev --- domains/johndo.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/johndo.json diff --git a/domains/johndo.json b/domains/johndo.json new file mode 100644 index 000000000..df9d654ba --- /dev/null +++ b/domains/johndo.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "billybobisverycool", + "email": "27johnballenger@ucsstudent.org" + }, + "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" + } +} \ No newline at end of file