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] 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"] } }