From 24baf5880f8dc916bbb0b9bcf6dd10490c720d21 Mon Sep 17 00:00:00 2001 From: QJoly Date: Wed, 12 Oct 2022 20:48:09 +0200 Subject: [PATCH 1/3] feat: Added domain programatically --- domains/Thebidouilleur.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/Thebidouilleur.json diff --git a/domains/Thebidouilleur.json b/domains/Thebidouilleur.json new file mode 100644 index 000000000..e3e2cf624 --- /dev/null +++ b/domains/Thebidouilleur.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "QJoly", + "email": "quentinjoly@thoughtless.eu" + }, + + "record": { + "A": ["thoughtless.eu"] + } + } + \ No newline at end of file From 56030638f18e872994c816030ac05bb600621e0c Mon Sep 17 00:00:00 2001 From: Quentin JOLY <82603435+QJoly@users.noreply.github.com> Date: Thu, 13 Oct 2022 08:07:14 +0200 Subject: [PATCH 2/3] Update Thebidouilleur.json --- domains/Thebidouilleur.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/Thebidouilleur.json b/domains/Thebidouilleur.json index e3e2cf624..a3df3cab4 100644 --- a/domains/Thebidouilleur.json +++ b/domains/Thebidouilleur.json @@ -6,7 +6,7 @@ }, "record": { - "A": ["thoughtless.eu"] + "A": ["5.39.75.213"] } } - \ No newline at end of file + From 7448a976575b8b20598d46ef99f9a8eb05f214fc Mon Sep 17 00:00:00 2001 From: Quentin JOLY <82603435+QJoly@users.noreply.github.com> Date: Mon, 17 Oct 2022 22:23:53 +0200 Subject: [PATCH 3/3] Renamming to lowercase --- domains/{Thebidouilleur.json => thebidouilleur.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{Thebidouilleur.json => thebidouilleur.json} (100%) diff --git a/domains/Thebidouilleur.json b/domains/thebidouilleur.json similarity index 100% rename from domains/Thebidouilleur.json rename to domains/thebidouilleur.json