From 8bb45e34a203ee97a41f15e9213aaf13e6d7d6c5 Mon Sep 17 00:00:00 2001 From: tpglitch Date: Sun, 27 Aug 2023 19:11:29 -0500 Subject: [PATCH] feat(domain): tpglitch.is-a.dev --- domains/tpglitch.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/tpglitch.json diff --git a/domains/tpglitch.json b/domains/tpglitch.json new file mode 100644 index 000000000..0364bc2ca --- /dev/null +++ b/domains/tpglitch.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "tpglitch", + "email": "tylerkinney50@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