From cd03e799ea1747388e09c088bef11c1f9d78a9b4 Mon Sep 17 00:00:00 2001 From: Teapot4195 Date: Tue, 17 Oct 2023 17:04:40 -0400 Subject: [PATCH] feat(domain): eturbo.is-a.dev --- domains/eturbo.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/eturbo.json diff --git a/domains/eturbo.json b/domains/eturbo.json new file mode 100644 index 000000000..417c49f46 --- /dev/null +++ b/domains/eturbo.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "Teapot4195", + "email": "huangalex409@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