From c24c6daafc3b794ff48eeec2bd645305873259df Mon Sep 17 00:00:00 2001 From: PythonScratcher Date: Fri, 6 Oct 2023 13:55:04 +0100 Subject: [PATCH] feat(domain): shrek.is-a.dev --- domains/shrek.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/shrek.json diff --git a/domains/shrek.json b/domains/shrek.json new file mode 100644 index 000000000..f45ff53a9 --- /dev/null +++ b/domains/shrek.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "PythonScratcher", + "email": "callumcardy7@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