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 1/2] 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" + } +} From aedb18f5a0378ca9a542a18832bbd7f51b32faa1 Mon Sep 17 00:00:00 2001 From: TobezDev <83095177+TobezDev@users.noreply.github.com> Date: Mon, 8 May 2023 12:02:00 +0100 Subject: [PATCH 2/2] Update tobez.json --- domains/tobez.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/tobez.json b/domains/tobez.json index 7761c1751..b576bd004 100644 --- a/domains/tobez.json +++ b/domains/tobez.json @@ -5,6 +5,6 @@ }, "record": { - "TXT": "tobezdev" + "URL": "https://tobez.dev" } }