From 92d623ea08d6ae9802e8a19adb3b701642a87c8f Mon Sep 17 00:00:00 2001 From: TobezDev <83095177+TobezDev@users.noreply.github.com> Date: Mon, 8 May 2023 12:01:18 +0100 Subject: [PATCH] feat(domain): add `tobez.is-a.dev` --- domains/tobez.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/tobez.json diff --git a/domains/tobez.json b/domains/tobez.json new file mode 100644 index 000000000..7761c1751 --- /dev/null +++ b/domains/tobez.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "TobezDev", + "email": "therealtobes28@gmail.com" + }, + + "record": { + "TXT": "tobezdev" + } +}