From 4dd4e3aeb2fbd8be282f037a435151cd4e6ab21f Mon Sep 17 00:00:00 2001 From: pythonhuman Date: Sun, 17 Sep 2023 12:57:59 -0500 Subject: [PATCH] feat(domain): johndoe.is-a.dev --- domains/johndoe.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/johndoe.json diff --git a/domains/johndoe.json b/domains/johndoe.json new file mode 100644 index 000000000..550a484c2 --- /dev/null +++ b/domains/johndoe.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "pythonhuman", + "email": "sai.pasumarthi@stu.argyleisd.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