From 87d09e0788ae75071446c1b33b97a6454acc20de Mon Sep 17 00:00:00 2001 From: allancoding Date: Tue, 12 Sep 2023 22:13:49 -0600 Subject: [PATCH] feat(domain): allancoding.is-a.dev --- domains/allancoding.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/allancoding.json diff --git a/domains/allancoding.json b/domains/allancoding.json new file mode 100644 index 000000000..c8fab571d --- /dev/null +++ b/domains/allancoding.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "allancoding", + "email": "allancoding.dev@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