mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-05-20 07:26:45 +00:00
Merge branch 'main' into main
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
name: Checks
|
||||
on: [pull_request]
|
||||
on: [pull_request, workflow_dispatch]
|
||||
|
||||
jobs:
|
||||
validation:
|
||||
@@ -9,15 +9,8 @@ jobs:
|
||||
with:
|
||||
ref: ${{ github.event.pull_request.head.sha }}
|
||||
fetch-depth: 0
|
||||
- name: Setup node v16
|
||||
uses: actions/setup-node@v1
|
||||
- uses: oven-sh/setup-bun@v1
|
||||
with:
|
||||
node-version: '16'
|
||||
- name: Install dependencies
|
||||
uses: borales/actions-yarn@v2.0.0
|
||||
with:
|
||||
cmd: install --ignore-engines --frozen-lockfile
|
||||
- name: Run tests
|
||||
uses: borales/actions-yarn@v2.0.0
|
||||
with:
|
||||
cmd: test
|
||||
bun-version: 1.0.3
|
||||
- run: bun install
|
||||
- run: bun test
|
||||
|
||||
@@ -12,16 +12,15 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: borales/actions-yarn@v2.0.0
|
||||
- uses: oven-sh/setup-bun@v1
|
||||
with:
|
||||
cmd: install --ignore-engines
|
||||
- name: Running tests
|
||||
uses: borales/actions-yarn@v2.0.0
|
||||
with:
|
||||
cmd: test
|
||||
bun-version: 1.0.3
|
||||
- run: bun install
|
||||
- run: bun test
|
||||
- name: Publishing records
|
||||
env:
|
||||
CI: 1
|
||||
NODE_ENV: production
|
||||
ENV: production
|
||||
DOMAIN_USER: ${{ secrets.DOMAIN_USER }}
|
||||
DOMAIN_API_KEY: ${{ secrets.DOMAIN_API_KEY }}
|
||||
@@ -29,6 +28,4 @@ jobs:
|
||||
DOMAIN_API_PORT: ${{ secrets.DOMAIN_API_PORT }}
|
||||
DOMAIN_DOMAIN: ${{ secrets.DOMAIN_DOMAIN }}
|
||||
DOMAIN_HOST_IP: ${{ secrets.DOMAIN_HOST_IP }}
|
||||
uses: borales/actions-yarn@v2.0.0
|
||||
with:
|
||||
cmd: publish-records
|
||||
run: bun run publish-records
|
||||
|
||||
@@ -0,0 +1,26 @@
|
||||
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
|
||||
+2
-1
@@ -1,3 +1,4 @@
|
||||
node_modules/
|
||||
*.env.*
|
||||
*.env.production
|
||||
*.log
|
||||
is-a-dev-cert/
|
||||
|
||||
@@ -53,10 +53,7 @@ is-a-dev register
|
||||
```
|
||||
|
||||
## Status
|
||||
You can check the uptime of our services on our [status dashboard](https://stats.uptimerobot.com/zY4XKIRVzw).
|
||||
|
||||
[](https://stats.uptimerobot.com/zY4XKIRVzw/787472645)
|
||||
[](https://stats.uptimerobot.com/zY4XKIRVzw/787472617)
|
||||
You can check the uptime of our services on our [status dashboard](https://status.is-a.dev).
|
||||
|
||||
### Similar Services
|
||||
If you want to find services similar to is-a.dev, take a look on [free-for.life](https://free-for.life/#/?id=domains).
|
||||
|
||||
+1
-2
@@ -3,11 +3,10 @@ let
|
||||
inherit (nixpkgs) pkgs;
|
||||
|
||||
nixPackages = with pkgs; [
|
||||
nodejs-18_x
|
||||
yarn
|
||||
docker-compose
|
||||
dnsutils
|
||||
#certbot
|
||||
bun
|
||||
];
|
||||
in
|
||||
pkgs.stdenv.mkDerivation {
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "cy920820",
|
||||
"email": "cuiyang673308817@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
@@ -1,13 +0,0 @@
|
||||
{
|
||||
"description": "redirects to my website",
|
||||
"repo": "https://github.com/18o4/18o4.github.io",
|
||||
"owner": {
|
||||
"username": "18o4",
|
||||
"email": "",
|
||||
"discord": "18O4#4350",
|
||||
"discordUserID": "279894305630453760"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://18o4.tk"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "1NO26",
|
||||
"email": "ali2626albayrak@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://whub.pro"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "21Z",
|
||||
"email": "hamdankalliyil@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "3kh0",
|
||||
"email": "echo-the-coder@tuta.io"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "4cxa",
|
||||
"email": "kurdiabood123@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "9fc746bd-8245-4dda-be35-8c34a71a6ff9.id.repl.co"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "VerloxDevs",
|
||||
"email": "VorlexDevs@outlook.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "9fc746bd-8245-4dda-be35-8c34a71a6ff9.id.repl.co"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "Personal profile",
|
||||
"repo": "https://github.com/4d62/4d62.github.io",
|
||||
"owner": {
|
||||
"username": "4d62",
|
||||
"email": "4d62@proton.me"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "4d62.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"description": "62radio.is-a.dev",
|
||||
"repo": "https://github.com/radio-indonesia/radio-indonesia.github.io",
|
||||
"owner": {
|
||||
"username": "lrmn7",
|
||||
"email": "lrmn.dev@gmail.com",
|
||||
"discord": "romanromannya#0"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "radio-indonesia.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "70A5",
|
||||
"email": "joas.van.der.eerden@outlook.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "JadeBetty",
|
||||
"email": "",
|
||||
"discord": "758617912566087681"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "dh=94e84997f373f2235c194f248969912336c5c0e8"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "GoodBoyNeon",
|
||||
"discord": "neonthedeveloper",
|
||||
"twitter": "NeonTheNerd",
|
||||
"email": "goodboyneon03@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "dh=9179ff512ac0562aeebd4d418a565cd7208cdfb2"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "sahmed011",
|
||||
"email": "sufyanmishal@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "dh=7e7e671a8b44d02fde9ab6f6df7baf94086c96fd"
|
||||
}
|
||||
}
|
||||
@@ -5,6 +5,6 @@
|
||||
"discord": "oxmc7769"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "protoshock-utils.000webhostapp.com"
|
||||
"TXT": "dh=6493e80ff0645ec8c706643ae6e357066becb660"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "berzcode",
|
||||
"email": "saurabhkirve@gmail.com"
|
||||
},
|
||||
|
||||
"record": {
|
||||
"TXT": "e587577c97f73d2047aaf6ec8ff92c"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Diordnas",
|
||||
"email": "cassthepurple@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "756d917b8c992b5032094d6765915b"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Blob2763",
|
||||
"email": "blob2763@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "c5ac9060fffaa7b40b58852449f983"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"repo": "https://github.com/plu5/plu5.github.io",
|
||||
"owner": {
|
||||
"username": "plu5",
|
||||
"email": "ctre@users.sourceforge.net",
|
||||
"twitter": "preminster"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "1d92c5eb70762c032ba6d32b9b631e"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "roadblockeddev",
|
||||
"email": "roadblockeddevcontact@skiff.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "f255fd01482003b03f51e13141c132"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "aaaminee",
|
||||
"email": "amineoumellouk@yahoo.com"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://aaaminee.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "aadarshKsingh",
|
||||
"email": "aadarshkumarsingh198@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "GauravPlxyz",
|
||||
"email": "polsagyipols6@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "AakrishtSP",
|
||||
"email": "akrisht62@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "antoripdas",
|
||||
"email": "aantaripdas@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "gbgdonttalk",
|
||||
"email": "d1qtwmsmdga@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
{
|
||||
"description": "Aaryan's personal website!",
|
||||
"repo": "https://github.com/aaryanporwal/My-website",
|
||||
"owner": {
|
||||
"username": "aaryanporwal",
|
||||
"email": "altaaryan@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://www.aaryanporwal.me"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "FIRSTB0SS",
|
||||
"email": "abhiwa6@protonmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "abhinavcool42",
|
||||
"email": "abhinavcool42@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "goesbyabhi",
|
||||
"email": "abxisxekpanda@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
+1
-4
@@ -1,12 +1,9 @@
|
||||
{
|
||||
"repo": "https://github.com/AceyDoCodes",
|
||||
"description": "Email ;-;",
|
||||
"owner": {
|
||||
"username": "AceyDoCodes",
|
||||
"email": "aceygoesboom@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
|
||||
"TXT": "v=spf1 include:spf.improvmx.com ~all"
|
||||
"URL": "https://github.com/AceyDoCodes"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "waitwhatActo",
|
||||
"email": "acton.clever@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "ad1107",
|
||||
"email": "nguyenanhducxmen@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "cppqtdev",
|
||||
"email": "akshworkmail@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
+12
-11
@@ -1,12 +1,13 @@
|
||||
{
|
||||
"description": "My Personal Landing Page!",
|
||||
"repo": "https://github.com/adityaasyadav/aditya",
|
||||
"owner": {
|
||||
"username": "adityaasyadav",
|
||||
"email": "ishqaddy@gmail.com",
|
||||
"twitter": "adityaasyadav"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "adityaasyadav.github.io"
|
||||
}
|
||||
}
|
||||
"description": "my personal homepage",
|
||||
"repo": "https://github.com/dedomil",
|
||||
"owner": {
|
||||
"username": "dedomil",
|
||||
"email": "ishqaddy@gmail.com",
|
||||
"twitter": "aadixl",
|
||||
"discord": "dedomil"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "dedomil.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "AdityaBhattacharya1",
|
||||
"email": "ec6isyf0@anonaddy.me"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "adityabhattacharya1.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "AdityaBhattacharya1",
|
||||
"email": "utoprocess@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
@@ -4,6 +4,8 @@
|
||||
"email": "adityakotha2001@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "adityakotha2001.github.io"
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "adiyadav123",
|
||||
"email": "ramanandyadav7650@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -4,6 +4,6 @@
|
||||
"email": "adripo@hi2.in"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://adri.ninja"
|
||||
"URL": "https://github.com/adripo"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "AidanTheJsDev",
|
||||
"email": "24aidanwhite@usd266.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
+4
-2
@@ -4,6 +4,8 @@
|
||||
"email": "squaresmp@asia.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "8e7e5199-15ef-4f4d-8350-68c025df6616.id.repl.co"
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
}
|
||||
+2
-1
@@ -6,6 +6,7 @@
|
||||
"email": "phenax5@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://phenax.github.io"
|
||||
"URL": "https://ediblemonad.dev",
|
||||
"TXT": [ "Hello there!", "It's me, Akshay" ]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "akshy3",
|
||||
"email": "akshayashok209@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "alcyoneuss",
|
||||
"email": "datemage+xd1@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "4lexR",
|
||||
"email": "amelia.R0se@proton.me"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "aliazhar0",
|
||||
"email": "aliazhar1906@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "allancoding",
|
||||
"email": "allancoding.dev@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "Aloo Bun Website",
|
||||
"repo": "https://github.com/AshC1ty/ashc1ty.github.io",
|
||||
"owner": {
|
||||
"username": "AshC1ty",
|
||||
"email": "ashcity07734@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "ashc1ty.github.io"
|
||||
}
|
||||
}
|
||||
+4
-2
@@ -4,6 +4,8 @@
|
||||
"email": "sweepalf@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"URL": "http://youfoundalpha.vercel.app"
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "aman7thakurr",
|
||||
"email": "amant8425@gmail.com",
|
||||
"discord": "523813766295715851"
|
||||
},
|
||||
|
||||
"record": {
|
||||
"CNAME": "aman7thakurr.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "GodfatherX64",
|
||||
"email": "godfather.x64@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "GodfatherX64",
|
||||
"email": "godfather.x64@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "GodfatherX64",
|
||||
"email": "godfather.x64@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "GodfatherX64",
|
||||
"email": "godfather.x64@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "GodfatherX64",
|
||||
"email": "godfather.x64@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "GodfatherX64",
|
||||
"email": "godfather.x64@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "4lexR",
|
||||
"email": "amelia.R0se@proton.me"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Y-AmilaNirmal",
|
||||
"email": "yamilanirmal@gmail.com"
|
||||
},
|
||||
|
||||
"record": {
|
||||
"CNAME": "y-amilanirmal.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "AMULYASing",
|
||||
"email": "amulyasingh370@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "CalegariAndrei",
|
||||
"email": "ekingproject@gmail.com",
|
||||
"discord": "419584364410699786"
|
||||
},
|
||||
|
||||
"record": {
|
||||
"CNAME": "calegariandrei.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "AnshBhimani",
|
||||
"email": "anshbhimani2003@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "b5i",
|
||||
"email": "bollengier.antoine@icloud.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "b5i",
|
||||
"email": "bollengier.antoine@icloud.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
{
|
||||
"description": "Anwar's personal website",
|
||||
"repo": "https://github.com/getanwar",
|
||||
"owner": {
|
||||
"username": "getanwar",
|
||||
"email": "say@anwar.im"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://anwar.im"
|
||||
}
|
||||
}
|
||||
@@ -1,12 +0,0 @@
|
||||
{
|
||||
"description": "A cool looking link for my Discord server! (and maybe sort of other stuff in future... If I can think of one...)",
|
||||
"repo": "https://github.com/Hazuki-san",
|
||||
"owner": {
|
||||
"username": "Hazuki-san",
|
||||
"email": "aoba@outlook.co.th",
|
||||
"twitter": "AocchiAoba"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://discord.gg/nKbATcMqSp"
|
||||
}
|
||||
}
|
||||
@@ -6,6 +6,8 @@
|
||||
"email": "tyagiansh175@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "85fea144-dc5a-45d3-84e3-c3400bf93e87.id.repl.co"
|
||||
"A": [
|
||||
"4.224.45.32"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Stef-00012",
|
||||
"email": "stefano.delprete.08@gmail.com",
|
||||
"discord": "694986201739952229"
|
||||
},
|
||||
|
||||
"record": {
|
||||
"CNAME": "api-stefdp.onrender.com"
|
||||
}
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
{
|
||||
"description": "Develop website",
|
||||
"owner": {
|
||||
"username": "apollyon9",
|
||||
"email": "blzzardst0rm@gmail.com",
|
||||
"twitter": "sakurai072"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://eris9.repl.co"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Sibu07",
|
||||
"email": "sarbes60@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "ARGHOZALI",
|
||||
"email": "arghozalichannel@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["47.88.91.10"]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "ARYANOP-REEF",
|
||||
"email": "aryanmenghare@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "The-Asher",
|
||||
"email": "08.bellaaron@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["198.91.81.11"]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "AsminGiri",
|
||||
"email": "asmingiriofficial@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Asthriona",
|
||||
"email": "im@asthriona.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "asthriona.pages.dev"
|
||||
}
|
||||
}
|
||||
+8
-10
@@ -1,11 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "asyncedd",
|
||||
"email": "isynqquwu@proton.me"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
"owner": {
|
||||
"username": "asyncedd",
|
||||
"email": "isynqquwu@proton.me"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "asyncedd.pages.dev"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Atharvjha7",
|
||||
"email": "jha.atharv27@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"repo": "https://github.com/atharvalt/atharvalt.github.io",
|
||||
"repo": "https://github.com/atharvaupadhyay/atharvaupadhyay.github.io",
|
||||
"owner": {
|
||||
"username": "atharvalt",
|
||||
"username": "atharvaupadhyay",
|
||||
"email": "atharva.upadhyay1099@gmail.com",
|
||||
"discord": "シAtharva#5374"
|
||||
"discord": "atharvaupadhyay"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "atharvalt.github.io"
|
||||
"CNAME": "atharvaupadhyay.github.io"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "atharvaupadhyay",
|
||||
"email": "atharva.upadhyay1099@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "atharvaupadhyay.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "auuub",
|
||||
"email": "gonzales.gabrielbaral+github@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
{
|
||||
"description": "Ax's Portfolio",
|
||||
"repo": "https://github.com/ax-a-dev",
|
||||
"owner": {
|
||||
"username": "ax-a-dev",
|
||||
"email": "ax_a_dev#3122"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://axdev.vercel.app"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "axelilali",
|
||||
"email": "axel.ilali@yahoo.fr"
|
||||
},
|
||||
|
||||
"record": {
|
||||
"CNAME": "axel-ilali.com"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "dexjr",
|
||||
"email": "dexjrdexjr@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "jelassiaymen94",
|
||||
"email": "jelassiaymen094@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "NotAymo",
|
||||
"email": "ninecraftoff@outlook.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "To Host my personal website :)",
|
||||
"repo": "https://github.com/AyushmanSarkar/ayushman-sarkar.github.io",
|
||||
"owner": {
|
||||
"username": "AyushmanSarkar",
|
||||
"email": "aayushmans2008@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "ayushmansarkar.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "b5i",
|
||||
"email": "bollengier.antoine@icloud.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Babakinha",
|
||||
"email": "sangueotario@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "BachErik",
|
||||
"email": "bacherik.info@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "bacherik.eu"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "balaganesh102004",
|
||||
"email": "balaganesh10.2004@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://balaganesh.com"
|
||||
}
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"description": "The documentation website for Ball discord bot.",
|
||||
"owner": {
|
||||
"username": "MouseMoosz",
|
||||
"email": "mousemoosz@protonmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "mousemoosz.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "bampenes",
|
||||
"email": "rafinhabampa@hotmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "IbrahimKhan2004",
|
||||
"email": "OfficialIbrahimKhan2004@proton.me"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"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
Reference in New Issue
Block a user