From 61a209ff68b59ff22db0b4ceae6a106b30432de3 Mon Sep 17 00:00:00 2001 From: Nassim Zen <64388064+hironichu@users.noreply.github.com> Date: Fri, 25 Mar 2022 06:16:09 +0100 Subject: [PATCH] Create hironichu.json I don't know if it will work, but I wanted to try with Deno deploy (https://deno.com) That's an amazing project by the way. --- domains/hironichu.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 domains/hironichu.json diff --git a/domains/hironichu.json b/domains/hironichu.json new file mode 100644 index 000000000..622c6bf6c --- /dev/null +++ b/domains/hironichu.json @@ -0,0 +1,16 @@ +{ + "description": "Yes I am a developer", + "repo": "https://github.com/hironichu", + "owner": { + "username": "hironichu", + "email": "hironichu@gmail.com" + }, + "record": { + "A": [ + "34.120.54.55" + ], + "TXT": [ + "deno-com-validation=f1b7200ba5f97a80db0aaa12" + ] + } +}