From ee64ed227e0f03498b4b3427def778bf89a48505 Mon Sep 17 00:00:00 2001 From: gruufr Date: Thu, 31 Aug 2023 12:24:51 +0300 Subject: [PATCH] feat(domain): gruu.is-a.dev --- domains/gruu.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/gruu.json diff --git a/domains/gruu.json b/domains/gruu.json new file mode 100644 index 000000000..031eea1a9 --- /dev/null +++ b/domains/gruu.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "gruufr", + "email": "tirisxz@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