From 6e22a818289342206cd8aaba9ce483a6d11c8dc3 Mon Sep 17 00:00:00 2001 From: Dott-rus Date: Thu, 5 Oct 2023 21:41:22 +0300 Subject: [PATCH] feat(domain): dott.is-a.dev --- domains/dott.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/dott.json diff --git a/domains/dott.json b/domains/dott.json new file mode 100644 index 000000000..06fae4fa7 --- /dev/null +++ b/domains/dott.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "Dott-rus", + "email": "antonamelin8@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