From c39da5312dc2e538493cc347312cc970617b65c5 Mon Sep 17 00:00:00 2001 From: itsmetin Date: Mon, 28 Aug 2023 17:36:32 +0200 Subject: [PATCH] feat(domain): tin.is-a.dev --- domains/tin.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/tin.json diff --git a/domains/tin.json b/domains/tin.json new file mode 100644 index 000000000..4c7ec4cee --- /dev/null +++ b/domains/tin.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "itsmetin", + "email": "marmeladenjunge+2nd@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