mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-05-22 04:25:31 +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
|
||||
|
||||
@@ -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'
|
||||
|
||||
@@ -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
|
||||
|
||||
+2
-1
@@ -1,3 +1,4 @@
|
||||
node_modules/
|
||||
*.env.*
|
||||
*.env.production
|
||||
*.log
|
||||
is-a-dev-cert/
|
||||
|
||||
+4
-2
@@ -5,5 +5,7 @@ This is a Code of Conduct for any interactions in this repository. This includes
|
||||
- **Don't abuse the service** - This service is intended for developers to get a cleaner URL for their personal websites.
|
||||
- **No wrongful use** - Do not use this service as a way, to promote hacking, scams, fraud, and other illegal activites.
|
||||
|
||||
If you believe a domain that has been registered using this service is an abuse of this service, you can report it by creating an issue.
|
||||
The abuse reports will be investigated and the necessary action will be taken!
|
||||
## Reporting abuse
|
||||
If you believe a domain that has been registered using this service is abusing our terms, you can report it by creating an issue.
|
||||
|
||||
The abuse reports will be investigated and the necessary action will be taken.
|
||||
|
||||
+12
-15
@@ -1,24 +1,21 @@
|
||||
# Contributing
|
||||
When contributing to this repository, please first discuss the change you wish to make via issue before making a change.
|
||||
|
||||
You should also read up on this project's [code of conduct](./CODE_OF_CONDUCT.md).
|
||||
You should also read up on this project's [code of conduct](https://github.com/is-a-dev/register/blob/main/CODE_OF_CONDUCT.md).
|
||||
|
||||
## Pull requests
|
||||
You can create an pull request for the following reasons -
|
||||
* Adding, changing or removing a domain file you own.
|
||||
* Fixing a bug in the scripts or CI.
|
||||
* Fix an error in the documentation.
|
||||
- Adding, changing or removing a domain file you own.
|
||||
- Fixing a bug in the scripts or CI.
|
||||
- Fix an error in the documentation.
|
||||
|
||||
#### Domains
|
||||
Changes to domain files will follow the given process -
|
||||
* PR will be reviewed and merged to `main` branch.
|
||||
* The records will be published as soon as the PR is merged.
|
||||
* The changes should reflect soon after publishing.
|
||||
|
||||
- Your pull request will be reviewed and merged into `main` branch.
|
||||
- The records will be published as soon as the PR is merged.
|
||||
- The changes should reflect soon after publishing.
|
||||
|
||||
## Issues
|
||||
* **Report an abusive domain** - Create a new issue with the label `report-abuse`.
|
||||
* **Report a problem with your domain** - Create a new issue with the label `support`.
|
||||
* **Suggestions** - Create a new issue with the label `suggestion`.
|
||||
* **For any questions** - Create a new issue with the label `question`.
|
||||
* **Report any other issues related to this repository** - Create a new issue with any label that fits.
|
||||
- **Report an abusive domain** - Create a new issue with the label `report-abuse`.
|
||||
- **Report a problem with your domain** - Create a new issue with the label `support`.
|
||||
- **Suggestions** - Create a new issue with the label `suggestion`.
|
||||
- **For any questions** - Create a new issue with the label `question`.
|
||||
- **Report any other issues related to this repository** - Create a new issue with any label that fits.
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
<a href="https://discord.gg/PZCGHz4RhQ"><img alt="Discord Server" src="https://discord.com/api/guilds/830872854677422150/widget.png?style=banner2"></a>
|
||||
</p>
|
||||
|
||||
# Issues
|
||||
## 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.
|
||||
@@ -24,13 +24,11 @@ If you have an issue that contains confidental infomation then email hello@maint
|
||||
## 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 automatically!
|
||||
|
||||
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!
|
||||
|
||||
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.
|
||||
- Add a new file called `your-domain-name.json` in the `domains` folder to register `your-domain-name.is-a.dev`.
|
||||
- [Read the documentation](https://is-a.dev/docs).
|
||||
@@ -39,7 +37,6 @@ Another method is to join our [Discord](https://discord.gg/PZCGHz4RhQ) then head
|
||||
- Enjoy your new `.is-a.dev` domain!
|
||||
|
||||
### CLI Registration
|
||||
|
||||
For issues with the CLI, **DO NOT OPEN AN ISSUE ON THIS REPOSITORY**, instead open an issue [here](https://github.com/wdhdev/is-a-dev-cli/issues/new).
|
||||
|
||||
Install the CLI:
|
||||
@@ -61,10 +58,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).
|
||||
|
||||
+3
-3
@@ -1,6 +1,6 @@
|
||||
# Security Policy
|
||||
|
||||
## Reporting a Vulnerability
|
||||
|
||||
## Reporting a vulnerability
|
||||
You can report low severity bugs as [issues](https://github.com/is-a-dev/register/issues/new/choose) on this repo.
|
||||
For higher severity vulnerabilities and bugs, kindly email them to me at [akshay-n0@protonmail.com](mailto:akshay-n0@protonmail.com).
|
||||
|
||||
For higher severity vulnerabilities and bugs, please email the maintainers at [hello@maintainers.is-a.dev](mailto:hello@maintainers.is-a.dev).
|
||||
|
||||
+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,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Rayrsn",
|
||||
"email": "rayrsn@proton.me"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://rayr.link"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Rayrsn",
|
||||
"email": "rayrsn@proton.me"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://rayr.link"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "aryan-212",
|
||||
"email": "aryananandxic07@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"AAAA": ["2a00:da00:1800:83a4::1"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "0xSuryax",
|
||||
"email": "surya98613@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["38.242.141.34"]
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "NuroHimself",
|
||||
"email": "nurorust2023@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"AAAA": ["2a00:da00:1800:83a4::1"],
|
||||
"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"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "1ly4s0",
|
||||
"email": "ilyaslamzouri2@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"AAAA": ["2a00:da00:1800:83a4::1"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "1NO26",
|
||||
"email": "ali2626albayrak@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://whub.pro"
|
||||
}
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "RainyXeon",
|
||||
"email": "minh15052008@gmail.com"
|
||||
},
|
||||
|
||||
"record": {
|
||||
"CNAME": "5a3e476d-47ce-4088-9b34-42cdb8c3395b.id.repl.co"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
+7
-7
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "merakesh207",
|
||||
"email": "merakesh207@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://behance.net/merakesh207"
|
||||
}
|
||||
"owner": {
|
||||
"username": "merakesh207",
|
||||
"email": "merakesh207@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://behance.net/merakesh207"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "PhoenixOrigin",
|
||||
"email": "phoenixorigin171@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["130.162.166.134"]
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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,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"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Sonic853",
|
||||
"email": "sonic853@qq.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["119.29.157.82"]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "baratt-88",
|
||||
"email": "anisaputry0708@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"AAAA": ["2a00:da00:1800:83a4::1"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "nobuyaki",
|
||||
"email": "contact@0xviel.my.id",
|
||||
"discord": "445073800850046977"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "dh=3553e848300a672fa174b27085b19d419d95ef75"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "amol234545",
|
||||
"email": "amolmilton@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "dh=383b5b12e8a16256189d4e54677f7c217ddde07a"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Stef-00012",
|
||||
"email": "admin@stefdp.is-a.dev",
|
||||
"discord": "694986201739952229"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "dh=e71ddcd3beca6bbd44125eb4d861d4cf28eed0c8"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "CuteDog5695",
|
||||
"email": "cutedog5695@gmail.com",
|
||||
"discord": "cutedog5695",
|
||||
"twitter": "cutedog5695"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "dh=f85ce7cf4e6ff1f6136767a12c041fbbcb446045"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Stef-00012",
|
||||
"email": "stefano.delprete.08@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "dh=8fb11c7ecad141914be5cc41aa1b4569dcd14f6c"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "DynoW",
|
||||
"email": "naffets0@gmail.com",
|
||||
"discord": "455608238335983617"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "dh=8bb2a3b679cd393d772165a0baf0eea849b5c698"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "EnderPoint07",
|
||||
"email": "",
|
||||
"discord": "DotM38#5497"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "dh=1ad21660e3db8fba8f5f18150a89514bee83350e"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Stef-00012",
|
||||
"email": "admin@stefdp.is-a.dev",
|
||||
"discord": "694986201739952229"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "dh=03933534192052d1ca904fb933de9acde3b4ed48"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "jimmy20180130",
|
||||
"email": "jimmy20180130@gmail.com",
|
||||
"twitter": "@jimmyyo45639462",
|
||||
"discord": "xiaoxi_tw#0"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "dh=1001abef3571d8f5aa7d6d94543d8409f9e786ea"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "JadeBetty",
|
||||
"email": "",
|
||||
"discord": "758617912566087681"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "dh=94e84997f373f2235c194f248969912336c5c0e8"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "KrazyKleb",
|
||||
"email": "krazykleb@outlook.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "dh=3e455eb128d3f2996cd8226c6666872d617d7bdf"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "KrazyKleb",
|
||||
"email": "krazykleb@outlook.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "dh=9b437fc3639b73eb33fe9b536d5ad6acbec42dd1"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "oxmc",
|
||||
"email": "oxmc7769.mail@gmail.com",
|
||||
"discord": "oxmc7769"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "dh=6493e80ff0645ec8c706643ae6e357066becb660"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Stef-00012",
|
||||
"email": "admin@stefdp.is-a.dev",
|
||||
"discord": "694986201739952229"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "dh=4ded2f0ba889f8dad38ad210e9a015c180dcc6c8"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Stef-00012",
|
||||
"email": "admin@stefdp.is-a.dev",
|
||||
"discord": "694986201739952229"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "dh=a34d656a6fb91723bfe4f87e413345df85ca74f7"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "ShingSemicolon",
|
||||
"email": "Shing.XD.0602@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "dh=df5daefdc7745f38295b3f89ac5de5373eec9c6c"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Stef-00012",
|
||||
"email": "admin@stefdp.is-a.dev",
|
||||
"discord": "694986201739952229"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "dh=f6d71b43aecaa5a4ea3534d21f11f6b0e4559d8a"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "tat2008",
|
||||
"email": "tuan.trananh2008@gmail.com"
|
||||
},
|
||||
|
||||
"record": {
|
||||
"TXT": "dh=9abe38f80f0a7adbf9ef20a7048ff7dd399d984b"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "tomgxz",
|
||||
"email": "tomgxz138@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "dh=ead80df9c64ea8aecd35e8a291ef261f0f26e133"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "turvenuija1",
|
||||
"email": "akulehtola123@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "dh=6e9f6180791c2d3ba3454777dde4d4637bc66c17"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "jimmy20180130",
|
||||
"email": "jimmy20180130@gmail.com",
|
||||
"twitter": "@jimmyyo45639462",
|
||||
"discord": "xiaoxi_tw#0"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "dh=9e975563be399e84dd4007a4638f27e79128dcab"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "ZiynCS",
|
||||
"email": "NotZiyn@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "dh=b7efba321635b7528ef7d9a605d747b343fa135d"
|
||||
}
|
||||
}
|
||||
@@ -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,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "9xN",
|
||||
"email": "0@fbi.ac"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "e104ec0ddb56ddb03a3ced402e0b45"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"description": "My personal website on arch.is-a.dev (main files in repo/repository)[Github Challenge].",
|
||||
"repo": "https://github.com/Arch881010/Arch881010",
|
||||
"owner": {
|
||||
"username": "Arch881010",
|
||||
"email": "c1yd4.arch@inbox.testmail.app",
|
||||
"discord": "arch1010",
|
||||
"discord-id": "410248634593050627"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "f7ef0429540150e9e2d26e968dc4de"
|
||||
}
|
||||
}
|
||||
@@ -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,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Diordnas",
|
||||
"email": "cassthepurple@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "756d917b8c992b5032094d6765915b"
|
||||
}
|
||||
}
|
||||
@@ -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": "LevaniVashadze",
|
||||
"email": "vashadzelevani11@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "ed2358814bd1764933a1fb860ab339"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Noma4321",
|
||||
"email": "noam.malka1yt@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "3050b2d9504b6f7cab6049c0d11f64"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Stacksyz",
|
||||
"email": "thedevmonke@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "121e8450b6aa5b9edbe73dd077ca57"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Blob2763",
|
||||
"email": "blob2763@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "c5ac9060fffaa7b40b58852449f983"
|
||||
}
|
||||
}
|
||||
@@ -7,4 +7,4 @@
|
||||
"record": {
|
||||
"TXT": "0e195a2a30854573db976207e5f2f2"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "ACuteWoof",
|
||||
"email": "sutharshanvithushan@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "8a47d2fca716e0d7e0bcfd424d0784"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "akpi816218",
|
||||
"email": "",
|
||||
"discord": "equus_quagga"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "83f74e3c71720aa4514d32cabe7324"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "Personal portfolio website (domain verification)",
|
||||
"repo": "https://github.com/ALBINPRAVEEN/albinpraveen.github.io",
|
||||
"owner": {
|
||||
"username": "albinpraveen",
|
||||
"email": "hi@albinpraveen.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "815094cd16aed1ad1a2eb8306c390a"
|
||||
}
|
||||
}
|
||||
@@ -8,4 +8,4 @@
|
||||
"record": {
|
||||
"TXT": "cb106acbe8da52273b1a5807fb1d9f"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "andyfaizan",
|
||||
"email": "andyfaizan@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "8c35e4942c57ea0659a1b4c0cae798"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "antton-dev",
|
||||
"email": "antton.chevrier@etik.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "a3787429898a0a8bb9b3cbffa253fa"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "aravinds-arv",
|
||||
"email": "aravinds.arv@pm.me"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "4596a3ed04da898883da2218983b90"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"description": "Github verification",
|
||||
"owner": {
|
||||
"username": "arboygo",
|
||||
"email": "arboygo@duck.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "279fd9e58ed7ce7558663b3992f871"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "archelaus",
|
||||
"email": "archelaus@skiff.com"
|
||||
},
|
||||
|
||||
"record": {
|
||||
"TXT": "58a91a812285d77c1c035298480109"
|
||||
}
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "armoredvortex",
|
||||
"email": "rachitpandey@protonmail.com"
|
||||
"username": "armoredvortex",
|
||||
"email": "rachitpandey@protonmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "f333cd13b1edfcaa51d5413b7fd05f"
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"description": "Personal site for b1uedev, a.k.a Blue.",
|
||||
"repo": "https://github.com/B1ue-Dev/b1ue-dev.github.io",
|
||||
"owner": {
|
||||
"username": "B1ue-Dev",
|
||||
"email": "ngolong1396@hotmail.com",
|
||||
"twitter": "b1uedev"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "e921e6896e19bfdc214f60f54aaacc"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "sxurabh",
|
||||
"email": "saurabhkirve@gmail.com"
|
||||
},
|
||||
|
||||
"record": {
|
||||
"TXT": "e587577c97f73d2047aaf6ec8ff92c"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "BiRabittoh",
|
||||
"email": "andronacomarco@gmail.com"
|
||||
},
|
||||
|
||||
"record": {
|
||||
"TXT": "9b7611136c86e6ff35c8292b8f6a34"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Blob2763",
|
||||
"email": "blob2763@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "a658c7bf2ffa85c1e1c68cb3776ef7"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Blob2763",
|
||||
"email": "blob2763@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "bac9fea219f8e188022d1c5f70a6c7"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Bnyro",
|
||||
"email": "bnyro@tutanota.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "44677d523e6eee7f03f41e5d062066"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "boredcodebyk",
|
||||
"email": "khromabyk+dev@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "18eddbb722418d4b62eb8976f91621"
|
||||
}
|
||||
"owner": {
|
||||
"username": "boredcodebyk",
|
||||
"email": "khromabyk+dev@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "18eddbb722418d4b62eb8976f91621"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Cfhoiril",
|
||||
"email": "iamchoirilfk@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "9b283f49dbeb511d5060e9f26a83b4"
|
||||
}
|
||||
}
|
||||
@@ -4,6 +4,6 @@
|
||||
"email": "rockchethan1111@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "9781ed4422557bd427d0eff2c17b99"
|
||||
"TXT": "9781ed4422557bd427d0eff2c17b99"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Clay990",
|
||||
"email": "asuraj991m@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "dee6e1fa6a0e02df5af4edb0e40ac4"
|
||||
}
|
||||
}
|
||||
@@ -3,7 +3,7 @@
|
||||
"username": "clumzyofficial",
|
||||
"email": "adarshshukla0344@gmail.com"
|
||||
},
|
||||
|
||||
|
||||
"record": {
|
||||
"TXT": "b37649c87b3dc3594b1c44139e420a"
|
||||
}
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Crazy-Max-Blog",
|
||||
"email": "Crazy-Max-2011@yandex.ru"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "bf0161fd315024bd5069ccb7f38cdc"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "creeperkafasi",
|
||||
"email": "creeperkafasiyt@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "a6a4af6f32972c69be7ec1700f7196"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "CreepsoOff",
|
||||
"email": "eternel_universite0s@icloud.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "299e56541b39e06bef97fc4006974a"
|
||||
}
|
||||
}
|
||||
@@ -4,6 +4,6 @@
|
||||
"email": "crystalbajgai@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "6fbb6593b607699c01a1c17c8c2849"
|
||||
"TXT": "6fbb6593b607699c01a1c17c8c2849"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "deltafumble",
|
||||
"email": "deltafumblecontact@skiff.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "39cc94cea6bb9c128a442df111f0c9"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Dev-420",
|
||||
"email": "imakbss@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "af648cf0502797580ddf061805dad3"
|
||||
}
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user