From 72f9c410ff9f235e723fa562ccbb25343146732b Mon Sep 17 00:00:00 2001 From: Commandify <95983415+Commandify@users.noreply.github.com> Date: Fri, 14 Jul 2023 03:27:19 +0330 Subject: [PATCH] feat(domain): add `alphabet.is-a.dev` --- domains/alphabet.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/alphabet.json diff --git a/domains/alphabet.json b/domains/alphabet.json new file mode 100644 index 000000000..72cbedb30 --- /dev/null +++ b/domains/alphabet.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Commandify", + "email": "commandify@gmail.com" + }, + + "record": { + "A": ["68.183.191.223"] + } +}