From cfe7218f33a7a392ae6af432c8e97d32febf25bd Mon Sep 17 00:00:00 2001 From: Lalthanpuia <30722010+thanpuia7@users.noreply.github.com> Date: Wed, 12 Feb 2025 21:43:49 +0530 Subject: [PATCH 1/4] Create thanpuia.json for Creating sub-domain name thanpuia.is-a-good.dev --- domains/thanpuia.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 domains/thanpuia.json diff --git a/domains/thanpuia.json b/domains/thanpuia.json new file mode 100644 index 0000000..fdac398 --- /dev/null +++ b/domains/thanpuia.json @@ -0,0 +1,17 @@ +{ + "repo": "https://gitlab.com/thanpuia7/thanpuia.git", + + "owner": { + "username": "thanpuia7", + "email": "thanpuia7@gmail.com" + }, + + "target": { + "CNAME": { + "name": "thanpuia.is-a-good.dev", + "value": "128.199.17.140" + } + }, + + "proxied": false +} From a0b5871ddf2945ec12ecf5b4fd33d1c8cbc08778 Mon Sep 17 00:00:00 2001 From: Lalthanpuia <30722010+thanpuia7@users.noreply.github.com> Date: Thu, 13 Feb 2025 21:58:11 +0530 Subject: [PATCH 2/4] Update thanpuia.json Type is change from CNAME to A as Value where to point is in IP Address. Not in another domain name --- domains/thanpuia.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/thanpuia.json b/domains/thanpuia.json index fdac398..57c2a34 100644 --- a/domains/thanpuia.json +++ b/domains/thanpuia.json @@ -7,7 +7,7 @@ }, "target": { - "CNAME": { + "A": { "name": "thanpuia.is-a-good.dev", "value": "128.199.17.140" } From 9366219c3fb60664f2a4a66839176e238090b2b4 Mon Sep 17 00:00:00 2001 From: Lalthanpuia <30722010+thanpuia7@users.noreply.github.com> Date: Thu, 13 Feb 2025 22:20:53 +0530 Subject: [PATCH 3/4] Change the IP into array --- domains/thanpuia.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/thanpuia.json b/domains/thanpuia.json index 57c2a34..1c9bc37 100644 --- a/domains/thanpuia.json +++ b/domains/thanpuia.json @@ -9,7 +9,7 @@ "target": { "A": { "name": "thanpuia.is-a-good.dev", - "value": "128.199.17.140" + "value": ["128.199.17.140"] } }, From a6feb40fdee8ef31604009c17c49122980c4eb45 Mon Sep 17 00:00:00 2001 From: Tweak Date: Thu, 13 Feb 2025 09:59:39 -0700 Subject: [PATCH 4/4] Fix thanpuia.json Remove duplicated domain --- domains/thanpuia.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/thanpuia.json b/domains/thanpuia.json index 1c9bc37..e656a94 100644 --- a/domains/thanpuia.json +++ b/domains/thanpuia.json @@ -8,7 +8,7 @@ "target": { "A": { - "name": "thanpuia.is-a-good.dev", + "name": "thanpuia", "value": ["128.199.17.140"] } },