From 2dd0ca952ac7495b3dbbbea05a3442ba765273fa Mon Sep 17 00:00:00 2001 From: Ansh Tyagi Date: Sat, 4 May 2024 11:21:27 +0530 Subject: [PATCH 1/4] Create fucabot.json --- domains/fucabot.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/fucabot.json diff --git a/domains/fucabot.json b/domains/fucabot.json new file mode 100644 index 000000000..56a8f07fb --- /dev/null +++ b/domains/fucabot.json @@ -0,0 +1,11 @@ +{ + "description": "Fuca Bot website", + "repo": "https://github.com/anshtyagi0", + "owner": { + "username": "anshtyagi0", + "email": "tyagiansh175@gmail.com" + }, + "record": { + "A": ["65.109.168.46"] + } +} From a07f5f7ab21f5b62e6be3f7cefef7dc2e79c0d13 Mon Sep 17 00:00:00 2001 From: LIGMATV <143163098+LIGMATV@users.noreply.github.com> Date: Sat, 4 May 2024 12:55:19 +0700 Subject: [PATCH 2/4] Create ligmatv.json --- domains/ligmatv.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/ligmatv.json diff --git a/domains/ligmatv.json b/domains/ligmatv.json new file mode 100644 index 000000000..6b8b8823d --- /dev/null +++ b/domains/ligmatv.json @@ -0,0 +1,11 @@ +{ + "description": "This subdomain will i use for my LIGMATV's blog website.", + "repo": "https://github.com/LIGMATV/LIGMATV.github.io", + "owner": { + "username": "LIGMATV", + "email": "ligmatv.id@gmail.com", + }, + "record": { + "CNAME": "LIGMATV.github.io" + } +} From 0ec3dd79d7d411e5ecd9c77af10cd10a2952429d Mon Sep 17 00:00:00 2001 From: MaskDuck Date: Sat, 4 May 2024 14:08:27 +0700 Subject: [PATCH 3/4] truncate extra comma --- domains/ligmatv.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/ligmatv.json b/domains/ligmatv.json index 6b8b8823d..1c544e604 100644 --- a/domains/ligmatv.json +++ b/domains/ligmatv.json @@ -3,7 +3,7 @@ "repo": "https://github.com/LIGMATV/LIGMATV.github.io", "owner": { "username": "LIGMATV", - "email": "ligmatv.id@gmail.com", + "email": "ligmatv.id@gmail.com" }, "record": { "CNAME": "LIGMATV.github.io" From 8ac1479411887fdbac3895b0d65cc61cb573ea97 Mon Sep 17 00:00:00 2001 From: MaskDuck Date: Sat, 4 May 2024 14:08:42 +0700 Subject: [PATCH 4/4] lowercase --- domains/ligmatv.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/ligmatv.json b/domains/ligmatv.json index 1c544e604..ad725d69e 100644 --- a/domains/ligmatv.json +++ b/domains/ligmatv.json @@ -6,6 +6,6 @@ "email": "ligmatv.id@gmail.com" }, "record": { - "CNAME": "LIGMATV.github.io" + "CNAME": "ligmatv.github.io" } }