From 82abaf174855d450618ff33f5ee7a4349416b51a Mon Sep 17 00:00:00 2001 From: Cryptic <127541391+cryptixrune@users.noreply.github.com> Date: Thu, 23 Mar 2023 18:56:40 +0200 Subject: [PATCH] feat(domain): add `crypt.is-a.dev` --- domains/crypt.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/crypt.json diff --git a/domains/crypt.json b/domains/crypt.json new file mode 100644 index 000000000..6497946bc --- /dev/null +++ b/domains/crypt.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "cryptixrune", + "email": "lunar.dev@icloud.com" + }, + + "record": { + "CNAME": "cryptixrune.github.io" + } +}