From 8f2ca04d8f77ee20cc55ab43aa72e78768391b71 Mon Sep 17 00:00:00 2001 From: RyanisyydsTT Date: Sun, 4 Feb 2024 10:52:30 +0800 Subject: [PATCH 1/8] feat(domain): ryanisyyds.is-a.dev --- domains/ryanisyyds.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/ryanisyyds.json diff --git a/domains/ryanisyyds.json b/domains/ryanisyyds.json new file mode 100644 index 000000000..e3000f1b9 --- /dev/null +++ b/domains/ryanisyyds.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "RyanisyydsTT", + "email": "ryantseng123@mail.edu.tw" + }, + "record": { + "A": ["170.39.76.35"] + } +} From 679bb63c541e9952f80eda1e2ef38c4bf622db8c Mon Sep 17 00:00:00 2001 From: XenSideNBTS Date: Sun, 4 Feb 2024 08:10:12 +0300 Subject: [PATCH 2/8] feat(domain): xenside.is-a.dev --- domains/xenside.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/xenside.json diff --git a/domains/xenside.json b/domains/xenside.json new file mode 100644 index 000000000..add083c13 --- /dev/null +++ b/domains/xenside.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "XenSideNBTS", + "email": "peskoila89@gmail.com" + }, + "record": { + "URL": "https://xensidewtf.pages.dev" + } +} From bf0fb5d061a2a4d995e5dacf2f590463725b246c Mon Sep 17 00:00:00 2001 From: tensura-is-good Date: Sun, 4 Feb 2024 01:49:46 -0500 Subject: [PATCH 3/8] feat(domain): saxon.is-a.dev --- domains/saxon.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/saxon.json diff --git a/domains/saxon.json b/domains/saxon.json new file mode 100644 index 000000000..6f731f8bc --- /dev/null +++ b/domains/saxon.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "tensura-is-good", + "email": "sands.is.undertable@gmail.com" + }, + "record": { + "A": ["129.213.65.72"] + } +} From 049d5232add75697f43471e1ddc691611c1a6943 Mon Sep 17 00:00:00 2001 From: lhwe Date: Sun, 4 Feb 2024 01:25:02 -0600 Subject: [PATCH 4/8] feat(domain): larp.is-a.dev --- domains/larp.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/larp.json diff --git a/domains/larp.json b/domains/larp.json new file mode 100644 index 000000000..4718325c2 --- /dev/null +++ b/domains/larp.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "lhwe", + "email": "arieslovespiggies@gmail.com" + }, + "record": { + "A": ["64.23.128.177"] + } +} From fe03b99ebc282900ca554422e5b164729500451a Mon Sep 17 00:00:00 2001 From: Alex <137611210+alex1028199@users.noreply.github.com> Date: Sun, 4 Feb 2024 10:38:36 +0300 Subject: [PATCH 5/8] Register cdn.artix.is-a.dev --- domains/cdn.artix.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/cdn.artix.json diff --git a/domains/cdn.artix.json b/domains/cdn.artix.json new file mode 100644 index 000000000..5d7662e28 --- /dev/null +++ b/domains/cdn.artix.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "alex1028199", + "email": "yu1234u73f.com@gmail.com", + "discord": "834867471885271053" + }, + + "record": { + "A": ["69.30.249.53"] + } + } + \ No newline at end of file From b60e422fa076b1903d1164d71da20cc4aa1fac43 Mon Sep 17 00:00:00 2001 From: XenSide Main <112946743+XenSideNBTS@users.noreply.github.com> Date: Sun, 4 Feb 2024 10:55:21 +0300 Subject: [PATCH 6/8] Update xenside.json --- domains/xenside.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/domains/xenside.json b/domains/xenside.json index add083c13..066f5f095 100644 --- a/domains/xenside.json +++ b/domains/xenside.json @@ -4,6 +4,13 @@ "email": "peskoila89@gmail.com" }, "record": { - "URL": "https://xensidewtf.pages.dev" - } + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } } From 2f836bfb568c4ddf147489a2b67cdb2d9c0c9074 Mon Sep 17 00:00:00 2001 From: CuteDog5695 Date: Sun, 4 Feb 2024 11:22:39 +0200 Subject: [PATCH 7/8] Update publish-records.yml --- .github/workflows/publish-records.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-records.yml b/.github/workflows/publish-records.yml index ad679260a..7caa63113 100644 --- a/.github/workflows/publish-records.yml +++ b/.github/workflows/publish-records.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v4 - uses: oven-sh/setup-bun@v1 with: - bun-version: 1.0.25 + bun-version: 1.0.26 - run: bun install - run: bun test - name: Publishing records From eb96af64a485607d5a570f598a6182b853f27a2a Mon Sep 17 00:00:00 2001 From: CuteDog5695 Date: Sun, 4 Feb 2024 11:22:47 +0200 Subject: [PATCH 8/8] Update checks.yml --- .github/workflows/checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 4d77a4523..d3ffed2f1 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -11,6 +11,6 @@ jobs: fetch-depth: 0 - uses: oven-sh/setup-bun@v1 with: - bun-version: 1.0.25 + bun-version: 1.0.26 - run: bun install - run: bun test