From f89754e228d192047d5a9e722ea5228e4b6c86af Mon Sep 17 00:00:00 2001 From: drasticfiles <147117983+drasticfiles@users.noreply.github.com> Date: Tue, 10 Oct 2023 19:35:43 +0300 Subject: [PATCH] Create drastic.json --- domains/drastic.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/drastic.json diff --git a/domains/drastic.json b/domains/drastic.json new file mode 100644 index 000000000..aa405bb32 --- /dev/null +++ b/domains/drastic.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "drasticfiles", + "email": "shaileteitpa@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +}