From cd7a690c0886c5d555c9bb1d77e84b6f11e619ac Mon Sep 17 00:00:00 2001 From: cakihorse Date: Wed, 27 Sep 2023 15:24:01 +0200 Subject: [PATCH] feat(domain): cakihorse.is-a.dev --- domains/cakihorse.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/cakihorse.json diff --git a/domains/cakihorse.json b/domains/cakihorse.json new file mode 100644 index 000000000..d224836e1 --- /dev/null +++ b/domains/cakihorse.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "cakihorse", + "email": "cakihorse06@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