From c23913f5b4c66f0a67669a95f055b3c66f1dd754 Mon Sep 17 00:00:00 2001 From: ProxyJohnny Date: Fri, 3 Nov 2023 22:58:02 +0400 Subject: [PATCH 1/3] feat(domain): johnny1337.is-a.dev --- domains/johnny1337.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/johnny1337.json diff --git a/domains/johnny1337.json b/domains/johnny1337.json new file mode 100644 index 000000000..fe95131f8 --- /dev/null +++ b/domains/johnny1337.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ProxyJohnny", + "email": "johnnydx7@gmail.com" + }, + "record": { + "CNAME": "johnny1337.pages.dev" + } +} From 44c45c92219eac61cfa3420d26b2b5352ff51e9b Mon Sep 17 00:00:00 2001 From: ProxyJohnny <60302138+ProxyJohnny@users.noreply.github.com> Date: Mon, 6 Nov 2023 18:47:09 +0400 Subject: [PATCH 2/3] feat(domain): add `johnny1337.is-a.dev.is-a.dev` --- domains/johnny1337.is-a.dev.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/johnny1337.is-a.dev.json diff --git a/domains/johnny1337.is-a.dev.json b/domains/johnny1337.is-a.dev.json new file mode 100644 index 000000000..4336e38cb --- /dev/null +++ b/domains/johnny1337.is-a.dev.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "ProxyJohnny", + "email": "johnnydx7@gmail.com" + }, + + "record": { + "CNAME": "johnny1337.pages.dev" + } +} From 3e4d91a74cfe3e54416917539c8b81277e6bbb23 Mon Sep 17 00:00:00 2001 From: Vaibhav Date: Mon, 6 Nov 2023 21:51:52 +0530 Subject: [PATCH 3/3] Delete domains/johnny1337.is-a.dev.json --- domains/johnny1337.is-a.dev.json | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 domains/johnny1337.is-a.dev.json diff --git a/domains/johnny1337.is-a.dev.json b/domains/johnny1337.is-a.dev.json deleted file mode 100644 index 4336e38cb..000000000 --- a/domains/johnny1337.is-a.dev.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "ProxyJohnny", - "email": "johnnydx7@gmail.com" - }, - - "record": { - "CNAME": "johnny1337.pages.dev" - } -}