From 6009b70e5cafe4e0446c4a970997417e1b34537c Mon Sep 17 00:00:00 2001 From: Sugar <96229800+kentjuno7z@users.noreply.github.com> Date: Wed, 16 Aug 2023 16:35:00 +0700 Subject: [PATCH] feat(domain): add `yes.is-a.dev` --- domains/yes.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/yes.json diff --git a/domains/yes.json b/domains/yes.json new file mode 100644 index 000000000..0f552e051 --- /dev/null +++ b/domains/yes.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "kentjuno7z", + "email": "lamdev1212@gmail.com" + }, + + "record": { + "TXT": "thx" + } +}