From 5ecc88219f1bb399b9c887068b997afaa6aaa812 Mon Sep 17 00:00:00 2001 From: kryclopz-development Date: Thu, 17 Aug 2023 18:47:20 -0500 Subject: [PATCH] feat(domain): kryclopz.is-a.dev --- domains/kryclopz.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/kryclopz.json diff --git a/domains/kryclopz.json b/domains/kryclopz.json new file mode 100644 index 000000000..b3c366c73 --- /dev/null +++ b/domains/kryclopz.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "kryclopz-development", + "email": "officialkryclopz@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