From 0b7e3b71217bb6961d73a1153b5310f950e2983c Mon Sep 17 00:00:00 2001 From: Lellis <75775001+LellisV2@users.noreply.github.com> Date: Sat, 12 Mar 2022 19:01:10 +0100 Subject: [PATCH 1/3] Create cdn.json --- domains/cdn.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/cdn.json diff --git a/domains/cdn.json b/domains/cdn.json new file mode 100644 index 000000000..d07cec015 --- /dev/null +++ b/domains/cdn.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "LellisV2", + "email": "cloud@lellis.tech", + "discord": "Lellis#9405", + "note": "I dont look that much on my email, Fast Respons on Discord." + }, + "description": "I will use it for my CDN to be able to access the files", + "record": { + "A": "130.162.183.250" + } +} From d3b79491c2b1246894ede187ebe0d5b8f6732a22 Mon Sep 17 00:00:00 2001 From: Lellis <75775001+LellisV2@users.noreply.github.com> Date: Sat, 12 Mar 2022 19:04:23 +0100 Subject: [PATCH 2/3] Update cdn.json --- domains/cdn.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/cdn.json b/domains/cdn.json index d07cec015..e4faab231 100644 --- a/domains/cdn.json +++ b/domains/cdn.json @@ -7,6 +7,6 @@ }, "description": "I will use it for my CDN to be able to access the files", "record": { - "A": "130.162.183.250" + "A": ["130.162.183.250"], } } From 7bbcebfc47589059f323ef1003ca50b6c3a0f401 Mon Sep 17 00:00:00 2001 From: Lellis <75775001+LellisV2@users.noreply.github.com> Date: Sat, 12 Mar 2022 19:04:55 +0100 Subject: [PATCH 3/3] Update cdn.json --- domains/cdn.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/cdn.json b/domains/cdn.json index e4faab231..4036ab7f0 100644 --- a/domains/cdn.json +++ b/domains/cdn.json @@ -7,6 +7,6 @@ }, "description": "I will use it for my CDN to be able to access the files", "record": { - "A": ["130.162.183.250"], + "A": ["130.162.183.250"] } }