From 706f7e3b5e1995a75b4ebf99fb13da26eb455d8b Mon Sep 17 00:00:00 2001 From: AlexCodesGames Date: Sun, 17 Dec 2023 02:19:46 -0800 Subject: [PATCH] feat(domain): alexcodesgames.is-a.dev --- domains/alexcodesgames.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/alexcodesgames.json diff --git a/domains/alexcodesgames.json b/domains/alexcodesgames.json new file mode 100644 index 000000000..55250c1d6 --- /dev/null +++ b/domains/alexcodesgames.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "AlexCodesGames", + "email": "alexPazder@hotmail.ca" + }, + "record": { + "A": ["217.174.245.249"], + "AAAA": ["2a00:da00:1800:83a4::1"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file