Merge branch 'main' into main

This commit is contained in:
William Harrison
2023-09-23 11:11:41 +08:00
committed by GitHub
168 changed files with 1659 additions and 4189 deletions
View File
+5 -12
View File
@@ -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
+6 -9
View File
@@ -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
+2 -1
View File
@@ -1,3 +1,4 @@
node_modules/
*.env.*
*.env.production
*.log
is-a-dev-cert/
Executable
BIN
View File
Binary file not shown.
+1 -2
View File
@@ -3,11 +3,10 @@ let
inherit (nixpkgs) pkgs;
nixPackages = with pkgs; [
nodejs-18_x
yarn
docker-compose
dnsutils
#certbot
bun
];
in
pkgs.stdenv.mkDerivation {
+11
View File
@@ -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"
}
}
+11
View File
@@ -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"
}
}
+11
View File
@@ -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"
}
}
+11
View File
@@ -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,9 @@
{
"owner": {
"username": "roadblockeddev",
"email": "roadblockeddevcontact@skiff.com"
},
"record": {
"TXT": "f255fd01482003b03f51e13141c132"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"owner": {
"username": "NotJack173",
"email": "NotJack137@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": "AdityaBhattacharya1",
"email": "ec6isyf0@anonaddy.me"
},
"record": {
"CNAME": "adityabhattacharya1.github.io"
}
}
+11
View File
@@ -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 -2
View File
@@ -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
View File
@@ -6,6 +6,7 @@
"email": "phenax5@gmail.com"
},
"record": {
"URL": "https://phenax.github.io"
"URL": "https://phenax.github.io",
"TXT": [ "Hello there!", "It's me, Akshay" ]
}
}
+11
View File
@@ -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"
}
}
+11
View File
@@ -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
View File
@@ -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"
}
}
}
+10
View File
@@ -0,0 +1,10 @@
{
"owner": {
"username": "Y-AmilaNirmal",
"email": "yamilanirmal@gmail.com"
},
"record": {
"CNAME": "y-amilanirmal.github.io"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"owner": {
"username": "Stef-00012",
"email": "stefano.delprete.08@gmail.com",
"discord": "694986201739952229"
},
"record": {
"CNAME": "api-stefdp.onrender.com"
}
}
+11
View File
@@ -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"
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "ARGHOZALI",
"email": "arghozalichannel@gmail.com"
},
"record": {
"A": ["47.88.91.10"]
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "Asthriona",
"email": "im@asthriona.com"
},
"record": {
"CNAME": "asthriona.pages.dev"
}
}
+4 -4
View File
@@ -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"
}
}
+11
View File
@@ -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"
}
}
+11
View File
@@ -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"
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "istrueuser",
"email": "thisistrueemail@gmail.com"
},
"record": {
"A": ["35.186.245.55"]
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"owner": {
"username": "MrBogdanYT",
"email": "hysbskyblockgod@gmail.com"
},
"record": {
"A": ["217.174.245.249"],
"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": "boggy539",
"email": "ethanbogdan@gmail.com"
},
"record": {
"A": ["217.174.245.249"],
"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": "Bruhxz54",
"email": "pollyx73@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": "Bruhxz54",
"email": "pollyx73@gmail.com"
},
"record": {
"CNAME": "f2b3938b-4d54-4d87-b941-49461b9d3541.id.repl.co"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"owner": {
"username": "canarddu38",
"email": "julescanardcoin@gmail.com"
},
"record": {
"A": ["217.174.245.249"],
"MX": ["hosts.is-a.dev"],
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
}
}
+3 -3
View File
@@ -1,10 +1,10 @@
{
"description": "Personal website",
"repo": "https://github.com/diordnas/diordnas.github.io",
"owner": {
"username": "Diordnas",
"email": "alessandroeliot@gmail.com"
"email": "cassthepurple@gmail.com"
},
"description": "Personal site, as well as hosting a few tools",
"repo": "https://github.com/diordnas/diordnas.github.io",
"record": {
"CNAME": "diordnas.github.io"
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "Stef-00012",
"email": "stefano.delprete.08@gmail.com"
},
"record": {
"CNAME": "cl-gl94ec41ff.gcdn.co"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"owner": {
"username": "Peter-0097",
"email": "chaayagames@gmail.com"
},
"record": {
"A": ["217.174.245.249"],
"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": "chiragnahata",
"email": "chiragnahata05@gmail.com"
},
"record": {
"A": ["129.213.151.29"]
}
}
+2 -4
View File
@@ -1,11 +1,9 @@
{
"description": "testing",
"owner": {
"username": "Chris8889",
"email": "chris88892@protonmail.com",
"twitter": "Chris8889"
"email": "chris88892@protonmail.com"
},
"record": {
"CNAME": "5d931f3a-d63d-4ccf-b14c-5b566fd0c5f0.id.repl.co"
"CNAME": "hosts.is-a.dev"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"owner": {
"username": "DenDanskeMine",
"email": "christianhrose@outlook.dk"
},
"record": {
"A": ["217.174.245.249"],
"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": "CihatKsm",
"email": "cihatksm@gmail.com"
},
"record": {
"A": ["217.174.245.249"],
"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": "CihatKsm",
"email": "cihatksm@gmail.com"
},
"record": {
"A": ["217.174.245.249"],
"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": "CycloneAddons",
"email": "cycloneaddon@gmail.com"
},
"record": {
"A": ["217.174.245.249"],
"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": "justDarian",
"email": "Darian.mohaseb@gmail.com"
},
"record": {
"A": ["217.174.245.249"],
"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": "ceodavee",
"email": "ceodavee@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 -1
View File
@@ -5,6 +5,6 @@
},
"record": {
"CNAME": "debajyoti.cf"
"A": ["152.67.6.15"]
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"owner": {
"username": "CycloneAddons",
"email": "cycloneaddon@gmail.com"
},
"record": {
"A": ["217.174.245.249"],
"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": "dinhqvn99",
"email": "trinhdinhquy@iesschool.edu.vn"
},
"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": "DiyarBakir",
"email": "Diyar.Bakir@Hotmail.com"
},
"record": {
"URL": "https://diyar.io"
}
}
+5 -4
View File
@@ -1,10 +1,11 @@
{
"owner": {
"username": "DomathID",
"email": "domath69@gmail.com"
"email": "admin@yukinoshita.web.id"
},
"record": {
"CNAME": "domathid.github.io"
"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": "kaio-lord",
"email": "mataerick855@gmail.com"
},
"record": {
"CNAME": "2ecfaa94-1335-4e48-82a2-0c93451c2c30.id.repl.co"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"description": "Portfolio/blog of Durlav Kalita",
"repo": "https://github.com/durlavkalita/durlavkalita.github.io",
"owner": {
"username": "durlavkalita",
"email": "durlavk98@gmail.com"
},
"record": {
"CNAME": "durlavkalita.github.io"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"owner": {
"username": "Filo6699",
"email": "karka2-6@rambler.ru"
},
"record": {
"A": ["217.174.245.249"],
"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": "Furrycality",
"email": "furrycality@gmail.com"
},
"record": {
"A": ["217.174.245.249"],
"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": "pindang-cloud",
"email": "gavinku890@gmail.com"
},
"record": {
"A": ["217.174.245.249"],
"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": "davior",
"email": "david.iorlano@gmail.com"
},
"record": {
"A": ["217.174.245.249"],
"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": "Givaa",
"email": "rapagiovanni@gmail.com"
},
"record": {
"A": ["217.174.245.249"],
"MX": ["hosts.is-a.dev"],
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
}
}
+3 -1
View File
@@ -4,6 +4,8 @@
"email": "midoayoub778@gmail.com"
},
"record": {
"CNAME": "joythejoystick1.github.io"
"A": ["217.174.245.249"],
"MX": ["hosts.is-a.dev"],
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
}
}
+1 -1
View File
@@ -4,6 +4,6 @@
"email": "hcskaiask@gmail.com"
},
"record": {
"A": ["5.196.239.158"]
"CNAME": "hcs1219.github.io"
}
}
+3 -2
View File
@@ -3,8 +3,9 @@
"username": "hecterbonha",
"email": "untungsoandryanto@gmail.com"
},
"record": {
"CNAME": "hecterbonha.github.io"
"A": ["217.174.245.249"],
"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": "hekker4404",
"email": "akhil.ambati@gmail.com"
},
"record": {
"A": ["217.174.245.249"],
"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": "heyjumanji",
"email": "madhuchutiya.unhinge650@silomails.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": "hkamran80",
"email": "hkamran@hkamran.com"
},
"record": {
"URL": "https://hkamran.com/?ref=isadev"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"owner": {
"username": "HunterAPI",
"email": "forsynapse123@gmail.com"
},
"record": {
"A": ["217.174.245.249"],
"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": "houxiaozhao",
"email": "891855179@qq.com"
},
"record": {
"A": ["217.174.245.249"],
"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": "httphypixelnet",
"email": "intenstudios369@gmail.com"
},
"record": {
"A": ["217.174.245.249"],
"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": "imdsamimakhter",
"email": "mdsamimakhter2001@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 -3
View File
@@ -4,8 +4,6 @@
"email": "imzihad@gmail.com"
},
"record": {
"A": ["52.77.224.107"],
"MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"],
"TXT": "forward-email=imzihad@gmail.com"
"CNAME": "ec2-13-250-29-91.ap-southeast-1.compute.amazonaws.com"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"owner": {
"username": "jacksoncraft859",
"email": "pollardjackson@outlook.com"
},
"record": {
"A": ["217.174.245.249"],
"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": "jacksoncraft859",
"email": "pollardjackson@outlook.com"
},
"record": {
"A": ["217.174.245.249"],
"MX": ["hosts.is-a.dev"],
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
}
}
+2 -2
View File
@@ -1,11 +1,11 @@
{
"owner": {
"username": "ShadowPlayzYT22",
"username": "DemonGamez",
"email": "peterwyneg@gmail.com",
"discord": "1038747272701292584"
},
"record": {
"CNAME": "shadowplayzyt22.github.io"
"CNAME": "DemonGamez.github.io"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"owner": {
"username": "jamesisacutedog",
"email": "jamezemailreal@gmail.com"
},
"record": {
"A": ["217.174.245.249"],
"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": "Wizrst641",
"email": "slxppyznet18@gmail.com"
},
"record": {
"A": ["217.174.245.249"],
"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": "jbugel-lol",
"email": "jbugel.lol.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"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"owner": {
"username": "pythonhuman",
"email": "sai.pasumarthi@stu.argyleisd.com"
},
"record": {
"A": ["217.174.245.249"],
"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": "jcwisniewski",
"email": "julio.wisnieski@gmail.com"
},
"record": {
"A": ["217.174.245.249"],
"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": "JWeinelt",
"email": "julian.weinelt@outlook.de"
},
"record": {
"A": ["217.174.245.249"],
"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": "ue5377",
"email": "kai.ner.h13r@gmail.com"
},
"record": {
"A": ["217.174.245.249"],
"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": "kaizinbr",
"email": "kaiolucas1812@gmail.com"
},
"record": {
"A": ["217.174.245.249"],
"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": "Kamek437",
"email": "hidden_tuetle427@protonmail.com"
},
"record": {
"A": ["217.174.245.249"],
"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": "kks007",
"email": "kaushalkishor10702@gmail.com"
},
"record": {
"A": ["217.174.245.249"],
"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": "CycloneAddons",
"email": "cycloneaddon@gmail.com"
},
"record": {
"A": ["217.174.245.249"],
"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": "Kresswell",
"email": "simonecresswell@outlook.com"
},
"record": {
"A": ["217.174.245.249"],
"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": "Rahib777-7",
"email": "rahibrahman1210@gmail.com"
},
"record": {
"A": ["217.174.245.249"],
"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": "legend-sabbir",
"email": "sabbirhossain.trash@gmail.com"
},
"record": {
"A": ["217.174.245.249"],
"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": "Lenn106",
"email": "lennongreyson@gmail.com"
},
"record": {
"A": ["217.174.245.249"],
"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": "zjeffro",
"email": "jdvanlear@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": "chiragnahata",
"email": "chiragnahata05@gmail.com"
},
"record": {
"A": ["129.213.151.29"]
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"owner": {
"username": "ModelVNN",
"email": "modelvnn@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": "tiennm99",
"email": "minhtienit99@gmail.com"
},
"record": {
"CNAME": "miti.eu.org"
}
}
+2 -2
View File
@@ -1,9 +1,9 @@
{
"owner": {
"username": "tiennm99",
"email": "tiennm99@outlook.com"
"email": "minhtienit99@gmail.com"
},
"record": {
"CNAME": "miti99.eu.org"
"CNAME": "miti.eu.org"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"owner": {
"username": "Mohdjariullah",
"email": "mohdjariullah@gmail.com",
"note": "This record was created by is-a.dev Discord bot via discord id: 890323443252351046"
},
"record": {
"CNAME": "fdf28412-bb15-46fb-97b5-e4ea905c949b.id.repl.co"
}
}
+1 -1
View File
@@ -4,6 +4,6 @@
"email": "mj@naous.eu.org"
},
"record": {
"CNAME": "mohamadev.github.io"
"CNAME": "mjnaous.github.io"
}
}
+14
View File
@@ -0,0 +1,14 @@
{
"owner": {
"username": "Mohdjariullah",
"email": "mohdjariullah@gmail.com",
"twitter": "mohdjariullah",
"discord": "@jariullah"
},
"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": "MotorTruck1221",
"email": "tuckerj0606@icloud.com"
},
"record": {
"CNAME": "motortruck1221.github.io"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"owner": {
"username": "NayamAmarshe",
"email": "nayam.emikx@aleeas.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": "NCCoder1",
"email": "nikhilchhawacharia@gmail.com"
},
"record": {
"A": ["192.168.1.100"]
}
}
+10
View File
@@ -0,0 +1,10 @@
{
"owner": {
"username": "DomathID",
"email": "domath69@gmail.com"
},
"record": {
"CNAME": "DomathID.github.io"
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "nixxvl",
"email": "noyboyroblox@gmail.com"
},
"record": {
"CNAME": "nixxvl.space"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"owner": {
"username": "NoahPrm",
"email": "noah.parmentier@icloud.com"
},
"record": {
"A": ["217.174.245.249"],
"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": "Noflare",
"email": "Noflare.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"
}
}

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