Merge branch 'main' into main

This commit is contained in:
qing
2023-10-30 11:01:38 +08:00
committed by GitHub
41 changed files with 336 additions and 28 deletions
+8 -4
View File
@@ -30,12 +30,15 @@ jobs:
- name: test
run: cat domains/_acme-challenge.json
- name: Install Yarn dependencies
run: yarn install --ignore-engines
- uses: oven-sh/setup-bun@v1
with:
bun-version: 1.0.3
- run: bun install
- name: Publishing records
env:
CI: 1
NODE_ENV: production
ENV: production
DOMAIN_USER: ${{ secrets.DOMAIN_USER }}
DOMAIN_API_KEY: ${{ secrets.DOMAIN_API_KEY }}
@@ -43,7 +46,7 @@ jobs:
DOMAIN_API_PORT: ${{ secrets.DOMAIN_API_PORT }}
DOMAIN_DOMAIN: ${{ secrets.DOMAIN_DOMAIN }}
DOMAIN_HOST_IP: ${{ secrets.DOMAIN_HOST_IP }}
run: yarn publish-records
run: bun run publish-records
- name: Sleep
run: sleep 10m
shell: bash
@@ -55,6 +58,7 @@ jobs:
- name: removing records
env:
CI: 1
NODE_ENV: production
ENV: production
DOMAIN_USER: ${{ secrets.DOMAIN_USER }}
DOMAIN_API_KEY: ${{ secrets.DOMAIN_API_KEY }}
@@ -62,4 +66,4 @@ jobs:
DOMAIN_API_PORT: ${{ secrets.DOMAIN_API_PORT }}
DOMAIN_DOMAIN: ${{ secrets.DOMAIN_DOMAIN }}
DOMAIN_HOST_IP: ${{ secrets.DOMAIN_HOST_IP }}
run: yarn publish-records
run: bun run publish-records
+10
View File
@@ -0,0 +1,10 @@
{
"owner": {
"username": "Stef-00012",
"email": "admin@stefdp.is-a.dev",
"discord": "694986201739952229"
},
"record": {
"TXT": "dh=e71ddcd3beca6bbd44125eb4d861d4cf28eed0c8"
}
}
+10
View File
@@ -0,0 +1,10 @@
{
"owner": {
"username": "Stef-00012",
"email": "admin@stefdp.is-a.dev",
"discord": "694986201739952229"
},
"record": {
"TXT": "dh=03933534192052d1ca904fb933de9acde3b4ed48"
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "KrazyKleb",
"email": "krazykleb@outlook.com"
},
"record": {
"TXT": "dh=3e455eb128d3f2996cd8226c6666872d617d7bdf"
}
}
+10
View File
@@ -0,0 +1,10 @@
{
"owner": {
"username": "Stef-00012",
"email": "admin@stefdp.is-a.dev",
"discord": "694986201739952229"
},
"record": {
"TXT": "dh=4ded2f0ba889f8dad38ad210e9a015c180dcc6c8"
}
}
+10
View File
@@ -0,0 +1,10 @@
{
"owner": {
"username": "Stef-00012",
"email": "admin@stefdp.is-a.dev",
"discord": "694986201739952229"
},
"record": {
"TXT": "dh=f6d71b43aecaa5a4ea3534d21f11f6b0e4559d8a"
}
}
@@ -0,0 +1,9 @@
{
"owner": {
"username": "p3nguin-kun",
"email": "p3nguinkun@proton.me"
},
"record": {
"TXT": "5c46702c7db5dc72a476dec9da3d34"
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "9898video",
"email": "548625653@qq.com"
},
"record": {
"CNAME": "mg.707077.xyz"
}
}
+3 -1
View File
@@ -5,6 +5,8 @@
"discord": "694986201739952229"
},
"record": {
"CNAME": "api-stefdp.onrender.com"
"A": [
"84.46.245.191"
]
}
}
+4 -2
View File
@@ -4,6 +4,8 @@
"email": "iididhejejdj@gmail.com"
},
"record": {
"A": ["217.174.245.249"]
"A": ["217.174.245.249"],
"MX": ["hosts.is-a.dev"],
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
}
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "darkdarcool",
"email": "darkdarcool@gmail.com"
},
"record": {
"URL": "https://darkdarcool.me"
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "RichardKanshen",
"email": "richard@kanshen.click"
},
"record": {
"CNAME": "deadcodegames.github.io"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"owner": {
"username": "is-a-dev",
"email": "is-a-dev@win11react.com",
"discord": "1094272477137481810"
},
"record": {
"A": ["217.174.245.249"]
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "mrxehmad",
"email": "mrxehmad@naver.com"
},
"record": {
"CNAME": "mrxehmad.github.io"
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "endxrmxn",
"email": "endxrmxn@yahoo.com"
},
"record": {
"CNAME": "endxrmxn.pages.dev"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"owner": {
"username": "thatmarcboi",
"email": "marcacolwell@gmail.com"
},
"record": {
"A": ["217.174.245.249"],
"MX": ["hosts.is-a.dev"],
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "ogorfolio",
"email": "swiatpaczek@gmail.com"
},
"record": {
"CNAME": "groznyogor.github.io.opts-https.redirect.center"
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "h4rldev",
"email": "h4rldev@proton.me"
},
"record": {
"CNAME": "h4rldev-github-io.pages.dev"
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "huzely",
"email": "hieu65175@gmail.com"
},
"record": {
"A": ["161.97.168.211"]
}
}
+1 -1
View File
@@ -6,6 +6,6 @@
"email": "itshunterr@protonmail.com"
},
"record": {
"A": ["185.199.108.153"]
"A": ["76.76.21.21"]
}
}
+10
View File
@@ -0,0 +1,10 @@
{
"owner": {
"username": "femboyjophiel",
"email": "femboy.jophiel@gmail.com"
},
"record": {
"CNAME": "58c70704-65c7-4baf-b3ac-d930c2a23d49.id.repl.co"
}
}
+2 -2
View File
@@ -1,11 +1,11 @@
{
"owner": {
"username": "KrazyKleb",
"email": "krazyklebyt@gmail.com"
"email": "krazykleb@outlook.com"
},
"record": {
"A": ["217.174.245.249"],
"MX": ["hosts.is-a.dev"],
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
}
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "markvayson",
"email": "markvayson@gmail.com"
},
"record": {
"CNAME": "58p02o7x.up.railway.app"
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "sercwn",
"email": "artidoxd@gmail.com"
},
"record": {
"URL": "https://playmiku.blogspot.com/2023/08/miku_98.html"
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "nyxical420",
"email": "xaveegacha7@gmail.com"
},
"record": {
"A": ["76.223.55.44"]
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "ProfKrzys",
"email": "krzysztof2011@hotmail.com"
},
"record": {
"CNAME": "xomc.pl.opts-https.redirect.center"
}
}
+5 -3
View File
@@ -1,9 +1,11 @@
{
"owner": {
"username": "PasinduUpendra",
"email": "pasinduupendra@gmail.com"
"email": "pasindu@toadcreatives.com"
},
"record": {
"URL": "https://github.com/pasinduupendra"
"URL": "https://github.com/pasinduupendra",
"MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"],
"TXT": "forward-email=pasindu@toadcreatives.com"
}
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"description": "Subdomain for my github pages site.",
"repo": "https://github.com/rilecraft/rilecraft.github.io",
"owner": {
"username": "rilecraft",
"email": "rilecraft@gmail.com"
},
"record": {
"CNAME": "rilecraft.github.io"
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "Luongzz",
"email": "buivanluong0204@gmail.com"
},
"record": {
"CNAME": "97ef85ed-35a2-46e1-85b7-69335aa9a655.id.repl.co"
}
}
+5 -5
View File
@@ -1,12 +1,12 @@
{
"description": "Callum's personal developer website",
"description": "TamShep's personal developer website",
"owner": {
"username": "CallumCat",
"username": "TamShep",
"email": "rocco@caseymediallc.com",
"twitter": "CallumK_Cat",
"discord": "Callum#0003"
"twitter": "Tammy_GShepherd",
"discord": "sol_999"
},
"record": {
"A": ["85.209.223.240"]
"A": ["192.254.73.156"]
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "tariqultais",
"email": "2201081175@UTTARAUNIVERSITY.EDU.BD"
},
"record": {
"URL": "https://sites.google.com/view/tariqultais/home"
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "TechGenius7777",
"email": "supratikmahato7777@gmail.com"
},
"record": {
"CNAME": "techgenius-portfolio.pages.dev"
}
}
+2 -4
View File
@@ -4,8 +4,6 @@
"email": "technofusiontech@techie.com"
},
"record": {
"A": ["217.174.245.249"],
"MX": ["hosts.is-a.dev"],
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
"CNAME": "technofusiontech.github.io"
}
}
}
+1 -1
View File
@@ -4,6 +4,6 @@
"email": "dehipitiya055@gmail.com"
},
"record": {
"CNAME": "tharindudarshana.live"
"CNAME": "1234tharindu.github.io"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"owner": {
"username": "notthebestdev",
"email": "thebestdeveloper@outlook.fr"
},
"record": {
"A": ["217.174.245.249"],
"MX": ["hosts.is-a.dev"],
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "thedtvn",
"email": "duongtuan30306@gmail.com"
},
"record": {
"URL": "https://many.link/dt"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"owner": {
"username": "toastyyyxd",
"email": "asaeasaeasae.x10@gmail.com",
"discord": "577480703302959104"
},
"record": {
"CNAME": "toasty.pages.dev"
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "Valeron-T",
"email": "valeron.toscano@xaviers.edu.in"
},
"record": {
"URL": "https://valwebsitedata.z29.web.core.windows.net/"
}
}
+13
View File
@@ -0,0 +1,13 @@
{
"owner": {
"username": "tsb3-a2",
"email": "tsb3.a2@proton.me"
},
"record": {
"MX": [
"mx1.improvmx.com",
"mx2.improvmx.com"
],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
+6 -5
View File
@@ -1,11 +1,12 @@
{
"description": "My website",
"repo": "https://github.com/YUG38/YUG38.github.io",
"owner": {
"username": "YUG38",
"email": "4yugpatel123@gmail.com"
"email": "4yugpatel123@gmail.com",
"discord": "name_yug"
},
"record": {
"A": ["217.174.245.249"],
"MX": ["hosts.is-a.dev"],
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
"CNAME": "YUG38.github.io"
}
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "coolhighzzz",
"email": "neuralbyteshost@gmail.com"
},
"record": {
"A": ["188.241.54.112"]
}
}