From 8301d0adb97e7b6954643024156e49da8e2e5d7c Mon Sep 17 00:00:00 2001 From: Eric-Pessoa Date: Wed, 16 Aug 2023 09:33:54 -0300 Subject: [PATCH] feat(domain): EricPessoa.is-a.dev --- domains/EricPessoa.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/EricPessoa.json diff --git a/domains/EricPessoa.json b/domains/EricPessoa.json new file mode 100644 index 000000000..0a0ef5a42 --- /dev/null +++ b/domains/EricPessoa.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "Eric-Pessoa", + "email": "pessoa.eric@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", + "MX": "hosts.is-a.dev" + } +} \ No newline at end of file