From b9276c321e6d7eee29a11bc8a1d7c0fbffbeb535 Mon Sep 17 00:00:00 2001 From: Indresh P <63254562+indreshp135@users.noreply.github.com> Date: Sun, 17 Dec 2023 19:25:41 +0530 Subject: [PATCH] feat(domain): add `.is-a.dev` --- domains/.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/.json diff --git a/domains/.json b/domains/.json new file mode 100644 index 000000000..e128e3f41 --- /dev/null +++ b/domains/.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "indreshp135", + "email": "indreshp135@gmail.com" + }, + + "record": { + "A": ["http://144.24.138.210/"] + } +}