From 5a622006907c0ec0dbed1fd7024013425a60205f Mon Sep 17 00:00:00 2001 From: KingLuc12 Date: Sun, 18 Feb 2024 12:00:12 +0000 Subject: [PATCH] feat(domain): johndoe.is-a.dev --- domains/johndoe.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/johndoe.json diff --git a/domains/johndoe.json b/domains/johndoe.json new file mode 100644 index 000000000..c863d15ee --- /dev/null +++ b/domains/johndoe.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "KingLuc12", + "email": "lucian.g.king+github@gmail.com" + }, + "record": { + "CNAME": "jhondoeisadev.pages.dev" + } +}