From a22c506ff661d64a8fae7db7c776eb749ab2361e Mon Sep 17 00:00:00 2001 From: X3ric Date: Fri, 1 Sep 2023 20:13:21 +0200 Subject: [PATCH] feat(domain): x3ric.is-a.dev --- domains/x3ric.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/x3ric.json diff --git a/domains/x3ric.json b/domains/x3ric.json new file mode 100644 index 000000000..961b4cbc6 --- /dev/null +++ b/domains/x3ric.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "X3ric", + "email": "ericxaime@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