From 3d32958b0b84623ee1ce6c9e1e813cbb3a1cf20b Mon Sep 17 00:00:00 2001 From: thecrazytech1 Date: Sun, 8 Oct 2023 07:55:44 +1100 Subject: [PATCH] feat(domain): quartz.is-a.dev --- domains/quartz.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/quartz.json diff --git a/domains/quartz.json b/domains/quartz.json new file mode 100644 index 000000000..2aa1c45c9 --- /dev/null +++ b/domains/quartz.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "thecrazytech1", + "email": "chrissquartz@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