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 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 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 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"] + } +} 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"] + } +} 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"] + } +} diff --git a/domains/xenside.json b/domains/xenside.json new file mode 100644 index 000000000..066f5f095 --- /dev/null +++ b/domains/xenside.json @@ -0,0 +1,16 @@ +{ + "owner": { + "username": "XenSideNBTS", + "email": "peskoila89@gmail.com" + }, + "record": { + "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" + } +}