From 0cef773fd3f01257bffdc40e09922ac2273a1d2b Mon Sep 17 00:00:00 2001 From: JiuZhiDa Date: Thu, 31 Aug 2023 18:35:27 -0700 Subject: [PATCH] feat(domain): shell.is-a.dev --- domains/shell.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/shell.json diff --git a/domains/shell.json b/domains/shell.json new file mode 100644 index 000000000..d9c24741a --- /dev/null +++ b/domains/shell.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "JiuZhiDa", + "email": "shll@tuta.io" + }, + "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