From f8337132e4a3569bee112f6a1c0dec7a477f4e18 Mon Sep 17 00:00:00 2001 From: shellcodegroup Date: Fri, 1 Dec 2023 11:13:54 +0300 Subject: [PATCH] feat(domain): tosh.is-a.dev --- domains/tosh.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/tosh.json diff --git a/domains/tosh.json b/domains/tosh.json new file mode 100644 index 000000000..74a6c36ed --- /dev/null +++ b/domains/tosh.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "shellcodegroup", + "email": "shellcodegroup@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "AAAA": ["2a00:da00:1800:83a4::1"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file