From 94b591db04c5111760b4aa33ad86853f156ff855 Mon Sep 17 00:00:00 2001 From: CommanderGuyen Date: Thu, 5 Oct 2023 20:09:02 +0200 Subject: [PATCH] feat(domain): guyen.is-a.dev --- domains/guyen.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/guyen.json diff --git a/domains/guyen.json b/domains/guyen.json new file mode 100644 index 000000000..0cacdad5e --- /dev/null +++ b/domains/guyen.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "CommanderGuyen", + "email": "commanderguyen@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