From 1c9f76817c3d00b338fada3543a84220241abd9a Mon Sep 17 00:00:00 2001 From: juniperislost Date: Sat, 26 Apr 2025 23:32:50 -0500 Subject: [PATCH 1/4] Add juniper.json --- domains/juniper.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 domains/juniper.json diff --git a/domains/juniper.json b/domains/juniper.json new file mode 100644 index 000000000..e69de29bb From 3c7b762a19b7aec52f63ba84d9a11e3b6172694b Mon Sep 17 00:00:00 2001 From: juniperislost Date: Sun, 27 Apr 2025 00:06:31 -0500 Subject: [PATCH 2/4] Edit juniper.json --- domains/juniper.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/domains/juniper.json b/domains/juniper.json index e69de29bb..6a305dea5 100644 --- a/domains/juniper.json +++ b/domains/juniper.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "juniper_is_lost_", + "email": "juniper_is_lost@protonmail.com" + }, + "record": { + "URL": "https://juniperislost.github.io" + } +} From bd2ac8f7b0960ba23bbb8a7b3118967e30ec1977 Mon Sep 17 00:00:00 2001 From: juniperislost Date: Thu, 1 May 2025 09:36:50 -0500 Subject: [PATCH 3/4] Edit juniper.json --- domains/juniper.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/juniper.json b/domains/juniper.json index 6a305dea5..a9d0f7552 100644 --- a/domains/juniper.json +++ b/domains/juniper.json @@ -1,6 +1,6 @@ { "owner": { - "username": "juniper_is_lost_", + "username": "juniperislost", "email": "juniper_is_lost@protonmail.com" }, "record": { From f5ed18d63202d8b4ede56d91860de9468f44f4d9 Mon Sep 17 00:00:00 2001 From: 21Z <21z95@proton.me> Date: Sat, 3 May 2025 08:58:34 +0400 Subject: [PATCH 4/4] fix: field name --- domains/juniper.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/juniper.json b/domains/juniper.json index a9d0f7552..748861ebf 100644 --- a/domains/juniper.json +++ b/domains/juniper.json @@ -3,7 +3,7 @@ "username": "juniperislost", "email": "juniper_is_lost@protonmail.com" }, - "record": { + "records": { "URL": "https://juniperislost.github.io" } }