From 756cbc69dab6ce519f2dff1c1dec45b2d64dfc57 Mon Sep 17 00:00:00 2001 From: christopherwk210 Date: Tue, 29 Aug 2023 16:38:25 -0700 Subject: [PATCH] feat(domain): topher.is-a.dev --- domains/topher.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/topher.json diff --git a/domains/topher.json b/domains/topher.json new file mode 100644 index 000000000..f25285564 --- /dev/null +++ b/domains/topher.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "christopherwk210", + "email": "christopherwk210@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