From ce2e0e6262ac02f4e04df71d6779551ef1a3a753 Mon Sep 17 00:00:00 2001 From: stanasxd Date: Mon, 4 Sep 2023 17:11:34 +0300 Subject: [PATCH] feat(domain): marby.is-a.dev --- domains/marby.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/marby.json diff --git a/domains/marby.json b/domains/marby.json new file mode 100644 index 000000000..8b0cdace2 --- /dev/null +++ b/domains/marby.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "stanasxd", + "email": "stanasarts@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