Merge branch 'main' into main

This commit is contained in:
William Harrison
2023-08-22 20:55:17 +08:00
committed by GitHub
3301 changed files with 27495 additions and 18902 deletions
+2 -2
View File
@@ -9,10 +9,10 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- name: Setup node v15
- name: Setup node v16
uses: actions/setup-node@v1
with:
node-version: '15'
node-version: '16'
- name: Install dependencies
uses: borales/actions-yarn@v2.0.0
with:
+65
View File
@@ -0,0 +1,65 @@
name: Wildcard temp record
on:
workflow_dispatch:
inputs:
recordcontent:
description: "Record Content"
required: true
default: "warning"
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Generate JSON file
run: |
echo '{
"owner": {
"username": "is-a-dev",
"email": "hello@maintainers.is-a.dev"
},
"record": {
"TXT": "${{ github.event.inputs.recordcontent }}"
}
}' > ./domains/_acme-challenge.json
- name: test
run: cat domains/_acme-challenge.json
- name: Install Yarn dependencies
run: yarn install --ignore-engines
- name: Publishing records
env:
CI: 1
ENV: production
DOMAIN_USER: ${{ secrets.DOMAIN_USER }}
DOMAIN_API_KEY: ${{ secrets.DOMAIN_API_KEY }}
DOMAIN_API_HOST: ${{ secrets.DOMAIN_API_HOST }}
DOMAIN_API_PORT: ${{ secrets.DOMAIN_API_PORT }}
DOMAIN_DOMAIN: ${{ secrets.DOMAIN_DOMAIN }}
DOMAIN_HOST_IP: ${{ secrets.DOMAIN_HOST_IP }}
run: yarn publish-records
- name: Sleep
run: sleep 10m
shell: bash
- name: Remove
run: rm domains/_acme-challenge.json
shell: bash
- name: removing records
env:
CI: 1
ENV: production
DOMAIN_USER: ${{ secrets.DOMAIN_USER }}
DOMAIN_API_KEY: ${{ secrets.DOMAIN_API_KEY }}
DOMAIN_API_HOST: ${{ secrets.DOMAIN_API_HOST }}
DOMAIN_API_PORT: ${{ secrets.DOMAIN_API_PORT }}
DOMAIN_DOMAIN: ${{ secrets.DOMAIN_DOMAIN }}
DOMAIN_HOST_IP: ${{ secrets.DOMAIN_HOST_IP }}
run: yarn publish-records
+4 -2
View File
@@ -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
View File
@@ -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.
+7 -3
View File
@@ -17,8 +17,13 @@
</p>
## Register
### Manual Registration
### 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!
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.
### 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).
@@ -27,8 +32,7 @@
- Enjoy your new `.is-a.dev` domain!
### CLI Registration
###### Source Code: https://github.com/wdhdev/is-a-dev-cli
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:
+3 -3
View File
@@ -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 -1
View File
@@ -3,7 +3,7 @@ let
inherit (nixpkgs) pkgs;
nixPackages = with pkgs; [
nodejs-16_x
nodejs-18_x
yarn
docker-compose
dnsutils
+9 -9
View File
@@ -1,11 +1,11 @@
{
"description": "SatyamV7.is-a.dev",
"repo": "https://github.com/SatyamV7/SatyamV7.github.io",
"owner": {
"username": "SatyamV7",
"email": "satyamverma46@outlook.com"
},
"record": {
"CNAME": "SatyamV7.github.io"
}
"description": "SatyamV7.is-a.dev",
"repo": "https://github.com/SatyamV7/SatyamV7.github.io",
"owner": {
"username": "SatyamV7",
"email": "satyamverma46@outlook.com"
},
"record": {
"CNAME": "SatyamV7.github.io"
}
}
+9 -9
View File
@@ -1,11 +1,11 @@
{
"description": "0ad.is-a.dev",
"owner": {
"username": "broduer40",
"email": "broduer@aogamers.net",
"discord": "[AoG+] Broduer#0331"
},
"record": {
"URL": "https://play0ad.com"
}
"description": "0ad.is-a.dev",
"owner": {
"username": "broduer40",
"email": "broduer@aogamers.net",
"discord": "[AoG+] Broduer#0331"
},
"record": {
"URL": "https://play0ad.com"
}
}
+11 -11
View File
@@ -1,13 +1,13 @@
{
"owner": {
"username": "pythonmcpi",
"email": "user3456@insomnia247.nl",
"irc": "user3456@irc.insomnia247.nl/#shells",
"discord": "Little Furret#7901",
"note": "That email address is not my main email. It has email forwarding enabled, but the spam filter doesn't like the forwarding. It is probably faster to contact me on Discord or irc."
},
"description": "I'll probably put some project pages on 0x0.is-a.dev. ¯\\_(ツ)_/¯",
"record": {
"CNAME": "insomnia247.nl"
}
"owner": {
"username": "pythonmcpi",
"email": "user3456@insomnia247.nl",
"irc": "user3456@irc.insomnia247.nl/#shells",
"discord": "Little Furret#7901",
"note": "That email address is not my main email. It has email forwarding enabled, but the spam filter doesn't like the forwarding. It is probably faster to contact me on Discord or irc."
},
"description": "I'll probably put some project pages on 0x0.is-a.dev. ¯\\_(ツ)_/¯",
"record": {
"CNAME": "insomnia247.nl"
}
}
+10 -10
View File
@@ -1,12 +1,12 @@
{
"description": "Yamaishi's website",
"repo": "https://github.com/0x3st/0x3st.github.io",
"owner": {
"username": "0x3st",
"email": "t.yamaishi@qq.com",
"twitter": "TenkutiYamaishi"
},
"record": {
"CNAME": "0x3st.github.io"
}
"description": "Yamaishi's website",
"repo": "https://github.com/0x3st/0x3st.github.io",
"owner": {
"username": "0x3st",
"email": "t.yamaishi@qq.com",
"twitter": "TenkutiYamaishi"
},
"record": {
"CNAME": "0x3st.github.io"
}
}
+9 -9
View File
@@ -1,11 +1,11 @@
{
"description": "0xflotus' personal developer website",
"repo": "https://github.com/0xflotus/0xflotus.github.io",
"owner": {
"username": "0xflotus",
"email": "0xflotus@gmail.com"
},
"record": {
"CNAME": "0xflotus.github.io"
}
"description": "0xflotus' personal developer website",
"repo": "https://github.com/0xflotus/0xflotus.github.io",
"owner": {
"username": "0xflotus",
"email": "0xflotus@gmail.com"
},
"record": {
"CNAME": "0xflotus.github.io"
}
}
+5 -7
View File
@@ -1,11 +1,9 @@
{
"owner": {
{
"owner": {
"username": "0xSuryax",
"email": "surya98613@gmail.com"
},
"record": {
},
"record": {
"A": ["38.242.141.34"]
}
}
}
+10 -10
View File
@@ -1,12 +1,12 @@
{
"description": "0xviel github page",
"repo": "https://github.com/nobuyaki/nobuyaki.github.io",
"owner": {
"username": "nobuyaki",
"email": "contact@0xviel.my.id",
"discord": "445073800850046977"
},
"record": {
"CNAME": "nobuyaki.github.io"
}
"description": "0xviel github page",
"repo": "https://github.com/nobuyaki/nobuyaki.github.io",
"owner": {
"username": "nobuyaki",
"email": "contact@0xviel.my.id",
"discord": "445073800850046977"
},
"record": {
"CNAME": "nobuyaki.github.io"
}
}
+1 -1
View File
@@ -10,4 +10,4 @@
"record": {
"URL": "https://18o4.tk"
}
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "1NO26",
"email": "ali2626albayrak@gmail.com"
},
"record": {
"URL": "https://whub.pro"
}
}
+9 -9
View File
@@ -1,11 +1,11 @@
{
"description": "Applying for an is-a.dev domain on behalf of my friend so he can use one.",
"repo": "https://github.com/EndingPencil/EndingPencil.github.io",
"owner": {
"username": "EndingPencil",
"email": "watsonsohil@gmail.com"
},
"record": {
"CNAME": "EndingPencil.github.io"
}
"description": "Applying for an is-a.dev domain on behalf of my friend so he can use one.",
"repo": "https://github.com/EndingPencil/EndingPencil.github.io",
"owner": {
"username": "EndingPencil",
"email": "watsonsohil@gmail.com"
},
"record": {
"CNAME": "EndingPencil.github.io"
}
}
+10
View File
@@ -0,0 +1,10 @@
{
"owner": {
"username": "RainyXeon",
"email": "minh15052008@gmail.com"
},
"record": {
"CNAME": "5a3e476d-47ce-4088-9b34-42cdb8c3395b.id.repl.co"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"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"
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "merakesh207",
"email": "merakesh207@gmail.com"
},
"record": {
"URL": "https://behance.net/merakesh207"
}
}
+10 -10
View File
@@ -1,10 +1,10 @@
{
"owner": {
"username": "2096779623",
"email": "2096779623@qq.com",
"telegram": "utermux_blog"
},
"record": {
"URL": "https://www.utermux.dev"
}
}
{
"owner": {
"username": "2096779623",
"email": "2096779623@qq.com",
"telegram": "utermux_blog"
},
"record": {
"URL": "https://www.utermux.dev"
}
}
+11 -11
View File
@@ -1,11 +1,11 @@
{
"description": "3pls0de.is-a.dev.",
"repo": "https://github.com/3pls0de",
"owner": {
"username": "3pls0de",
"email": "naji.aka58@gmail.com"
},
"record": {
"URL": "https://lostpipel.blogspot.com"
}
}
{
"description": "3pls0de.is-a.dev.",
"repo": "https://github.com/3pls0de",
"owner": {
"username": "3pls0de",
"email": "naji.aka58@gmail.com"
},
"record": {
"URL": "https://lostpipel.blogspot.com"
}
}
+10
View File
@@ -0,0 +1,10 @@
{
"owner": {
"username": "404Dev-404",
"email": "anthonyvaldes318+404@gmail.com"
},
"record": {
"CNAME": "404dev-404.github.io"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"description": "44.is-a.dev",
"repo": "https://github.com/9xN/9xN.github.io",
"owner": {
"username": "9xN",
"email": "0@fbi.ac"
},
"record": {
"CNAME": "9xN.github.io"
}
}
+5 -7
View File
@@ -1,12 +1,10 @@
{
"owner": {
{
"owner": {
"username": "Akshay-Arjun",
"email": "akshayvollala779@gmail.com"
},
},
"record": {
"record": {
"URL": "https://akshay-arjun.github.io/Akshay-Arjun"
}
}
}
+8 -8
View File
@@ -1,10 +1,10 @@
{
"repo": "https://github.com/5rq/5rq.github.io",
"owner": {
"username": "5rq",
"email": "600@fbi.ac"
},
"record": {
"CNAME": "5rq.github.io"
}
"repo": "https://github.com/5rq/5rq.github.io",
"owner": {
"username": "5rq",
"email": "600@fbi.ac"
},
"record": {
"CNAME": "5rq.github.io"
}
}
+9 -9
View File
@@ -1,11 +1,11 @@
{
"description": "Portfolio website for 6502",
"repo": "https://github.com/nobody5050/nobody5050.github.io",
"owner": {
"username": "Nobody5050",
"email": "levibelland@gmail.com"
},
"record": {
"CNAME": "nobody5050.github.io"
}
"description": "Portfolio website for 6502",
"repo": "https://github.com/nobody5050/nobody5050.github.io",
"owner": {
"username": "Nobody5050",
"email": "levibelland@gmail.com"
},
"record": {
"CNAME": "nobody5050.github.io"
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "Sonic853",
"email": "sonic853@qq.com"
},
"record": {
"A": ["119.29.157.82"]
}
}
+9 -9
View File
@@ -1,11 +1,11 @@
{
"description": "The root domain for is-a.dev website",
"repo": "https://github.com/is-a-dev/is-a-dev.github.io",
"owner": {
"username": "phenax",
"email": "phenax5@gmail.com"
},
"record": {
"URL": "http://www.is-a.dev"
}
"description": "The root domain for is-a.dev website",
"repo": "https://github.com/is-a-dev/is-a-dev.github.io",
"owner": {
"username": "phenax",
"email": "phenax5@gmail.com"
},
"record": {
"URL": "http://www.is-a.dev"
}
}
@@ -0,0 +1,9 @@
{
"owner": {
"username": "404Dev-404",
"email": "anthonyvaldes318+404@gmail.com"
},
"record": {
"TXT": "22a06372e0e8c1ce907acca87f8222"
}
}
@@ -0,0 +1,9 @@
{
"owner": {
"username": "9xN",
"email": "0@fbi.ac"
},
"record": {
"TXT": "e104ec0ddb56ddb03a3ced402e0b45"
}
}
@@ -0,0 +1,9 @@
{
"owner": {
"username": "Adolar0042",
"email": "adolar0042@gmail.com"
},
"record": {
"TXT": "927a8ca97dbdccd9140313116bd068"
}
}
@@ -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,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": "Sife-shuo",
"email": "sifed@qq.com"
},
"record": {
"TXT": "35bbdb5b21b0f5706786ea4bc01002"
}
}
@@ -0,0 +1,9 @@
{
"owner": {
"username": "Stacksyz",
"email": "thedevmonke@gmail.com"
},
"record": {
"TXT": "121e8450b6aa5b9edbe73dd077ca57"
}
}
@@ -0,0 +1,9 @@
{
"owner": {
"username": "TorchedSammy",
"email": "torchedsammy@gmail.com"
},
"record": {
"TXT": "9693d9e721696f4184aa3abfa35921"
}
}
@@ -0,0 +1,10 @@
{
"description": "Verification for aakanksha.is-a.dev",
"owner": {
"username": "aakankshabhende",
"email": "aakanksha0407@gmail.com"
},
"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,9 @@
{
"owner": {
"username": "AldenizenMC",
"email": "aldenizen09@gmail.com"
},
"record": {
"TXT": "3a73c3c550c151965f6781677b6d2d"
}
}
@@ -0,0 +1,9 @@
{
"owner": {
"username": "amalpotra",
"email": "amarjeetmalpotra@outlook.com"
},
"record": {
"TXT": "15c0eb5d4a85c75c4b205ac26a4d31"
}
}
@@ -0,0 +1,10 @@
{
"owner": {
"username": "anamolsapkota",
"email": "anamolsapkota@gmail.com"
},
"record": {
"TXT": "d89d65454e6f71641cc8e45a2ad8b2"
}
}
@@ -0,0 +1,9 @@
{
"owner": {
"username": "anandyeole",
"email": "anandyeole@duck.com"
},
"record": {
"TXT": "510cbb66f4422990546436db3c897a"
}
}
@@ -0,0 +1,11 @@
{
"description": "Personal portfolio website (domain verification)",
"repo": "https://github.com/ANANTH-SWAMY/ananth-swamy.github.io",
"owner": {
"username": "ANANTH-SWAMY",
"email": "ananth.nps@gmail.com"
},
"record": {
"TXT": "cb106acbe8da52273b1a5807fb1d9f"
}
}
@@ -1,9 +0,0 @@
{
"owner": {
"username": "@is-a-dev/maintainers",
"email": "phenax5@gmail.com"
},
"record": {
"TXT": "f4099fcae5cf0ea04f853bc649c5b1"
}
}
@@ -0,0 +1,9 @@
{
"owner": {
"username": "andyfaizan",
"email": "andyfaizan@gmail.com"
},
"record": {
"TXT": "8c35e4942c57ea0659a1b4c0cae798"
}
}
@@ -0,0 +1,10 @@
{
"description": "Github verification",
"owner": {
"username": "anshtyagi0",
"email": "tyagiansh175@gmail.com"
},
"record": {
"TXT": "7b628651b5ce7a58e0876e8ddbae98"
}
}
@@ -0,0 +1,9 @@
{
"owner": {
"username": "antton-dev",
"email": "antton.chevrier@etik.com"
},
"record": {
"TXT": "a3787429898a0a8bb9b3cbffa253fa"
}
}
@@ -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"
}
}
@@ -0,0 +1,9 @@
{
"owner": {
"username": "armoredvortex",
"email": "rachitpandey@protonmail.com"
},
"record": {
"TXT": "f333cd13b1edfcaa51d5413b7fd05f"
}
}
@@ -0,0 +1,9 @@
{
"owner": {
"username": "Ashesh3",
"email": "ashesh1708@gmail.com"
},
"record": {
"TXT": "a0d1fde4660333a6c2b992a1d5e637"
}
}
@@ -0,0 +1,9 @@
{
"owner": {
"username": "auravoid",
"email": "github@auravoid.dev"
},
"record": {
"TXT": "a0182396037ba6edc7f689cf8847f9"
}
}
@@ -0,0 +1,9 @@
{
"owner": {
"username": "avellea",
"email": "is-a-dev@win11react.com"
},
"record": {
"TXT": "5c38dbee73e6936232992c0f98829e"
}
}
@@ -0,0 +1,9 @@
{
"owner": {
"username": "avipars",
"email": "avi.pars@gmail.com"
},
"record": {
"TXT": "68e225e3d290a962de10935ed3f684"
}
}
@@ -1,11 +1,9 @@
{
"owner": {
"username": "AXVIII3",
"email": "anirbanrc2286@gmail.com"
},
"record": {
"TXT": "f99b7081b391b0e77e8b9bd80ea50e"
}
"owner": {
"username": "AXVIII3",
"email": "anirbanrc2286@gmail.com"
},
"record": {
"TXT": "f99b7081b391b0e77e8b9bd80ea50e"
}
}
+10 -10
View File
@@ -1,11 +1,11 @@
{
"description": "Personal site for github@ayvacs (GH Pages verification)",
"repo": "https://github.com/ayvacs/ayvacs.github.io",
"owner": {
"username": "ayvacs",
"email": "ayvacs@proton.me"
},
"record": {
"TXT": "5a1e6c3195a98bf63ceba5a88f4be2"
}
}
"description": "Personal site for github@ayvacs (GH Pages verification)",
"repo": "https://github.com/ayvacs/ayvacs.github.io",
"owner": {
"username": "ayvacs",
"email": "ayvacs@proton.me"
},
"record": {
"TXT": "5a1e6c3195a98bf63ceba5a88f4be2"
}
}
@@ -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,11 @@
{
"description": "Personal site for github@bi0hazarDD (GH Pages verification)",
"repo": "https://github.com/bi0hazarDD/bi0hazarDD.github.io",
"owner": {
"username": "bi0hazarDD",
"email": "jonathan-8@hotmail.co.uk"
},
"record": {
"TXT": "87235c5c433d52086cbf2ae6ddd9a1"
}
}
@@ -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"
}
}
@@ -0,0 +1,9 @@
{
"owner": {
"username": "boredcodebyk",
"email": "khromabyk+dev@gmail.com"
},
"record": {
"TXT": "18eddbb722418d4b62eb8976f91621"
}
}
@@ -0,0 +1,9 @@
{
"owner": {
"username": "bqwerr",
"email": "srujan.t@outlook.com"
},
"record": {
"TXT": "0f2975970f0cdf325103a7d1f3ecf3"
}
}
@@ -0,0 +1,10 @@
{
"owner": {
"username": "caodoc",
"email": "",
"discord": "caodoc"
},
"record": {
"TXT": "c3aa36c2b7f2e2bf94a92b760760ca"
}
}
@@ -0,0 +1,10 @@
{
"owner": {
"username": "charmingdisorder",
"email": "null"
},
"record": {
"TXT": "8045a0394db9ecae4e8f4a76f5c17c"
}
}
@@ -0,0 +1,9 @@
{
"owner": {
"username": "chethanyadav456",
"email": "rockchethan1111@gmail.com"
},
"record": {
"TXT": "9781ed4422557bd427d0eff2c17b99"
}
}
@@ -0,0 +1,9 @@
{
"owner": {
"username": "Clay990",
"email": "asuraj991m@gmail.com"
},
"record": {
"TXT": "dee6e1fa6a0e02df5af4edb0e40ac4"
}
}
@@ -0,0 +1,10 @@
{
"owner": {
"username": "clumzyofficial",
"email": "adarshshukla0344@gmail.com"
},
"record": {
"TXT": "b37649c87b3dc3594b1c44139e420a"
}
}
@@ -0,0 +1,10 @@
{
"description": "Github verification",
"owner": {
"username": "compCoder007",
"email": "competentcoder007@gmail.com"
},
"record": {
"TXT": "7e581a7ce40509036ecb310e92fd21"
}
}
@@ -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"
}
}
@@ -0,0 +1,9 @@
{
"owner": {
"username": "crystalbajgai",
"email": "crystalbajgai@gmail.com"
},
"record": {
"TXT": "6fbb6593b607699c01a1c17c8c2849"
}
}
@@ -0,0 +1,9 @@
{
"owner": {
"username": "danilofuchs",
"email": "danilo_fuchs@hotmail.com"
},
"record": {
"TXT": "09bee48261a7e91718432a7b51baaa"
}
}
@@ -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"
}
}
@@ -0,0 +1,9 @@
{
"owner": {
"username": "dumprr",
"email": "duhhhmprr@proton.me"
},
"record": {
"TXT": "493971f29452bc15b55966259b43a5"
}
}
@@ -0,0 +1,9 @@
{
"owner": {
"username": "dushmanta05",
"email": "dushmanta.dev@gmail.com"
},
"record": {
"TXT": "259ff2c88b910f54c7a1ec2d0da405"
}
}
@@ -0,0 +1,9 @@
{
"owner": {
"username": "dvandervlag",
"email": "dvandervlag@gmail.com"
},
"record": {
"TXT": "e0c9a40b22c0a75c4043ff40e1b926"
}
}
@@ -0,0 +1,9 @@
{
"owner": {
"username": "EdenQwQ",
"email": "lsahlm1eden@gmail.com"
},
"record": {
"TXT": "2babcf1b4a0ae8e0f7bc801719d6af"
}
}
@@ -0,0 +1,10 @@
{
"owner": {
"username": "EdwardTheLegend",
"email": "edward@edwardtlowe.com"
},
"record": {
"TXT": "fba1c393a4bf816cdb2aa4515feae1"
}
}
@@ -0,0 +1,9 @@
{
"owner": {
"username": "eldano",
"email": "eldano.v2@gmail.com"
},
"record": {
"TXT": "f805956b9898312782616bc73ce1cd"
}
}
@@ -0,0 +1,9 @@
{
"owner": {
"username": "eldinesh",
"email": "dseera6@gmail.com"
},
"record": {
"TXT": "dafe75727b19da6bd62bf961a94c7d"
}
}
@@ -0,0 +1,9 @@
{
"owner": {
"username": "Endermanbugzjfc",
"email": "endermanbugzjfc@gmail.com"
},
"record": {
"TXT": "238acf06da9051a27631863f11abbf"
}
}
@@ -0,0 +1,13 @@
{
"description": "EnderPoint's dev site",
"repo": "https://github.com/EnderPoint07/EnderPoint07.github.io",
"owner": {
"username": "EnderPoint07",
"email": "",
"discord": "DotM38#5497",
"instagram": "enderpoint07"
},
"record": {
"TXT": "ea82a679a2f0a737ed5a4c6a5d0e2b"
}
}
@@ -0,0 +1,9 @@
{
"owner": {
"username": "fdciabdul",
"email": "cp@imtaqin.id"
},
"record": {
"TXT": "b300a7cdb4c929b57cae7e0bf0ab69"
}
}
@@ -0,0 +1,9 @@
{
"owner": {
"username": "flazepe",
"email": "flazepe@gmail.com"
},
"record": {
"TXT": "68edc295b0936fb51d13af5cbbfc3b"
}
}
@@ -0,0 +1,9 @@
{
"owner": {
"username": "flc995",
"email": "flc995@gmail.com"
},
"record": {
"TXT": "eab0530066ed691b55a4edd424f74b"
}
}
@@ -0,0 +1,9 @@
{
"owner": {
"username": "foxy4096",
"email": "adityapriyadarshi669@gmail.com"
},
"record": {
"TXT": "eb006bea4f375b57b795dbfc8dd3fe"
}
}
@@ -0,0 +1,9 @@
{
"owner": {
"username": "FrosT2k5",
"email": "androygaming@gmail.com"
},
"record": {
"TXT": "470d49eac00aadbe7f580a6c455ad9"
}
}
@@ -0,0 +1,9 @@
{
"owner": {
"username": "gautamkrishnar",
"email": "rgautamkrishna@gmail.com"
},
"record": {
"TXT": "155ab7179ccadb58ed0627f0b45420"
}
}
@@ -0,0 +1,9 @@
{
"owner": {
"username": "habeel06",
"email": ""
},
"record": {
"TXT": "6bbac3351ea3d8ad90603e1318c7ff"
}
}
@@ -0,0 +1,10 @@
{
"description": "Github verification",
"owner": {
"username": "harishnkr",
"email": "hari2menon1234@gmail.com"
},
"record": {
"TXT": "7f15aad6874de8ea118574464c8169"
}
}
@@ -0,0 +1,9 @@
{
"owner": {
"username": "hector-vigil",
"email": "vigilescalera.h@gmail.com"
},
"record": {
"TXT": "01a4ef998725972f99991612a43336"
}
}
@@ -0,0 +1,9 @@
{
"owner": {
"username": "HmonsterG",
"email": "Plzdontgethacked@outlook.com"
},
"record": {
"TXT": "e97c07c8d241804c777b23d7015d00"
}
}
@@ -0,0 +1,11 @@
{
"owner": {
"username": "iakzs",
"email": "iakzs@protonmail.com",
"discord": "622795838032314388"
},
"record": {
"TXT": "e20d874e765da4afd4a221f6c8bce4"
}
}

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