From 5860a90e97634dd375fd9b77765901383eee548c Mon Sep 17 00:00:00 2001 From: piotr25691 <71488561+piotr25691@users.noreply.github.com> Date: Fri, 4 Feb 2022 10:12:43 +0100 Subject: [PATCH 1/5] Create lunah.json --- domains/lunah.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 domains/lunah.json diff --git a/domains/lunah.json b/domains/lunah.json new file mode 100644 index 000000000..0967ef424 --- /dev/null +++ b/domains/lunah.json @@ -0,0 +1 @@ +{} From c2ed843fdcaf853f32f13815c4b72e73ebffa194 Mon Sep 17 00:00:00 2001 From: piotr25691 <71488561+piotr25691@users.noreply.github.com> Date: Fri, 4 Feb 2022 10:17:18 +0100 Subject: [PATCH 2/5] Yeah --- domains/lunah.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/domains/lunah.json b/domains/lunah.json index 0967ef424..0ed4223d8 100644 --- a/domains/lunah.json +++ b/domains/lunah.json @@ -1 +1,10 @@ -{} +{ + "description": "An additional domain apart from lunah.gq", + "owner": { + "username": "piotr25691", + "email": "lunah@lunahdev.ml" + }, + "record": { + "A": ["5.161.46.209"] + } +} From a5855f0f1cc90838cf5d65c3c09b9f8e85e91c46 Mon Sep 17 00:00:00 2001 From: piotr25691 <71488561+piotr25691@users.noreply.github.com> Date: Fri, 4 Feb 2022 11:13:42 +0100 Subject: [PATCH 3/5] unlist A records --- domains/lunah.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/lunah.json b/domains/lunah.json index 0ed4223d8..aa7aca5c0 100644 --- a/domains/lunah.json +++ b/domains/lunah.json @@ -5,6 +5,6 @@ "email": "lunah@lunahdev.ml" }, "record": { - "A": ["5.161.46.209"] + "A": "5.161.46.209" } } From 3b888794c301bbd3380de118bf02bf44a2c74284 Mon Sep 17 00:00:00 2001 From: piotr25691 <71488561+piotr25691@users.noreply.github.com> Date: Fri, 4 Feb 2022 12:07:55 +0100 Subject: [PATCH 4/5] added fields and listed A records they need to be a list (or arrays for JavaScript people :trollface:) --- domains/lunah.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/domains/lunah.json b/domains/lunah.json index aa7aca5c0..edd16da77 100644 --- a/domains/lunah.json +++ b/domains/lunah.json @@ -1,10 +1,11 @@ { - "description": "An additional domain apart from lunah.gq", + "description": "VPS hosted domain", + "repo": "https://github.com/piotr25691/piotr25691", "owner": { "username": "piotr25691", "email": "lunah@lunahdev.ml" }, "record": { - "A": "5.161.46.209" + "A": ["5.161.46.209"] } } From c1d1172bf6112b315552eedc44ee774fd42b7bf9 Mon Sep 17 00:00:00 2001 From: piotr25691 <71488561+piotr25691@users.noreply.github.com> Date: Fri, 4 Feb 2022 12:37:27 +0100 Subject: [PATCH 5/5] when you dont read the docs thoroughly --- domains/lunah.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/lunah.json b/domains/lunah.json index edd16da77..065644bc6 100644 --- a/domains/lunah.json +++ b/domains/lunah.json @@ -1,6 +1,6 @@ { "description": "VPS hosted domain", - "repo": "https://github.com/piotr25691/piotr25691", + "repo": "https://github.com/piotr25691", "owner": { "username": "piotr25691", "email": "lunah@lunahdev.ml"