Merge branch 'main' into main

This commit is contained in:
L RMN
2024-01-09 03:43:03 +07:00
committed by GitHub
2367 changed files with 13204 additions and 7792 deletions
-26
View File
@@ -1,26 +0,0 @@
name: Helper
on:
pull_request:
types:
- closed
jobs:
instructions:
name: instructions
runs-on: ubuntu-latest
steps:
- run: curl https://notify-api.is-a.dev/pr/merged/${{ github.event.pull_request.number }}
if: github.event.action == 'closed' && github.event.pull_request.merged == true
# - uses: actions/checkout@v2
# - name: Comment
# if: github.event.action == 'closed' && github.event.pull_request.merged == true
# uses: actions/github-script@v3
# with:
# github-token: ${{secrets.GITHUB_TOKEN}}
# script: |
# const { hasLabel } = require(`${process.env.GITHUB_WORKSPACE}/scripts/action-utils.js`);
# const { instructions } = require(`${process.env.GITHUB_WORKSPACE}/scripts/reply.js`);
# if (hasLabel(context, 'domain'))
# console.log('Domain');
# await instructions(context, github);
+2 -2
View File
@@ -13,8 +13,8 @@ jobs:
- uses: actions/stale@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-stale: 30
days-before-close: 20
days-before-stale: 7
days-before-close: 14
stale-issue-message: 'This issue has been marked as stale due to inactivity and will be closed. Comment anything on this issue to prevent it'
stale-pr-message: 'This pull request has been marked as stale due to inactivity and will be closed. Comment anything on this PR to prevent it'
exempt-issue-labels: 'no-stale'
-26
View File
@@ -1,26 +0,0 @@
name: URL Validation
on:
schedule:
- cron: '0 0 * * 1' # At 00:00 on Monday
workflow_dispatch:
jobs:
validation:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- name: Setup Up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
- run: pip install requests
- run: python tests/url-validation.py
- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
name: URL Validiation Result
path: url-validation-result.json
retention-days: 7
+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
+5 -4
View File
@@ -5,17 +5,18 @@ RUN ln -fs /usr/share/zoneinfo/America/New_York /etc/localtime
RUN apt-get -y update
RUN apt-get install -y nodejs npm curl wget dnsutils certbot --fix-missing
RUN apt-get install -y unzip
RUN npm i -g n yarn && n 15.11
RUN bash -c "curl -fsSL https://bun.sh/install | bash -s 'bun-v1.0.15'"
RUN node -v
RUN ~/.bun/bin/bun -v
WORKDIR /opt/app
COPY yarn.lock .
COPY bun.lockb .
COPY package.json .
RUN yarn install
RUN ~/.bun/bin/bun install
CMD ["sh", "-c", "cp -r node_modules code; cd code; tail -f /dev/null"]
+7 -2
View File
@@ -16,12 +16,17 @@
<a href="https://discord.gg/PZCGHz4RhQ"><img alt="Discord Server" src="https://discord.com/api/guilds/830872854677422150/widget.png?style=banner2"></a>
</p>
## Issues
If you have any problems then feel free to open a issue on github.
If you have an issue that contains confidental infomation then email hello@maintainers.is-a.dev any other emails will be ignored.
## Register
### Automated Registration
Easiest method: Use the [manage website](https://manage.is-a.dev), sign in with your github account and click the register page in the navbar. Fill out some questions and it will all happen automagically!
Easiest method: Use the [manage website](https://manage.is-a.dev), sign in with your GitHub account and click the register page in the navbar. Fill out some questions and it will all happen automatically!
Another method is to join our [Discord](https://discord.gg/PZCGHz4RhQ) then head to the commands channel and do /register . The bot will ask you a few questions then will generate your PR and domain automaticly. The bot also allows for domain deletion and editing.
Another method is to join our [Discord server](https://discord.gg/PZCGHz4RhQ), head to the commands channel and run `/register`. The bot will ask you a few questions then will generate your PR and domain automatically. The bot also allows for domain deletion and editing.
### Manual Registration
- [Fork](https://github.com/is-a-dev/register/fork) this repository.
+14
View File
@@ -0,0 +1,14 @@
{
"owner": {
"username": "zerobun",
"email": "tareku2003@gmail.com"
},
"record": {
"A": [
"217.174.245.249",
"51.161.54.161"
],
"MX": ["mail.is-a.dev"],
"TXT": "v=spf1 mx a:mail.is-a.dev ~all"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"owner": {
"username": "aryan-212",
"email": "aryananandxic07@gmail.com"
},
"record": {
"A": ["217.174.245.249", "51.161.54.161"],
"MX": ["hosts.is-a.dev"],
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
}
}
-9
View File
@@ -1,9 +0,0 @@
{
"owner": {
"username": "0xSuryax",
"email": "surya98613@gmail.com"
},
"record": {
"A": ["38.242.141.34"]
}
}
+1 -1
View File
@@ -4,7 +4,7 @@
"email": "cuiyang673308817@gmail.com"
},
"record": {
"A": ["217.174.245.249"],
"A": ["217.174.245.249", "51.161.54.161"],
"MX": ["hosts.is-a.dev"],
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
}
+11
View File
@@ -0,0 +1,11 @@
{
"owner": {
"username": "NuroHimself",
"email": "nurorust2023@gmail.com"
},
"record": {
"A": ["217.174.245.249", "51.161.54.161"],
"MX": ["hosts.is-a.dev"],
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"owner": {
"username": "1ly4s0",
"email": "ilyaslamzouri2@gmail.com"
},
"record": {
"A": ["217.174.245.249", "51.161.54.161"],
"MX": ["hosts.is-a.dev"],
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
}
}
-10
View File
@@ -1,10 +0,0 @@
{
"owner": {
"username": "RainyXeon",
"email": "minh15052008@gmail.com"
},
"record": {
"CNAME": "5a3e476d-47ce-4088-9b34-42cdb8c3395b.id.repl.co"
}
}
-11
View File
@@ -1,11 +0,0 @@
{
"description": "1st.is-a.dev",
"repo": "https://github.com/Rahuletto/1st",
"owner": {
"username": "Rahuletto",
"email": "rahulmarban@gmail.com"
},
"record": {
"CNAME": "d0720bf3-70d2-4b24-9273-b44ce8e0c708.id.repl.co"
}
}
+14
View File
@@ -0,0 +1,14 @@
{
"owner": {
"username": "20GN",
"email": "da20gn@outlook.com"
},
"record": {
"A": [
"217.174.245.249",
"51.161.54.161"
],
"MX": ["mail.is-a.dev"],
"TXT": "v=spf1 mx a:mail.is-a.dev ~all"
}
}
+1 -1
View File
@@ -4,7 +4,7 @@
"email": "hamdankalliyil@gmail.com"
},
"record": {
"A": ["217.174.245.249"],
"A": ["217.174.245.249", "51.161.54.161"],
"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": "PhoenixOrigin",
"email": "phoenixorigin171@gmail.com"
},
"record": {
"A": ["130.162.166.134"]
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"description": "Url redirect to cutt37.is-a.dev",
"repo": "https://github.com/37cut/37cut.github.io",
"owner": {
"username": "37cut",
"email": "cutt37@outlook.com"
},
"record": {
"URL": "https://cutt37.is-a.dev"
}
}
+1 -1
View File
@@ -4,7 +4,7 @@
"email": "echo-the-coder@tuta.io"
},
"record": {
"A": ["217.174.245.249"],
"A": ["217.174.245.249", "51.161.54.161"],
"MX": ["hosts.is-a.dev"],
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
}
-9
View File
@@ -1,9 +0,0 @@
{
"owner": {
"username": "4cxa",
"email": "kurdiabood123@gmail.com"
},
"record": {
"CNAME": "9fc746bd-8245-4dda-be35-8c34a71a6ff9.id.repl.co"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"owner": {
"username": "EurekaMathSkillIssue",
"email": "ataharmolla@hotmail.com"
},
"record": {
"A": ["217.174.245.249", "51.161.54.161"],
"MX": ["hosts.is-a.dev"],
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
}
}
+1 -1
View File
@@ -4,7 +4,7 @@
"email": "joas.van.der.eerden@outlook.com"
},
"record": {
"A": ["217.174.245.249"],
"A": ["217.174.245.249", "51.161.54.161"],
"MX": ["hosts.is-a.dev"],
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
}
-9
View File
@@ -1,9 +0,0 @@
{
"owner": {
"username": "Sonic853",
"email": "sonic853@qq.com"
},
"record": {
"A": ["119.29.157.82"]
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"owner": {
"username": "baratt-88",
"email": "anisaputry0708@gmail.com"
},
"record": {
"A": ["217.174.245.249", "51.161.54.161"],
"MX": ["hosts.is-a.dev"],
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
}
}
+10
View File
@@ -0,0 +1,10 @@
{
"owner": {
"username": "nobuyaki",
"email": "contact@0xviel.my.id",
"discord": "445073800850046977"
},
"record": {
"TXT": "dh=3553e848300a672fa174b27085b19d419d95ef75"
}
}
+14
View File
@@ -0,0 +1,14 @@
{
"owner": {
"username": "YouFoundAlpha",
"email": "alpha@alpha.is-a.dev",
"Discord": "661121998830960651",
"Twitter": "YouFoundAlpha",
"GitHub": "YouFoundAlpha",
"GitLab": "YouFoundAlpha",
"Mastodon": "@YouFoundAlpha@mastodon.social"
},
"record": {
"TXT": "dh=0ed7bf0ab783536f57a14304a99956a116a1782e"
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "amol234545",
"email": "amolmilton@gmail.com"
},
"record": {
"TXT": "dh=383b5b12e8a16256189d4e54677f7c217ddde07a"
}
}
+10
View File
@@ -0,0 +1,10 @@
{
"owner": {
"username": "Stef-00012",
"email": "admin@stefdp.is-a.dev",
"discord": "694986201739952229"
},
"record": {
"TXT": "dh=e71ddcd3beca6bbd44125eb4d861d4cf28eed0c8"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"owner": {
"username": "CuteDog5695",
"email": "cutedog5695@gmail.com",
"discord": "cutedog5695",
"twitter": "cutedog5695"
},
"record": {
"TXT": "dh=f85ce7cf4e6ff1f6136767a12c041fbbcb446045"
}
}
@@ -4,6 +4,6 @@
"email": "stefano.delprete.08@gmail.com"
},
"record": {
"TXT": "27c2dc9cd3e8a0a37947e82ab6f637"
"TXT": "dh=8fb11c7ecad141914be5cc41aa1b4569dcd14f6c"
}
}
+10
View File
@@ -0,0 +1,10 @@
{
"owner": {
"username": "DynoW",
"email": "naffets0@gmail.com",
"discord": "455608238335983617"
},
"record": {
"TXT": "dh=8bb2a3b679cd393d772165a0baf0eea849b5c698"
}
}
+10
View File
@@ -0,0 +1,10 @@
{
"owner": {
"username": "EnderPoint07",
"email": "",
"discord": "DotM38#5497"
},
"record": {
"TXT": "dh=1ad21660e3db8fba8f5f18150a89514bee83350e"
}
}
+10
View File
@@ -0,0 +1,10 @@
{
"owner": {
"username": "Stef-00012",
"email": "admin@stefdp.is-a.dev",
"discord": "694986201739952229"
},
"record": {
"TXT": "dh=03933534192052d1ca904fb933de9acde3b4ed48"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"owner": {
"username": "jimmy20180130",
"email": "jimmy20180130@gmail.com",
"twitter": "@jimmyyo45639462",
"discord": "xiaoxi_tw#0"
},
"record": {
"TXT": "dh=1001abef3571d8f5aa7d6d94543d8409f9e786ea"
}
}
+10
View File
@@ -0,0 +1,10 @@
{
"owner": {
"username": "JadeBetty",
"email": "",
"discord": "758617912566087681"
},
"record": {
"TXT": "dh=94e84997f373f2235c194f248969912336c5c0e8"
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "jirafey",
"email": "jirafey@tuta.io"
},
"record": {
"TXT": "dh=3c80d94ed181b223255b5fbf35f8fda6a402058f"
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "KrazyKleb",
"email": "krazykleb@outlook.com"
},
"record": {
"TXT": "dh=3e455eb128d3f2996cd8226c6666872d617d7bdf"
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "KrazyKleb",
"email": "krazykleb@outlook.com"
},
"record": {
"TXT": "dh=9b437fc3639b73eb33fe9b536d5ad6acbec42dd1"
}
}
+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=a34d656a6fb91723bfe4f87e413345df85ca74f7"
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "ShingSemicolon",
"email": "Shing.XD.0602@gmail.com"
},
"record": {
"TXT": "dh=df5daefdc7745f38295b3f89ac5de5373eec9c6c"
}
}
+10
View File
@@ -0,0 +1,10 @@
{
"owner": {
"username": "Stef-00012",
"email": "admin@stefdp.is-a.dev",
"discord": "694986201739952229"
},
"record": {
"TXT": "dh=f6d71b43aecaa5a4ea3534d21f11f6b0e4559d8a"
}
}
+10
View File
@@ -0,0 +1,10 @@
{
"owner": {
"username": "tat2008",
"email": "tuan.trananh2008@gmail.com"
},
"record": {
"TXT": "dh=9abe38f80f0a7adbf9ef20a7048ff7dd399d984b"
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "tomgxz",
"email": "tomgxz138@gmail.com"
},
"record": {
"TXT": "dh=ead80df9c64ea8aecd35e8a291ef261f0f26e133"
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "turvenuija1",
"email": "akulehtola123@gmail.com"
},
"record": {
"TXT": "dh=6e9f6180791c2d3ba3454777dde4d4637bc66c17"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"owner": {
"username": "jimmy20180130",
"email": "jimmy20180130@gmail.com",
"twitter": "@jimmyyo45639462",
"discord": "xiaoxi_tw#0"
},
"record": {
"TXT": "dh=9e975563be399e84dd4007a4638f27e79128dcab"
}
}
+14
View File
@@ -0,0 +1,14 @@
{
"owner": {
"username": "YouFoundAlpha",
"email": "alpha@alpha.is-a.dev",
"Discord": "661121998830960651",
"Twitter": "YouFoundAlpha",
"GitHub": "YouFoundAlpha",
"GitLab": "YouFoundAlpha",
"Mastodon": "@YouFoundAlpha@mastodon.social"
},
"record": {
"TXT": "dh=b8044fd4f0628a706be5fd878fae96886bae23b7"
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "ZiynCS",
"email": "NotZiyn@gmail.com"
},
"record": {
"TXT": "dh=b7efba321635b7528ef7d9a605d747b343fa135d"
}
}
@@ -0,0 +1,9 @@
{
"owner": {
"username": "oyepriyansh",
"email": "oyepriyansh@hotmail.com"
},
"record": {
"TXT": "0e84f14f3a"
}
}
@@ -5,6 +5,6 @@
},
"record": {
"A": ["217.174.245.249"]
"TXT": "2c9dfbe7c8"
}
}
@@ -0,0 +1,14 @@
{
"owner": {
"username": "YouFoundAlpha",
"email": "alpha@alpha.is-a.dev",
"Discord": "661121998830960651",
"Twitter": "YouFoundAlpha",
"GitHub": "YouFoundAlpha",
"GitLab": "YouFoundAlpha",
"Mastodon": "@YouFoundAlpha@mastodon.social"
},
"record": {
"TXT": "9568f60569"
}
}
@@ -0,0 +1,14 @@
{
"owner": {
"username": "YouFoundAlpha",
"email": "alpha@alpha.is-a.dev",
"Discord": "661121998830960651",
"Twitter": "YouFoundAlpha",
"GitHub": "YouFoundAlpha",
"GitLab": "YouFoundAlpha",
"Mastodon": "@YouFoundAlpha@mastodon.social"
},
"record": {
"TXT": "3436b41d67"
}
}
@@ -0,0 +1,14 @@
{
"owner": {
"username": "YouFoundAlpha",
"email": "alpha@alpha.is-a.dev",
"Discord": "661121998830960651",
"Twitter": "YouFoundAlpha",
"GitHub": "YouFoundAlpha",
"GitLab": "YouFoundAlpha",
"Mastodon": "@YouFoundAlpha@mastodon.social"
},
"record": {
"TXT": "ed3c92c01a"
}
}
@@ -0,0 +1,11 @@
{
"owner": {
"username": "CuteDog5695",
"email": "cutedog5695@gmail.com",
"discord": "cutedog5695",
"twitter": "cutedog5695"
},
"record": {
"TXT": "cd8aac10494e4b5b76656163a11508"
}
}
@@ -0,0 +1,10 @@
{
"description": "GitHub Pages verification for devon.is-a.dev",
"owner": {
"username": "D-Pow",
"email": "D-Pow@users.noreply.github.com"
},
"record": {
"TXT": "cec54b510828f770750c1b17cad7f2"
}
}
@@ -0,0 +1,10 @@
{
"description": "GitHub Pages verification for foxsden.is-a.dev",
"owner": {
"username": "FoxsDenYT",
"email": "foxsdenyt+isadev@gmail.com"
},
"record": {
"TXT": "37455d1a9cf706acc4f0cd6ada2ce7"
}
}
@@ -0,0 +1,9 @@
{
"owner": {
"username": "aravinds-arv",
"email": "aravinds.arv@pm.me"
},
"record": {
"TXT": "4596a3ed04da898883da2218983b90"
}
}
@@ -4,6 +4,6 @@
"email": "avi.pars@gmail.com"
},
"record": {
"TXT": "68e225e3d290a962de10935ed3f684"
"TXT": "870948b647f71ebf9489fa34db4efb"
}
}
@@ -0,0 +1,10 @@
{
"owner": {
"username": "sxurabh",
"email": "saurabhkirve@gmail.com"
},
"record": {
"TXT": "e587577c97f73d2047aaf6ec8ff92c"
}
}
@@ -0,0 +1,10 @@
{
"description": "Github page domain verification",
"owner": {
"username": "fa-fifi",
"email": "fafifi1997@gmail.com"
},
"record": {
"TXT": "4076c15aac94a89c1a131d252cf368"
}
}
@@ -4,6 +4,6 @@
"email": "cp@imtaqin.id"
},
"record": {
"TXT": "b300a7cdb4c929b57cae7e0bf0ab69"
"TXT": "54ca8d4fa780d986e86c1306c00519"
}
}
@@ -0,0 +1,10 @@
{
"owner": {
"username": "is-a-dev",
"email": "phenax5@gmail.com"
},
"record": {
"TXT": "c551c059fb167540ec0498d9011556"
}
}
@@ -0,0 +1,9 @@
{
"owner": {
"username": "jakehe1226",
"email": "jakehe1226@gmail.com"
},
"record": {
"TXT": "d96dac12901888fba491ca3e7666b6"
}
}
@@ -0,0 +1,10 @@
{
"owner": {
"username": "likalium",
"email": "",
"discord": "likalium"
},
"record": {
"TXT": "57407626f3a1e351e728a974c6d5af"
}
}
@@ -0,0 +1,10 @@
{
"description": "GitHub Pages verification for mackrz.is-a.dev",
"owner": {
"username": "mackrz",
"email": "macio181@gmail.com"
},
"record": {
"TXT": "5a7205dd21c68bf953f930899845d9"
}
}
@@ -5,6 +5,6 @@
"email": "oliver.anderson4435@gmail.com"
},
"record": {
"TXT": "088d75670097903fabd47977697d42"
"TXT": "39223fa7956e66887c05db8b244538"
}
}
@@ -0,0 +1,9 @@
{
"owner": {
"username": "p3nguin-kun",
"email": "p3nguinkun@proton.me"
},
"record": {
"TXT": "5c46702c7db5dc72a476dec9da3d34"
}
}
@@ -0,0 +1,9 @@
{
"owner": {
"username": "prakhillohiya",
"email": "prakhillohiya@gmail.com"
},
"record": {
"TXT": "31f067f6796f63a3cb4e0110ff10df"
}
}
@@ -0,0 +1,9 @@
{
"owner": {
"username": "riviox",
"email": "rivioxyt@hotmail.com"
},
"record": {
"TXT": "15bce163359555d636e6bd2cc5903f"
}
}
@@ -0,0 +1,9 @@
{
"owner": {
"username": "riviox",
"email": "rivioxyt@hotmail.com"
},
"record": {
"TXT": "56a8f3f0363cd17d881a7380ede544"
}
}
@@ -0,0 +1,9 @@
{
"owner": {
"username": "riviox",
"email": "rivioxyt@hotmail.com"
},
"record": {
"TXT": "2f2432d565a3e7e8f3a4577c0e4a90"
}
}
@@ -1,10 +1,10 @@
{
"owner": {
"username": "is-a-dev",
"email": "phenax5@gmail.com"
"username": "wdhdev",
"email": "william@williamharrison.dev"
},
"record": {
"TXT": "98ab14aec3df26fb9b1626d584d5f5"
"TXT": "dd771e3f8e535c62bb471e3760dc66"
}
}
@@ -1,10 +1,10 @@
{
"owner": {
"username": "is-a-dev",
"email": "phenax5@gmail.com"
"username": "wdhdev",
"email": "william@williamharrison.dev"
},
"record": {
"TXT": "a6bc96312c4473df6c37f63d3e0fed"
"TXT": "f702ea064c3d034b70bb3576bba918"
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "alijafari-gd",
"email": "ali.jafari.sn@gmail.com"
},
"record": {
"URL": "https://alijafari.is-a.dev"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"owner": {
"username": "A1X5H04",
"email": "alishbaig2004@gmail.com"
},
"description": "a1x5h04's Portfolio",
"repo" : "https://github.com/a1x5h04/portfolio",
"record": {
"CNAME": "a1x5h04.pages.dev"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"owner": {
"username": "aadarshKsingh",
"email": "aadarshkumarsingh198@gmail.com"
},
"record": {
"A": ["217.174.245.249", "51.161.54.161"],
"MX": ["hosts.is-a.dev"],
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"owner": {
"username": "GauravPlxyz",
"email": "polsagyipols6@gmail.com"
},
"record": {
"A": ["217.174.245.249", "51.161.54.161"],
"MX": ["hosts.is-a.dev"],
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
}
}
+1 -1
View File
@@ -4,7 +4,7 @@
"email": "akrisht62@gmail.com"
},
"record": {
"A": ["217.174.245.249"],
"A": ["217.174.245.249", "51.161.54.161"],
"MX": ["hosts.is-a.dev"],
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
}
+1 -1
View File
@@ -4,7 +4,7 @@
"email": "aantaripdas@gmail.com"
},
"record": {
"A": ["217.174.245.249"],
"A": ["217.174.245.249", "51.161.54.161"],
"MX": ["hosts.is-a.dev"],
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
}
-12
View File
@@ -1,12 +0,0 @@
{
"description": "A Personal Portfilo",
"repo": "https://portfolio.anime0test.repl.co",
"owner": {
"username": "LittleSoldierGaming",
"email": "aantaripdas@gmail.com",
"twitter": "littlesoldiergaming"
},
"record": {
"CNAME": "2df92555-30ba-4899-bbb8-2906a8f5c7e0.id.repl.co"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"owner": {
"username": "CoderApuri",
"email": "puri.aarav@gmail.com"
},
"record": {
"A": ["217.174.245.249", "51.161.54.161"],
"MX": ["hosts.is-a.dev"],
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"owner": {
"username": "AaravAtGit",
"email": "aarav54897@gmail.com"
},
"record": {
"A": ["217.174.245.249", "51.161.54.161"],
"MX": ["hosts.is-a.dev"],
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
}
}
+1 -1
View File
@@ -4,7 +4,7 @@
"email": "d1qtwmsmdga@gmail.com"
},
"record": {
"A": ["217.174.245.249"],
"A": ["217.174.245.249", "51.161.54.161"],
"MX": ["hosts.is-a.dev"],
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
}
+14
View File
@@ -0,0 +1,14 @@
{
"owner": {
"username": "aayank13",
"email": "aayank1306@gmail.com"
},
"record": {
"A": [
"217.174.245.249",
"51.161.54.161"
],
"MX": ["mail.is-a.dev"],
"TXT": "v=spf1 mx a:mail.is-a.dev ~all"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"owner": {
"username": "AayushBharti",
"email": "aayushbh2002@gmail.com"
},
"record": {
"A": ["217.174.245.249", "51.161.54.161"],
"MX": ["hosts.is-a.dev"],
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"owner": {
"username": "AayushBharti",
"email": "aayushbh2002@gmail.com"
},
"record": {
"A": ["217.174.245.249", "51.161.54.161"],
"MX": ["hosts.is-a.dev"],
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"owner": {
"username": "AayushBharti",
"email": "aayushbh2002@gmail.com"
},
"record": {
"A": ["217.174.245.249", "51.161.54.161"],
"MX": ["hosts.is-a.dev"],
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"owner": {
"username": "netsterX",
"email": "mb3202879@gmail.com"
},
"record": {
"A": ["217.174.245.249", "51.161.54.161"],
"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": "abdessattarElyagoubi",
"email": "abdeldroid2@gmail.com"
},
"record": {
"CNAME": "abdessattar-elyagoubi.github.io"
}
}
+1 -1
View File
@@ -4,7 +4,7 @@
"email": "aleatoir3@gmail.com"
},
"record": {
"A": ["217.174.245.249"],
"A": ["217.174.245.249", "51.161.54.161"],
"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": "abdessattarElyagoubi",
"email": "abdeldroid2@gmail.com"
},
"record": {
"CNAME": "abdessattarelyagoubi.github.io"
}
}
-10
View File
@@ -1,10 +0,0 @@
{
"owner": {
"username": "Abdul1810",
"email": "abdulking8010@gmail.com",
"discord": "Abdul ♥#5464"
},
"record": {
"CNAME": "rahman.works"
}
}
-9
View File
@@ -1,9 +0,0 @@
{
"owner": {
"username": "abdullohalimov",
"email": "raistlinmajere10@gmail.com"
},
"record": {
"A": ["91.200.84.14"]
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"owner": {
"username": "MRJ-Badshah",
"email": "illegalhacker2.0@gmail.com"
},
"record": {
"A": ["217.174.245.249", "51.161.54.161"],
"MX": ["hosts.is-a.dev"],
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
}
}
+1 -1
View File
@@ -4,7 +4,7 @@
"email": "abhiwa6@protonmail.com"
},
"record": {
"A": ["217.174.245.249"],
"A": ["217.174.245.249", "51.161.54.161"],
"MX": ["hosts.is-a.dev"],
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
}
-10
View File
@@ -1,10 +0,0 @@
{
"owner": {
"username": "abhinandanwadwa",
"email": "abhinandanwadhwa5@gmail.com"
},
"record": {
"A": ["139.59.76.105"]
}
}
+1 -1
View File
@@ -4,7 +4,7 @@
"email": "abhinavcool42@gmail.com"
},
"record": {
"A": ["217.174.245.249"],
"A": ["217.174.245.249", "51.161.54.161"],
"MX": ["hosts.is-a.dev"],
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
}
+1 -1
View File
@@ -4,7 +4,7 @@
"email": "abxisxekpanda@gmail.com"
},
"record": {
"A": ["217.174.245.249"],
"A": ["217.174.245.249", "51.161.54.161"],
"MX": ["hosts.is-a.dev"],
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
}
+1 -1
View File
@@ -4,7 +4,7 @@
"email": "studentabhishekpb@gmail.com"
},
"record": {
"A": ["217.174.245.249"],
"A": ["217.174.245.249", "51.161.54.161"],
"MX": ["hosts.is-a.dev"],
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
}

Some files were not shown because too many files have changed in this diff Show More