From d096e3dda95de73b28a538f977f7d54b862cc313 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wellington=20J=C3=BAnior?= <67232334+orangethewell@users.noreply.github.com> Date: Thu, 25 Apr 2024 21:37:09 -0300 Subject: [PATCH 1/4] Create orangethewell.json --- domains/orangethewell.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/orangethewell.json diff --git a/domains/orangethewell.json b/domains/orangethewell.json new file mode 100644 index 000000000..327c11a69 --- /dev/null +++ b/domains/orangethewell.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "orangethewell", + "email": " Date: Thu, 25 Apr 2024 23:50:28 -0300 Subject: [PATCH 2/4] Update orangethewell.json --- domains/orangethewell.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/orangethewell.json b/domains/orangethewell.json index 327c11a69..dafa8ca80 100644 --- a/domains/orangethewell.json +++ b/domains/orangethewell.json @@ -5,6 +5,6 @@ }, "record": { - "A": "85.31.231.4", + "A": "85.31.231.4" } } From 2499d454eeaeec3266eb3f9dbd17b2f54ab16ddb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wellington=20J=C3=BAnior?= <67232334+orangethewell@users.noreply.github.com> Date: Fri, 26 Apr 2024 07:41:28 -0300 Subject: [PATCH 3/4] remove typo on email field --- domains/orangethewell.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/orangethewell.json b/domains/orangethewell.json index dafa8ca80..47de8dd9c 100644 --- a/domains/orangethewell.json +++ b/domains/orangethewell.json @@ -1,7 +1,7 @@ { "owner": { "username": "orangethewell", - "email": " Date: Fri, 26 Apr 2024 08:04:38 -0300 Subject: [PATCH 4/4] Add IP to a array type --- domains/orangethewell.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/orangethewell.json b/domains/orangethewell.json index 47de8dd9c..64308a242 100644 --- a/domains/orangethewell.json +++ b/domains/orangethewell.json @@ -5,6 +5,6 @@ }, "record": { - "A": "85.31.231.4" + "A": ["85.31.231.4"] } }