From 1964e7ff7e8614b2b5287389a2ee50c29298e563 Mon Sep 17 00:00:00 2001 From: notchyves Date: Mon, 16 Oct 2023 00:15:30 -0400 Subject: [PATCH] feat(domain): chyves.is-a.dev --- domains/chyves.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/chyves.json diff --git a/domains/chyves.json b/domains/chyves.json new file mode 100644 index 000000000..711e90c72 --- /dev/null +++ b/domains/chyves.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "notchyves", + "email": "chyvescontact@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