mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-05-23 18:25:34 +00:00
Merge branch 'main' into main
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
---
|
||||
name: bug
|
||||
about: Use this template to report any bugs you've encountered related to the project
|
||||
title: 'What bug did you encounter?'
|
||||
title: "What bug did you encounter?"
|
||||
labels: bug
|
||||
|
||||
---
|
||||
|
||||
### Your subdomain
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
---
|
||||
name: question
|
||||
about: Use this template to ask any questions about the service
|
||||
title: 'Whats your question'
|
||||
title: "Whats your question"
|
||||
labels: question
|
||||
|
||||
---
|
||||
|
||||
### Your question
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
---
|
||||
name: report-abuse
|
||||
about: Use this template to report abusive domains
|
||||
title: 'Report abuse'
|
||||
title: "Report abuse"
|
||||
labels: report-abuse
|
||||
|
||||
---
|
||||
|
||||
### Domain
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
---
|
||||
name: suggestion
|
||||
about: Use this template for feedbacks and suggestions
|
||||
title: 'Feedback/suggestion'
|
||||
title: "Feedback/suggestion"
|
||||
labels: suggestion
|
||||
|
||||
---
|
||||
|
||||
### What do you want added?
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
---
|
||||
name: support
|
||||
about: Use this template if you need any support with your domain
|
||||
title: 'Support'
|
||||
title: "Support"
|
||||
labels: support
|
||||
|
||||
---
|
||||
|
||||
### Your subdomain
|
||||
|
||||
@@ -1,21 +1,21 @@
|
||||
<!--
|
||||
!!! YOU MUST FILL OUT THIS TEMPLATE FOR YOUR PULL REQUEST TO BE ACCEPTED !!!
|
||||
!!!
|
||||
YOU MUST FILL OUT THIS TEMPLATE ENTIRELY FOR YOUR PR TO BE ACCEPTED, IT IS NOT OPTIONAL.
|
||||
IF YOU DO NOT FILL OUT THIS PR TEMPLATE TO ITS ENTIRETY, YOUR PR WILL BE IMMEDIATELY DENIED.
|
||||
!!!
|
||||
-->
|
||||
|
||||
## Requirements
|
||||
Unless explicitly specified otherwise by a **maintainer** or in the requirement description, your domain **MUST** pass **ALL** the indicated requirements below.
|
||||
# Requirements
|
||||
<!-- Your domain MUST pass ALL the requirements below, otherwise it WILL BE DENIED. -->
|
||||
|
||||
<!-- Change each checkbox to [x] to mark it as checked. Do not keep the spaces between the parentheses. -->
|
||||
|
||||
<!-- Change each checkbox to [x] to mark it as checked. -->
|
||||
- [ ] I have **read** and **understood** the [Terms of Service](https://is-a.dev/terms). <!-- Your domain MUST follow the TOS to be approved. -->
|
||||
- [ ] My domain is **not** for commercial use.
|
||||
- [ ] My file is in the `domains` folder and is in the JSON format.
|
||||
- [ ] My file's name is all lowercased and alphanumeric. <!-- Your file's name is yourname.json, not YourName.json or your_name.json. -->
|
||||
- [ ] The website is **reachable**. <!-- Not needed if the domain is for emails only. -->
|
||||
- [ ] I have **completed** my website. <!-- Not needed if the domain is for emails only. -->
|
||||
- [ ] My website is related to **software development**.
|
||||
- [ ] I have provided contact information in the `owner` key. <!-- Provide your email in the `email` field or another platform (e.g., X, Discord) for contact. -->
|
||||
- [ ] I have **followed** the [documentation](https://docs.is-a.dev).
|
||||
- [ ] I understand my domain may be removed if I violate the [Terms of Service](https://is-a.dev/terms).
|
||||
- [ ] I understand my domain will be removed if I violate the [Terms of Service](https://is-a.dev/terms).
|
||||
- [ ] My file is in the `domains` directory and has the `.json` file extension.
|
||||
- [ ] My file's name is lowercased and alphanumeric. <!-- Your file's name is yourname.json, not YourName.json or your_name.json. -->
|
||||
- [ ] My website is **reachable** and **completed**. <!-- We do not permit simple "Hello, world!" or simply copied websites. -->
|
||||
- [ ] I have provided sufficient contact information in the `owner` key. <!-- Provide your email in the `email` field or another platform (e.g., X, Discord) for contact. -->
|
||||
|
||||
## Website Preview
|
||||
<!-- Provide a link or preview of your website below. If you can't make the website visible, then a screenshot of the website also works. -->
|
||||
# Website Preview
|
||||
<!-- Provide a link or screenshot of your website below. You MUST complete this step for your PR to be approved. -->
|
||||
|
||||
+3
-3
@@ -1,6 +1,6 @@
|
||||
domain:
|
||||
- domains/*.json
|
||||
- domains/*.json
|
||||
|
||||
documentation:
|
||||
- ./*.md
|
||||
- ./**/*.md
|
||||
- ./*.md
|
||||
- ./**/*.md
|
||||
|
||||
+10
-10
@@ -1,13 +1,13 @@
|
||||
name: Pull Request Labeler
|
||||
on:
|
||||
schedule:
|
||||
- cron: '*/10 * * * *'
|
||||
schedule:
|
||||
- cron: "*/10 * * * *"
|
||||
jobs:
|
||||
labeler:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: docker://docker.io/ilyam8/periodic-pr-labeler:v0.1.1
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITHUB_REPOSITORY: ${{ github.repository }}
|
||||
LABEL_MAPPINGS_FILE: .github/labeler.yml
|
||||
labeler:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: docker://docker.io/ilyam8/periodic-pr-labeler:v0.1.1
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITHUB_REPOSITORY: ${{ github.repository }}
|
||||
LABEL_MAPPINGS_FILE: .github/labeler.yml
|
||||
|
||||
+2
-11
@@ -1,17 +1,8 @@
|
||||
# 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](https://github.com/is-a-dev/register/blob/main/CODE_OF_CONDUCT.md).
|
||||
|
||||
## Pull requests
|
||||
- Adding, changing or removing a domain file you own.
|
||||
- Fixing a bug in the scripts or CI.
|
||||
- Fix an error in the documentation.
|
||||
|
||||
#### Domains
|
||||
- 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.
|
||||
- If the PR template is updated, any pre-existing PRs must follow the updated template, in order to be merged.
|
||||
- We reserve the right to deny any pull request for any reason.
|
||||
|
||||
## Issues
|
||||
- **Report an abusive domain** - Create a new issue with the label `report-abuse`.
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "Personal Portfolio",
|
||||
"repo": "https://github.com/0spol/0spol.github.io",
|
||||
"owner": {
|
||||
"username": "0spol",
|
||||
"email": "gaparicio368@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "0spol.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "0xbitx",
|
||||
"email": "0xbit25125@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "0xbitx.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "leopku",
|
||||
"discord": "1168846640464019570"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://www.himysql.com"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"description": "Personal website",
|
||||
"owner": {
|
||||
"username": "1995parham",
|
||||
"email": "parham.alvani@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "1995parham.github.io"
|
||||
}
|
||||
}
|
||||
@@ -4,7 +4,6 @@
|
||||
"discord": "792467650038857748",
|
||||
"OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.G8bQtlAC_K5K-sdnpRQFXtq9H-BJAxXswVmMcZl9dCd4Mx8utIM-wKg-rI20met2wnfK6SNI1dMIFOkdSflITyde93ET8gWwAJNGp18vBl7f416oU7agxTocIXnYiEepVXe2xAqu42dz5eazX_3e_TGFAayBW6mFynhUd2WvFFFIv-BQX1Lh2kTETnV0LBC27Zeiy3J2Nb-9zFyIGgx-I9qars-Q3W2gPwioDbyTc34HWrZrb-v4gDGGEkzCGaO2ct9W7b8BFdWHqsUua3SD59Yec6r8ytCLRpfJp-griYtdKprGl1Md71alh2ntZc8bjXJ6f4dZl_sLvPAArFfvUw.1H7oEmNDK3MLdFoNadP2Kg.xDYLtCuquekDlq9YaIxM63iY2YMEFWd91CxxwuO7uwk8qc9hbQWqBuXA0MQfG_3NRyarb8nNgMGEj0ghKyfxSm1YWQ8M4PK5OPQTub54LiU.8CgG1B1Jv04SYfXkFJhAZQ"
|
||||
},
|
||||
|
||||
"record": {
|
||||
"CNAME": "ammo.lol"
|
||||
}
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "Portfolio and Blog for 20zzy19",
|
||||
"repo": "https://github.com/20zzy19/Portfolioy",
|
||||
"owner": {
|
||||
"username": "20zzy19",
|
||||
"email": "a620zzy@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["98.43.59.193"]
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"description": "3pls0de.is-a.dev.",
|
||||
"repo": "https://github.com/3pls0de",
|
||||
"owner": {
|
||||
"username": "3pls0de",
|
||||
"email": "naji.aka58@gmail.com"
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
"discord": "1015654462334971925",
|
||||
"OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.kNjv0EEp6UIN8_jPk0TdLMyTslpHdTnysn-P5MDOuH0LfVqLDOyN99OFSrg2vYYuiUM5-4DcKlgbkkL0058Fq241CIaKmwnabVQ2tcEch4QNl3jEbUDUP9sNp6h-D7_AQjHPTnW8P297FrZ2sNkJLabJ5hTgeEuns8CypzoVOy8I6GwdC6aL2OXLwl21L-CEUKHrO0CvLi-OGWp4Lkx1IowXksW8o-y91NKgmal6t7Qxp2K89pJ0byiXIpu9L1aNBYKNfR_Q5_rPmr9XWMiVBojgyog8YPmmweAYO1kViNPJLSZHIth1pOEM2fjZQzaWAUdqK-AgRYyPld0RuutfDw.3zQYmH_sLC-vr73VkslM0A.LDOyObkmMtZ3W48zwT9bVwhqMZsy21eW2CfjUy4k9tRm0XYJqT6GQLt-PeQ9yPcP9TIFDm4TvyZTrMewZCOs1hHrRKHbJnxSdekzx2Hnb_Y.ZglWFD_r-t4Zwp9ojse5Gg"
|
||||
},
|
||||
|
||||
"record": {
|
||||
"CNAME": "xikizxgs.github.io"
|
||||
}
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "NarasimaPandiyan",
|
||||
"email": "cs42059@gmail.com",
|
||||
"discord": "gamingdoodle"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "did=did:plc:u5uxl7mjlywolajtgso2ouoe"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"description": "Domain verification for my Bluesky account.",
|
||||
"owner": {
|
||||
"username": "razobeckett",
|
||||
"email": "razobeckett@proton.me"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "did=did:plc:w6h4dilqruly6q4zki2mj5qt"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "TheRealCrazyfuy",
|
||||
"discord": "realabeja",
|
||||
"reddit": "crazyfuy"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "dh=af03f42bbbaaca145280cdd080f105feb02a9145"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "CodeSoftGit",
|
||||
"email": "codesft@proton.me"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "dh=1d1f0586f56693138d2014b13312d7467fa4e497"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "ducky4life",
|
||||
"email": "duckylai@proton.me"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "dh=925876829c7314b41fe3c2a412b7a4250214febf"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "verygafanhot",
|
||||
"email": "verygafanhot@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "dh=772e8981e6a0b8bc4e30ac4af5160be7fd175c8a"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "PentSec",
|
||||
"email": "jeffreysfu@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "dh=674aa7264cbcffb1d24dd630c38f8613ad822824"
|
||||
}
|
||||
}
|
||||
"owner": {
|
||||
"username": "PentSec",
|
||||
"email": "jeffreysfu@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "dh=674aa7264cbcffb1d24dd630c38f8613ad822824"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "JonathanXDR",
|
||||
"email": "jonathan.russ@bluewin.ch",
|
||||
"discord": "494042822320717827"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "dh=38d522d76c80c10c68fa083f015b65ef2986a91b"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "heyjumanji",
|
||||
"email": "madhuchutiya.unhinge650@silomails.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "dh=aa51fc97861c871fc4daece76efa42c15712f116"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "liamatienza",
|
||||
"email": "liamdev@duck.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "dh=c53cce4432aa366f65bd320ab681d468c8cea968"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "m3hu1",
|
||||
"email": "pathakkmehul@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "dh=bb5a0d412e8f7f0b02dbf56d27610f20b99ac8a9"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "NarasimaPandiyan",
|
||||
"email": "cs42059@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "dh=d54feeb331611626de2134ef368bdcf7691cbbb3"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "lolinekord",
|
||||
"email": "contact@lolineko3.net"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "dh=a761b99a6a7d449df2e423a119eab9a4ec773e7e"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "PrinceBunBun981",
|
||||
"email": "me@nick.cool",
|
||||
"discord": "nickwoah"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "dh=b9e9ee170ceabd5d201a50225be187e055b9bbb6"
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"description": "niclqs.is-a.dev discord verify „ownership''",
|
||||
"repo": "https://github.com/niclqsger",
|
||||
"description": "niclqs.is-a.dev discord verify ownership",
|
||||
"owner": {
|
||||
"discord": "niclqs",
|
||||
"email": "discord@push-den-weg.de",
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "IMXNOOBX",
|
||||
"email": "me@noob.bio"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "dh=4bda89987e4e232aac78bb9d0a0e973c96166119"
|
||||
}
|
||||
}
|
||||
@@ -2,8 +2,7 @@
|
||||
"owner": {
|
||||
"username": "okineadev",
|
||||
"discord": "okineadev",
|
||||
"telegram": "okinea",
|
||||
"email": "81070564+okineadev@users.noreply.github.com"
|
||||
"telegram": "okinea"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "dh=72f6dea86d79bda34d2c61e1edb3037954caac82"
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "piker98988",
|
||||
"email": "iker.pavcur@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "dh=fbea31b6c973108788a610db21edd08f23d92801"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "keydevelops",
|
||||
"email": "rumaevvadim@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "dh=be4a0fbe37df16fa2d25e29ec7bc4f669703a71d"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Ciao287",
|
||||
"discord": "687333016921440317"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "dh=5b1ae56adf1959519abbb008b4803ee9911ff1b6"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "tat2008",
|
||||
"email": "tuan.trananh2008@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "dh=9abe38f80f0a7adbf9ef20a7048ff7dd399d984b"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "VihaanAnand",
|
||||
"email": "macos14sonoma@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "dh=635f70c64c210c98011d4391e0ba6a69adfedc89"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"description": "DMARC",
|
||||
"owner": {
|
||||
"username": "QuinceTart10",
|
||||
"discord": "862644161156218891"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "v=DMARC1; p=quarantine; sp=none; adkim=r; aspf=r; fo=1; rua=mailto:me@quincetart10.is-a.dev; ruf=mailto:me@quincetart10.is-a.dev; rf=afrf; pct=100; ri=86400"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Ciao287",
|
||||
"discord": "687333016921440317"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "v=DMARC1; p=none; rua=mailto:dmarc.report@ciaobot.is-a.dev; ruf=mailto:dmarc.report@ciaobot.is-a.dev; fo=0; adkim=r; aspf=r; pct=100; ri=86400; sp=none"
|
||||
}
|
||||
}
|
||||
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "peme969",
|
||||
"email": "mrcoderpeme@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT":[
|
||||
"forward-email=NjNhNjJlMjMzOGJhMWUxNy1hOTk2MzljYmY0ZDczZWViZDY2NTljZmUwMDc4OTM5MmQ3YmVjN2RmYWEyMjFlN2VhODAxZWUwOWI5ODhhNDY2"
|
||||
]
|
||||
}
|
||||
"owner": {
|
||||
"username": "peme969",
|
||||
"email": "mrcoderpeme@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": [
|
||||
"forward-email=NjNhNjJlMjMzOGJhMWUxNy1hOTk2MzljYmY0ZDczZWViZDY2NTljZmUwMDc4OTM5MmQ3YmVjN2RmYWEyMjFlN2VhODAxZWUwOWI5ODhhNDY2"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"description": "DMARC",
|
||||
"owner": {
|
||||
"username": "QuinceTart10",
|
||||
"discord": "862644161156218891"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "v=DMARC1; p=quarantine; sp=none; adkim=r; aspf=r; fo=1; rua=mailto:me@quincetart10.is-a.dev; ruf=mailto:me@quincetart10.is-a.dev; rf=afrf; pct=100; ri=86400"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"description": "DMARC",
|
||||
"owner": {
|
||||
"username": "QuinceTart10",
|
||||
"discord": "862644161156218891"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "v=DMARC1; p=quarantine; sp=none; adkim=r; aspf=r; fo=1; rua=mailto:me@quincetart10.is-a.dev; ruf=mailto:me@quincetart10.is-a.dev; rf=afrf; pct=100; ri=86400"
|
||||
}
|
||||
}
|
||||
@@ -1,7 +1,6 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "yz9551",
|
||||
"email": "",
|
||||
"discord": "yz9551"
|
||||
},
|
||||
"record": {
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "is-a-dev",
|
||||
"email": "admin@is-a.dev"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "2aeb08f313"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "is-a-dev",
|
||||
"email": "admin@is-a.dev"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "30e221e0a1"
|
||||
}
|
||||
}
|
||||
@@ -6,8 +6,6 @@
|
||||
"discord": "1117482901353812088"
|
||||
},
|
||||
"record": {
|
||||
"TXT": [
|
||||
"d878bca923"
|
||||
]
|
||||
"TXT": ["d878bca923"]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "LUMIDevelopment"
|
||||
},
|
||||
"record": {
|
||||
"TXT": ["eade7c5be7"]
|
||||
}
|
||||
"owner": {
|
||||
"username": "LUMIDevelopment"
|
||||
},
|
||||
"record": {
|
||||
"TXT": ["eade7c5be7"]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"description": "Github Orgs Verify",
|
||||
"repo": "https://github.com/thenoppy12",
|
||||
"owner": {
|
||||
"username": "BussyBakks",
|
||||
"email": "lengochuykiengiang@gmail.com",
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "256javy",
|
||||
"email": "256javiervillalba@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "5274c84dbbf074d67b53fc4305ced5"
|
||||
}
|
||||
}
|
||||
@@ -5,6 +5,6 @@
|
||||
"email": "abiapp2024@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "trytodownloadme.rf.gd"
|
||||
"TXT": "e8984bf946de59788c1b78b19b8d51"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "adil-uddin",
|
||||
"email": "adilaryan786@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "82f634e6b8d39d1a42bf48f2a2ccd3"
|
||||
}
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
{
|
||||
"description": "My personal domain.",
|
||||
"repo": "https://github.com/alexandre-machado/alexandre-machado.github.io",
|
||||
"owner": {
|
||||
"username": "alexandre-machado",
|
||||
"email": "alexandre@machado.cc"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "b6b9fa4d37896a25b49bea243f6407"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "am333n",
|
||||
"email": "muhammedameen752@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "ae46785afb026d6f57c4eb85f644eb"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "amosmurmu",
|
||||
"email": "amosmurmu002@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "6cd31a4dfd2ef9242a7478f015b26b"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "AnimeshKotka",
|
||||
"email": "animeshkotka520@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "516e1afaa96818228e8a61bf901188"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "asbp",
|
||||
"email": "guungofficial@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "31b576be5fd342aa2473ebb2fb2816"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "AshishKingdom",
|
||||
"email": "ashishkingdom@proton.me"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "4281866da89d9e1bd20fcdb44adca3"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "axioris",
|
||||
"email": "dane.foster.collins@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "3e68551b5f5903030133fb460e57db"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "btleffler",
|
||||
"email": "btleffler@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "6c3fe486c491afe19b9ba3bbb03d2a"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "CantCode023",
|
||||
"email": "cantcode023@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "f1b87d5986bd9abd22ca7fc5da79ad"
|
||||
}
|
||||
}
|
||||
@@ -1,8 +1,7 @@
|
||||
{
|
||||
"description": "GitHub Pages verification for devon.is-a.dev",
|
||||
"owner": {
|
||||
"username": "D-Pow",
|
||||
"email": "D-Pow@users.noreply.github.com"
|
||||
"username": "D-Pow"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "cec54b510828f770750c1b17cad7f2"
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "debkanchan",
|
||||
"email": "debu.samadder@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "36f31b49ddb71ca70a8cb3dd21e61d"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "devhammed",
|
||||
"email": "hey@hammed.dev"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "7672b068b3140a9fbaaf9bfe0ab136"
|
||||
}
|
||||
"owner": {
|
||||
"username": "devhammed",
|
||||
"email": "hey@hammed.dev"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "7672b068b3140a9fbaaf9bfe0ab136"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "drssoccer55",
|
||||
"email": "sextondouglas@pm.me"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "6605758124fbb4085b1687476d067b"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "ducky4life",
|
||||
"email": "duckylai@proton.me"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "7b577ecd19bde96461d7b480a5f0a4"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "ganesh76",
|
||||
"email": "ganesh.g.cse@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "94df711e9b048a87929864206a479a"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "gegendepressed",
|
||||
"email": "sairaj09pai@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "c6a67c35d8e7aac91ac5afce904ad6"
|
||||
}
|
||||
}
|
||||
+2
-2
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"description": "Verification for my personal site",
|
||||
"owner": {
|
||||
"username": "uuphoria2",
|
||||
"username": "GManTheMarioGuy",
|
||||
"email": "gman36147@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "e102771c99f70130190148a2d00ee0"
|
||||
"TXT": "20f23b82e045272d36fadd99a6e464"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "gokay05",
|
||||
"email": "gyamankurt@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "7c83467aa6d55ff736d77d66a6f94e"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "is-a-dev",
|
||||
"email": "admin@is-a.dev"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "18b49a8904257ea06c3595614d9a4e"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "JesusVala",
|
||||
"email": "jesusvaladezf@outlook.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "0d3d73c2f3c76a7ec6bb5484d88e97"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Jeymen",
|
||||
"email": "jeymen11@proton.me"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "d01c3f5f2e886990f511ffb0dc7fcb"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "JuanPython1",
|
||||
"email": "kamilo201025@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "0342f0aeddf970dce791538a82f3b4"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "lawrenceee04",
|
||||
"email": "lawrencelg04@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "b8b5f899d7e40c529fc1cf0f3874e4"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "liamatienza",
|
||||
"email": "liamdev@duck.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "21465fcb0d62d07a3c97587145ebea"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "M0M0K4S4N",
|
||||
"email": "momokasan@proton.me"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "5d381e72b5a25f499b81b5956c56c7"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "machip3r",
|
||||
"email": "mac_258@hotmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "cfc7c8e9fa922388850fe07ad3a7da"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "manugeni",
|
||||
"email": "rendaniman@outlook.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "c43b4f0460a8d8b9c05affa2da77ef"
|
||||
}
|
||||
"owner": {
|
||||
"username": "manugeni",
|
||||
"email": "rendaniman@outlook.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "c43b4f0460a8d8b9c05affa2da77ef"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "mateuseap",
|
||||
"email": "mateuseap@mateuseap.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "ce7a3cbd81e6cafe34709d195aa0ed"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "MH0386",
|
||||
"email": "mohamed.hisham.abdelzaher@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "c6abd6e81620b17a3fc408bfbbbe06"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "MohamadOday",
|
||||
"email": "adada133321t@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "a67c1c7ad9e8f589a22c5c161548f8"
|
||||
}
|
||||
"owner": {
|
||||
"username": "MohamadOday",
|
||||
"email": "adada133321t@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "a67c1c7ad9e8f589a22c5c161548f8"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "NarasimaPandiyan",
|
||||
"email": "cs42059@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "0cd2fb39489f7652da9a4942df4a75"
|
||||
}
|
||||
"owner": {
|
||||
"username": "NarasimaPandiyan",
|
||||
"email": "cs42059@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "0cd2fb39489f7652da9a4942df4a75"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "natedog2424",
|
||||
"email": "natedog2424mail@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "277ecd07aa6d1593b09b96c9329e3b"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +1,7 @@
|
||||
{
|
||||
"description": "Okinea Dev website",
|
||||
"repo": "https://github.com/okineadev",
|
||||
"owner": {
|
||||
"username": "okineadev",
|
||||
"email": "81070564+okineadev@users.noreply.github.com"
|
||||
"username": "okineadev"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "a4553ebffa6a3356fc37fb4f8e8a14"
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Onkarsathe007",
|
||||
"email": "onkarsathe96k@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "8d02480f39dc3dfcfa2ebc8104135c"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "pavan-ambekar",
|
||||
"email": "pavan479ec@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "703d6f0036517a3bad381ba97d5e8e"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "peme969",
|
||||
"email": "me@peme969.dev"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "cd6136f17efbca44cec061b3fd6121"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "PentSec",
|
||||
"email": "jeffreysfu@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "c1f0e5d392a06b64a632b42f794b1a"
|
||||
}
|
||||
}
|
||||
"owner": {
|
||||
"username": "PentSec",
|
||||
"email": "jeffreysfu@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "c1f0e5d392a06b64a632b42f794b1a"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "qavv"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "6598155c8cf0929e826409fb38fc02"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "ramanandkrgupta",
|
||||
"email": "ramanand@myyahoo.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "07cd3e879dce98546f212f494f50da"
|
||||
}
|
||||
"owner": {
|
||||
"username": "ramanandkrgupta",
|
||||
"email": "ramanand@myyahoo.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "07cd3e879dce98546f212f494f50da"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "razobeckett",
|
||||
"email": "mayurraut.dev@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "e104db834f904b13e65dd9337ae48e"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "roger-padrell",
|
||||
"email": "padrell.roger@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "814c8119eaa1cf941877c3cacea189"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "SatyamIsSatyam",
|
||||
"email": "realsatyam02@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "cfb164b676b453b9258240ca419ce0"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "sh770",
|
||||
"email": "sh770h@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "ece6eb427012a2050ec0a76cf9c7a6"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "sneh-al",
|
||||
"email": "snehal1380@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "c0b50465868652285e959813c2b5c9"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "soymadip",
|
||||
"email": "soumadip@zohomail.in"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "5d04ea047efd00f6377e5ad12bb373"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "SpreadSheets600",
|
||||
"email": "sohammaity006@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "b1bfc537d107d9e43ad2afd111fe3d"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "TheRealCrazyfuy",
|
||||
"discord": "realabeja",
|
||||
"reddit": "crazyfuy"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "57fda717044e3715b197fe293216f9"
|
||||
}
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user