mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-08-14 16:25:31 +00:00
Merge branch 'is-a-dev:main' into main
This commit is contained in:
@@ -1 +0,0 @@
|
||||
custom: ["https://donate.is-a.dev"]
|
||||
@@ -21,10 +21,15 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Run tests
|
||||
run: |
|
||||
npm install
|
||||
npx ava tests/*.test.js
|
||||
|
||||
- name: Generate creds.json
|
||||
run: echo '{"cloudflare":{"TYPE":"CLOUDFLAREAPI","apitoken":"$CLOUDFLARE_API_TOKEN"}}' > ./creds.json
|
||||
|
||||
- name: Publish
|
||||
- name: Push DNS records
|
||||
uses: is-a-dev/dnscontrol-action@main
|
||||
env:
|
||||
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
||||
|
||||
+15
-16
@@ -1,21 +1,20 @@
|
||||
name: StaleBOT
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
name: 'Force cleanup'
|
||||
schedule:
|
||||
- cron: "30 14 * * *"
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: "30 14 * * *"
|
||||
|
||||
jobs:
|
||||
stale:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/stale@v3
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
days-before-stale: 7
|
||||
days-before-close: 3
|
||||
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'
|
||||
exempt-pr-labels: 'no-stale'
|
||||
stale:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/stale@v3
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
days-before-stale: 7
|
||||
days-before-close: 3
|
||||
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"
|
||||
exempt-pr-labels: "no-stale"
|
||||
|
||||
@@ -8,8 +8,8 @@ on:
|
||||
paths:
|
||||
- "domains/*"
|
||||
- "tests/*"
|
||||
- "utils/*"
|
||||
- ".github/workflows/validate.yml"
|
||||
- "util/*"
|
||||
- ".github/workflows/validation.yml"
|
||||
- "dnsconfig.js"
|
||||
|
||||
workflow_dispatch:
|
||||
@@ -19,25 +19,22 @@ concurrency:
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
dns:
|
||||
name: DNS
|
||||
if: "!contains(github.event.head_commit.message, '[skip-ci]')"
|
||||
dnscontrol:
|
||||
name: DNSControl
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Check
|
||||
uses: is-a-dev/dnscontrol-action@main
|
||||
- uses: is-a-dev/dnscontrol-action@main
|
||||
with:
|
||||
args: check
|
||||
|
||||
tests:
|
||||
name: Tests
|
||||
if: "!contains(github.event.head_commit.message, '[skip-ci]')"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- run: npm install
|
||||
|
||||
- run: npm test
|
||||
- run: npx ava tests/*.test.js
|
||||
|
||||
@@ -128,3 +128,6 @@ dist
|
||||
.yarn/build-state.yml
|
||||
.yarn/install-state.gz
|
||||
.pnp.*
|
||||
|
||||
# Custom
|
||||
.DS_Store
|
||||
|
||||
+2
-1
@@ -4,8 +4,9 @@ This is a Code of Conduct for any interactions in this repository. This includes
|
||||
- **Use common sense** - It's not that complicated. Just be nice to people.
|
||||
- **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.
|
||||
- **Follow our TOS** - You must follow our [Terms of Service](https://github.com/is-a-dev/register/blob/main/TERMS_OF_SERVICE.md).
|
||||
|
||||
## 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.
|
||||
Abuse reports will be investigated and the necessary action will be taken.
|
||||
|
||||
@@ -12,59 +12,48 @@
|
||||
|
||||
<h1 align="center">is-a.dev</h1>
|
||||
|
||||
<p align="center"><strong>is-a-dev</strong> is a service that allows developers to get a sweet-looking ".is-a.dev" domain for their personal websites.</p>
|
||||
<p align="center"><strong>is-a.dev</strong> is a service that allows developers to get a sweet-looking <code>.is-a.dev</code> domain for their personal websites.</p>
|
||||
|
||||
## Announcements & Status Updates
|
||||
Please join our [Discord server](https://discord.gg/is-a-dev-830872854677422150) for announcements, updates & upgrades, and downtimes regarding the service.
|
||||
Not all of these will be posted on GitHub, however they will always be posted in our Discord server.
|
||||
|
||||
<a href="https://discord.gg/is-a-dev-830872854677422150"><img alt="Discord Server" src="https://invidget.switchblade.xyz/is-a-dev-830872854677422150"></a>
|
||||
<a href="https://discord.gg/is-a-dev-830872854677422150"><img alt="Discord Server" src="https://invidget.wdh.app/is-a-dev-830872854677422150"></a>
|
||||
|
||||
# Register
|
||||
### NS Records
|
||||
When applying for NS records, please consider if you *actually* need them. Please provide a detailed reason (with evidence) of why you require NS records.
|
||||
|
||||
9 times out of 10, you do not actually need NS records, and merely want them. We already support a wide range of records, so it is extremely unlikely you will actually require them.
|
||||
|
||||
***Pull requests adding NS records without valid reasoning will be closed.***
|
||||
|
||||
**Instant Denials**:
|
||||
- I don't want to create a pull request everytime I want to update my DNS records.
|
||||
- Over 3,000 people have to, you can too.
|
||||
- I want to use Cloudflare's proxy for DDoS protection.
|
||||
- Simply add `"proxied": true` to your file, to enable Cloudflare's Enterprise-level DDoS protection for your subdomain.
|
||||
- Note: We *may* allow certain users to register NS records if it would expose their home IP.
|
||||
|
||||
For any questions regarding NS records, feel free to email support@is-a.dev.
|
||||
|
||||
> [!NOTE]
|
||||
> You can skip these requirements by [supporting the service](https://wdh.gg/pvNCdvs) with a small amount of $2.
|
||||
>
|
||||
> All donations go towards supporting the service's running costs.
|
||||
>
|
||||
> If you decide to donate, please email william@is-a.dev with your payment confirmation and your pull request link to receive your NS records.
|
||||
|
||||
## Manual Registration
|
||||
## How to Register
|
||||
> If you want a more visual guide, check out [this blog post](https://wdh.gg/tX3ghge).
|
||||
|
||||
- [Fork](https://github.com/is-a-dev/register/fork) and star this repository
|
||||
- [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)
|
||||
- [Read the documentation](https://docs.is-a.dev)
|
||||
- If you are applying for NS records please read [this](#ns-records).
|
||||
- Your pull request will be reviewed and merged. *Make sure to keep an eye on it incase we need you to make any changes!*
|
||||
- After the pull request is merged, please allow up to 24 hours for the changes to propagate
|
||||
- Enjoy your new `.is-a.dev` domain!
|
||||
- Enjoy your new `.is-a.dev` domain! Please consider leaving us a star ⭐️ to help support us!
|
||||
|
||||
## Automated Registration
|
||||
***Returning soon.*** Join our [Discord server](https://discord.gg/is-a-dev-830872854677422150) for updates.
|
||||
### NS Records
|
||||
When applying for NS records, please be aware we already support a [wide range of DNS records](https://docs.is-a.dev/faq/#which-records-are-supported), so you may not need them.
|
||||
|
||||
# Issues
|
||||
If you have any problems, feel free to [open an issue](https://github.com/is-a-dev/register/issues/new/choose).
|
||||
In your PR, please explain why you need NS records, including examples, to help mitigate potential abuse. Refer to the [FAQ](https://docs.is-a.dev/faq/#who-can-use-ns-records) for guidelines on allowed usage. Good examples of NS record requests are [#17592](https://github.com/is-a-dev/register/pull/17592) and [#18026](https://github.com/is-a-dev/register/pull/18026).
|
||||
|
||||
If you have an issue that contains confidental infomation, send an email to security@is-a.dev.
|
||||
***Pull requests adding NS records without sufficient reasoning will be closed.***
|
||||
|
||||
> Also see: [Why are you so strict with NS records?](https://docs.is-a.dev/faq/#why-are-you-so-strict-with-ns-records)
|
||||
|
||||
> [!NOTE]
|
||||
> You can bypass these requirements[^1] by donating just $2 [here](https://wdh.gg/pvNCdvs), or via [GitHub Sponsors](https://wdh.gg/sponsor). As a thank-you, you'll also receive a special role in our [Discord server](https://discord.gg/is-a-dev-830872854677422150)!
|
||||
>
|
||||
> If you donate, email william@is-a.dev or DM `@williamharrison` on Discord with your receipt and PR link.
|
||||
|
||||
[^1]: Requests deemed to be made with malicious intent may be denied, with a refund provided.
|
||||
|
||||
## Report Abuse
|
||||
If you find any subdomains being used for abusive purposes, please report them by [creating an issue](https://github.com/is-a-dev/register/issues/new?assignees=&labels=report-abuse&projects=&template=report-abuse.md&title=Report+abuse) with the relevant evidence.
|
||||
|
||||
---
|
||||
|
||||
We are proud to announce that we are fully supported by Cloudflare's [Project Alexandria](https://www.cloudflare.com/lp/project-alexandria) sponsorship program. We would not be able to operate without their help! 💖
|
||||
We are proud to announce that we are supported by Cloudflare's [Project Alexandria](https://www.cloudflare.com/lp/project-alexandria) sponsorship program. We would not be able to operate without their help! 💖
|
||||
|
||||
<a href="https://www.cloudflare.com">
|
||||
<img alt="Cloudflare Logo" src="https://raw.githubusercontent.com/is-a-dev/register/main/media/cloudflare.png" height="96">
|
||||
|
||||
+1
-3
@@ -1,6 +1,4 @@
|
||||
# Security Policy
|
||||
|
||||
## Reporting a vulnerability
|
||||
You can report low severity bugs as [issues](https://github.com/is-a-dev/register/issues/new/choose) on this repository.
|
||||
|
||||
However, for **higher severity vulnerabilities and bugs**, please email security@is-a.dev.
|
||||
Please report all vulnerabilities to security@is-a.dev.
|
||||
|
||||
@@ -0,0 +1,79 @@
|
||||
# Terms of Service
|
||||
Welcome to **is-a.dev**, a free subdomain service provided to developers and individuals. By using our service, you agree to the following Terms of Service ("Terms"). Please read them carefully.
|
||||
|
||||
## 1. Acceptance of Terms
|
||||
By accessing or using the is-a.dev subdomain service, you acknowledge that you have read, understood, and agree to be bound by these Terms. If you do not agree, you may not use the service.
|
||||
|
||||
## 2. Eligibility
|
||||
To use the is-a.dev service, you must:
|
||||
|
||||
1. Be at least 13 years old.
|
||||
2. Use the service for lawful purposes only.
|
||||
3. Provide accurate and truthful information during the registration process.
|
||||
|
||||
## 3. Service Description
|
||||
The is-a.dev service allows users to register a subdomain under the "is-a.dev" domain. This service is offered "as-is" without guarantees of uptime, support, or permanence. Subdomains are intended solely for developers and non-commercial projects. Commercial use is strictly prohibited.
|
||||
|
||||
We reserve the right to deny any subdomain registration request for any reason.
|
||||
|
||||
## 4. Prohibited Activities
|
||||
You agree not to use the is-a.dev service for:
|
||||
|
||||
- Hosting illegal content, including but not limited to pirated software, malware, or copyrighted materials without authorization.
|
||||
- Conducting phishing, spam, or other malicious activities.
|
||||
- Promoting hate speech, violence, or discrimination.
|
||||
- Impersonating individuals, organizations, or entities without consent.
|
||||
- Engaging in activities that violate local, national, or international laws.
|
||||
- Any commercial purposes, including advertising, selling products, or hosting e-commerce platforms.
|
||||
- Online stores/shopping websites.
|
||||
- Gambling websites.
|
||||
- Game cheat sites.
|
||||
- CDNs distributing potentially malicious content (e.g., APKs, executables).
|
||||
- 'Unblocked' gaming websites.
|
||||
- Alternate URLs for commonly blocked websites (e.g., gambling/casino websites).
|
||||
- Websites containing 18+ content.
|
||||
- Mass emailing (e.g., newsletters, mailing lists).
|
||||
- File-sharing or torrenting websites distributing copyrighted material.
|
||||
- Cryptocurrency mining sites or tools.
|
||||
- Hacking or cybersecurity exploit websites.
|
||||
- Phishing or fraudulent websites.
|
||||
- Websites hosting illegal or pirated software.
|
||||
- Proxy or VPN services bypassing network restrictions.
|
||||
- Online services for identity theft or forgery.
|
||||
- Platforms promoting self-harm or violence.
|
||||
- Illegal drug marketplaces.
|
||||
- Proxy sites (e.g., embedding other websites).
|
||||
|
||||
Additionally, users must comply with [GitHub’s Terms of Service](https://docs.github.com/en/site-policy/github-terms/github-terms-of-service) where applicable.
|
||||
|
||||
Violation of these terms may result in the immediate termination of your subdomain.
|
||||
|
||||
## 5. Ownership and Intellectual Property
|
||||
1. **Subdomain Ownership**: While you are granted the right to use a subdomain, ownership of the "is-a.dev" domain remains with the service provider.
|
||||
2. **Content Ownership**: You retain ownership of any content you host on your subdomain. However, you grant us a license to use your subdomain registration data (e.g., DNS records) to operate the service.
|
||||
|
||||
## 6. Termination of Service
|
||||
We reserve the right to suspend, terminate, or revoke your subdomain at any time, for any reason, including but not limited to violations of these Terms, operational considerations, or at our sole discretion.
|
||||
|
||||
## 7. Privacy
|
||||
For privacy-related inquiries, please contact us at privacy@is-a.dev. We are not responsible for any data or privacy breaches resulting from the use of our service.
|
||||
|
||||
## 8. Disclaimer of Warranties
|
||||
The is-a.dev service is provided "as-is" and "as available." We make no warranties, expressed or implied, regarding the service’s functionality, reliability, or suitability for any particular purpose.
|
||||
|
||||
## 9. Limitation of Liability
|
||||
To the fullest extent permitted by law, is-a.dev and its operators shall not be liable for any direct, indirect, incidental, special, or consequential damages arising from your use or inability to use the service.
|
||||
|
||||
## 10. Indemnification
|
||||
You agree to indemnify and hold harmless is-a.dev, its operators, and affiliates from any claims, losses, liabilities, or expenses arising from your use of the service or violation of these Terms.
|
||||
|
||||
## 11. Modification of Terms
|
||||
We reserve the right to update or modify these Terms at any time. Changes will be effective immediately upon posting. Your continued use of the service constitutes acceptance of the updated Terms.
|
||||
|
||||
## 12. Governing Law
|
||||
These Terms are governed by and construed in accordance with the laws of Australia. Any disputes shall be resolved exclusively in the courts of Australia.
|
||||
|
||||
## 13. Contact Information
|
||||
For questions or concerns about these Terms, please contact us at support@is-a.dev.
|
||||
|
||||
By using the is-a.dev service, you agree to these Terms of Service.
|
||||
+2
-8
@@ -51,7 +51,6 @@ for (var subdomain in domains) {
|
||||
records.push(
|
||||
CAA(
|
||||
subdomainName,
|
||||
caaRecord.flags,
|
||||
caaRecord.tag,
|
||||
caaRecord.value
|
||||
)
|
||||
@@ -139,12 +138,6 @@ for (var subdomain in domains) {
|
||||
// Handle URL records
|
||||
if (domainData.record.URL) {
|
||||
records.push(A(subdomainName, IP("192.0.2.1"), CF_PROXY_ON));
|
||||
records.push(TXT("_redirect." + subdomainName, "\"" + domainData.record.URL + "\""));
|
||||
}
|
||||
|
||||
// Handle reserved domains
|
||||
if (domainData.reserved) {
|
||||
records.push(TXT(subdomainName, "\"" + "RESERVED" + "\""));
|
||||
}
|
||||
}
|
||||
|
||||
@@ -159,7 +152,8 @@ var ignored = [
|
||||
IGNORE("_dmarc", "TXT"),
|
||||
IGNORE("autoconfig", "CNAME"),
|
||||
IGNORE("autodiscover", "CNAME"),
|
||||
IGNORE("dkim._domainkey", "TXT")
|
||||
IGNORE("dkim._domainkey", "TXT"),
|
||||
IGNORE("ns[1-4]", "A,AAAA"),
|
||||
];
|
||||
|
||||
// Push TXT record of when the zone was last updated
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Yunexiz",
|
||||
"discord": "1040303561847881729"
|
||||
},
|
||||
"record": {
|
||||
"A": [
|
||||
"185.199.109.153",
|
||||
"185.199.108.153",
|
||||
"185.199.110.153",
|
||||
"185.199.111.153"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "gimmywashere",
|
||||
"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,10 @@
|
||||
{
|
||||
"description": "LIGMATV's URL Manager (aka 2)",
|
||||
"owner": {
|
||||
"username": "LIGMATV",
|
||||
"email": "ligmatv.id@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "ligmatv-links.vercel.app"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "3geETR",
|
||||
"email": "egemacun@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "3geetr.github.io"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "maskduck",
|
||||
"discord": "716134528409665586"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "maskduck.pages.dev"
|
||||
}
|
||||
}
|
||||
+10
-11
@@ -1,12 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "XikiZxGS",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
|
||||
"owner": {
|
||||
"username": "XikiZxGS",
|
||||
"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 @@
|
||||
{
|
||||
"description": "domain verification for bluesky",
|
||||
"owner": {
|
||||
"username": "TheHCJ",
|
||||
"bluesky": "did:plc:5f2c6awh4ffekm7srmi4d6zg"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "did:plc:5f2c6awh4ffekm7srmi4d6zg"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "horibyte",
|
||||
"email": "thehoribyte@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "did=did:plc:5ls3iv54vrppjxbs5ztocd75"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"description": "domain verification for bluesky",
|
||||
"owner": {
|
||||
"username": "heyjumanji",
|
||||
"email": "madhuchutiya.unhinge50@silomails.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "did=did:plc:nrjpabfv3zoxd6kiwr6fs4lq"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"description": "Domain verification for my Bluesky account.",
|
||||
"owner": {
|
||||
"username": "LIGMATV",
|
||||
"email": "ligmatv.id@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "did=did:plc:pibkszlhfix34y257kqcozix"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "nilsraccoon",
|
||||
"discord": "1129507464589627512"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "did=did:plc:25w7vwbzb2e3h7cnflqskp37"
|
||||
}
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"description": "domain verification for bluesky",
|
||||
"owner": {
|
||||
"username": "TheHCJ",
|
||||
"bluesky": "did:plc:5f2c6awh4ffekm7srmi4d6zg"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "did:plc:5f2c6awh4ffekm7srmi4d6zg"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "ajtabjs"
|
||||
},
|
||||
"record": {
|
||||
"TXT": ["dh=44c33bd9561dd8d8079e707868adf359b0c5ff05"]
|
||||
}
|
||||
}
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "antebrl",
|
||||
"email": "ahcwnh@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": ["dh=6d109bce7d0aeacdc4a573c959d85a778d239527"]
|
||||
}
|
||||
}
|
||||
"owner": {
|
||||
"username": "antebrl",
|
||||
"email": "ahcwnh@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": ["dh=6d109bce7d0aeacdc4a573c959d85a778d239527"]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "cjolivier123"
|
||||
},
|
||||
"record": {
|
||||
"TXT": ["dh=74c1e1cd4df113f2b79e799d4f0e5910ef8f9557"]
|
||||
}
|
||||
}
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "computerblade-official"
|
||||
},
|
||||
"record": {
|
||||
"TXT": ["dh=63f08ebbf48f55ad7c1a25b6f4d3f2a8504dfb89"]
|
||||
}
|
||||
}
|
||||
"owner": {
|
||||
"username": "computerblade-official"
|
||||
},
|
||||
"record": {
|
||||
"TXT": ["dh=63f08ebbf48f55ad7c1a25b6f4d3f2a8504dfb89"]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "CuteDog5695",
|
||||
"username": "iostpa",
|
||||
"discord": "716306888492318790",
|
||||
"twitter": "cutedog5695"
|
||||
"twitter": "iostpa"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "dh=f85ce7cf4e6ff1f6136767a12c041fbbcb446045"
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "devmatei",
|
||||
"email": "matei.thoma@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": ["dh=7b59d54719ce94db5cc653b7439d2e090f724c7a"]
|
||||
}
|
||||
}
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "DXRdev",
|
||||
"discordID": "335635478684499970",
|
||||
"discord": "elastrixx"
|
||||
},
|
||||
"record": {
|
||||
"TXT": ["dh=146345133ea568500a36844c85d85ec0aead3bae"]
|
||||
}
|
||||
}
|
||||
"owner": {
|
||||
"username": "DXRdev",
|
||||
"discordID": "335635478684499970",
|
||||
"discord": "elastrixx"
|
||||
},
|
||||
"record": {
|
||||
"TXT": ["dh=146345133ea568500a36844c85d85ec0aead3bae"]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "gabekgfx",
|
||||
"email": "bussines.gabrys@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "dh=02ed193dbc1e396517abe81c2c5d9a007a4a6e25"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "TheHCJ",
|
||||
"bluesky": "did:plc:5f2c6awh4ffekm7srmi4d6zg"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "dh=4d34d136feda8f0fade8d9cbf34cfb3ff0adee15"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "minodab492",
|
||||
"email": "heath.garvin@minodabproductions.dev"
|
||||
},
|
||||
"record": {
|
||||
"TXT": ["dh=5a45b7cd26a9cd21f027e4bbf1c010cac0b78204"]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Infernum1"
|
||||
},
|
||||
"record": {
|
||||
"TXT": ["dh=b25f81ebab2ff999a86bbda2f49f609e03054b39"]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "PentSec",
|
||||
"email": "jeffreysfu@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "dh=674aa7264cbcffb1d24dd630c38f8613ad822824"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "is-a-dev",
|
||||
"email": "admin@is-a.dev"
|
||||
},
|
||||
"record": {
|
||||
"TXT": ["dh=d5273eca7d19d9a734f62376816c287bc2613ef7"]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "enderfoxbg",
|
||||
"discord": "970380468090437672"
|
||||
},
|
||||
"record": {
|
||||
"TXT": ["dh=75e9bdc423ca4351bb8938087b552bc2ee9a3e16"]
|
||||
}
|
||||
}
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "tr1xem"
|
||||
},
|
||||
"record": {
|
||||
"TXT": ["dh=2cd8606690feb1e7c8ed348d2875d718bb5b87f1"]
|
||||
}
|
||||
}
|
||||
"owner": {
|
||||
"username": "tr1xem"
|
||||
},
|
||||
"record": {
|
||||
"TXT": ["dh=2cd8606690feb1e7c8ed348d2875d718bb5b87f1"]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "RadioactivePotato",
|
||||
"discord": "krunchiekrunch._."
|
||||
"discord": "1166013268008120340"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "dh=df2bf9fb87a1dc3ee29c6ddfa51ed86da28581c5"
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "duvbolone",
|
||||
"email": "duvbolone@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": ["dh=00c8db5a2edc793156939308c6f9e4a11bbf27e7"]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"description": "niclqs.is-a.dev discord verify „ownership''",
|
||||
"repo": "https://github.com/niclqsger",
|
||||
"owner": {
|
||||
"discord": "niclqs",
|
||||
"email": "discord@push-den-weg.de",
|
||||
"username": "NiclqsGER"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "dh=0b19779c5bdb5bdc6a6e3a5d7f44996deedab1dc"
|
||||
}
|
||||
}
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "nikyy2",
|
||||
"email": "anhky726@gmail.com",
|
||||
"email": "anhky581@gmail.com",
|
||||
"discord": "1007521768761729094"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "dh=0d03c1e4a0e12d0e7190cea1571ec61cb3ba0101"
|
||||
"TXT": "dh=eb8bcab3a2e8a1f278e7cb88404974b46f58a31c"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "profxadke",
|
||||
"email": "xadkeg@duck.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": ["dh=35ca5646ff4cbe25158bef568c0e26c7224f5a61"]
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "potato0706",
|
||||
"email": "potatochips0706@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "dh=0eeef9c4f4ec2b1309eec477bd8170e116d3b1d9"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "keydevelops",
|
||||
"email": "rumaevvadim@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "dh=be4a0fbe37df16fa2d25e29ec7bc4f669703a71d"
|
||||
}
|
||||
"owner": {
|
||||
"username": "keydevelops",
|
||||
"email": "rumaevvadim@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "dh=be4a0fbe37df16fa2d25e29ec7bc4f669703a71d"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Roufox",
|
||||
"email": "gabrielruf.fr@gmail.com",
|
||||
"discord": "Roufox"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "dh=c3f8c6ef337cccc45ed0c1fac8f1dbbb76b86271"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "s8rr"
|
||||
},
|
||||
"record": {
|
||||
"TXT": ["dh=02cb947f7961bbd1816cb3aa4d2d47854665515c"]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Delta-0mega"
|
||||
},
|
||||
"record": {
|
||||
"TXT": ["dh=af891775cf595304f98791bd551966a1c2411fe4"]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "sxn4y",
|
||||
"discord": "5unn7n"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "dh=cfe36ed36af73c3bdcfbfa23744d5826b64d1cfc"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "TheHCJ",
|
||||
"bluesky": "did:plc:5f2c6awh4ffekm7srmi4d6zg"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "dh=d8213a7b69c2c71bfc2cdddc2744080847a4b0da"
|
||||
}
|
||||
}
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "tr1xem"
|
||||
},
|
||||
"record": {
|
||||
"TXT": ["dh=ecefe601258bdf0c1e1e20adb05d84c7b7229995"]
|
||||
}
|
||||
}
|
||||
"owner": {
|
||||
"username": "tr1xem"
|
||||
},
|
||||
"record": {
|
||||
"TXT": ["dh=ecefe601258bdf0c1e1e20adb05d84c7b7229995"]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "voxxdevv",
|
||||
"email": "aminrh@icloud.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "dh=6d817006952096ed75c9c1c84fab50783bad46ac"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "webcubed"
|
||||
},
|
||||
"record": {
|
||||
"TXT": ["dh=1612c48236f97b2a8b0fc79833cd7e46cf0c512d"]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "MukuJhansi",
|
||||
"email": "mukundagrawal800@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "dh=4df0e55d42947236385030525829593c2e5cbd62"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "peme969",
|
||||
"email": "mrcoderpeme@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT":[
|
||||
"forward-email=NjNhNjJlMjMzOGJhMWUxNy1hOTk2MzljYmY0ZDczZWViZDY2NTljZmUwMDc4OTM5MmQ3YmVjN2RmYWEyMjFlN2VhODAxZWUwOWI5ODhhNDY2"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "yz9551",
|
||||
"email": "",
|
||||
"discord": "yz9551"
|
||||
},
|
||||
"record": {
|
||||
"TXT": [
|
||||
"v=DMARC1; p=reject; pct=100; rua=mailto:dmarc-reports@yxz.is-a.dev; ruf=mailto:forensic-reports@yxz.is-a.dev; adkim=r; aspf=r"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "is-a-dev",
|
||||
"email": "admin@is-a.dev"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://is-a.dev/docs"
|
||||
}
|
||||
}
|
||||
{
|
||||
"owner": {
|
||||
"username": "is-a-dev",
|
||||
"email": "admin@is-a.dev"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "2aeb08f313"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "is-a-dev",
|
||||
"email": "admin@is-a.dev"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://is-a.dev/docs"
|
||||
}
|
||||
}
|
||||
{
|
||||
"owner": {
|
||||
"username": "is-a-dev",
|
||||
"email": "admin@is-a.dev"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "30e221e0a1"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"description": "JustStudio.",
|
||||
"owner": {
|
||||
"username": "JustDeveloper1",
|
||||
"email": "support@juststudio.is-a.dev",
|
||||
"discord": "1117482901353812088"
|
||||
},
|
||||
"record": {
|
||||
"TXT": [
|
||||
"d878bca923"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "LUMIDevelopment"
|
||||
},
|
||||
"record": {
|
||||
"TXT": ["eade7c5be7"]
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "0v90",
|
||||
"discord": "651519394673065989"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "9e58408bb4a7267e5a81669f75cfb3"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "abiapp789",
|
||||
"email": "abiapp2024@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "5bcd2d69c4cca15abd91d504a5b72a"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "ajtabjs"
|
||||
},
|
||||
"record": {
|
||||
"TXT": ["39626a2cbd8f72ba60b0e40dc06e45"]
|
||||
}
|
||||
}
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "aruntechpro",
|
||||
"email": "arunkumarakr03@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "8583e778337112b720ebf6e1ec46a5"
|
||||
}
|
||||
}
|
||||
{
|
||||
"owner": {
|
||||
"username": "aruntechpro",
|
||||
"email": "arunkumarakr03@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "8583e778337112b720ebf6e1ec46a5"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "devhammed",
|
||||
"email": "hey@hammed.dev"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "7672b068b3140a9fbaaf9bfe0ab136"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "ethereumvd",
|
||||
"email": "ethereum249@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "acffd9c330d027fef82987d6dd8b4e"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Fluffythebunny",
|
||||
"email": "puglsytt@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "beb68ebc988463b8b1753c41c14f9e"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "FormunaGit",
|
||||
"discord": "formuna"
|
||||
},
|
||||
"record": {
|
||||
"TXT": ["f1190641c5391341d1097c3a2a8160"]
|
||||
}
|
||||
"owner": {
|
||||
"username": "FormunaGit",
|
||||
"discord": "formuna"
|
||||
},
|
||||
"record": {
|
||||
"TXT": ["f1190641c5391341d1097c3a2a8160"]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "gabekgfx",
|
||||
"email": "bussines.gabrys@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "e9b873f6071bb8f4c1384efe52d14d"
|
||||
}
|
||||
}
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "CuteDog5695",
|
||||
"username": "iostpa",
|
||||
"discord": "716306888492318790",
|
||||
"twitter": "cutedog5695"
|
||||
"twitter": "iostpa"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "cd8aac10494e4b5b76656163a11508"
|
||||
@@ -1,8 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "is-a-dev",
|
||||
"email": "admin@is-a.dev"
|
||||
},
|
||||
"record": {},
|
||||
"reserved": true
|
||||
}
|
||||
{
|
||||
"owner": {
|
||||
"username": "is-a-dev",
|
||||
"email": "admin@is-a.dev"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "18b49a8904257ea06c3595614d9a4e"
|
||||
}
|
||||
}
|
||||
@@ -3,6 +3,7 @@
|
||||
"username": "is-a-dev",
|
||||
"email": "admin@is-a.dev"
|
||||
},
|
||||
"record": {},
|
||||
"reserved": true
|
||||
"record": {
|
||||
"TXT": "9aed675b73d2147d4bc644c3551ef9"
|
||||
}
|
||||
}
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"description": "Requested by GitHub support for verification of a public suffix",
|
||||
"owner": {
|
||||
"username": "is-a-dev",
|
||||
"email": "admin@is-a.dev"
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "JosemyDuarte"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "f9830295961050524a4ba5c3eb4b62"
|
||||
}
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"description": "GitHub said that the verification was needed so I created this record.",
|
||||
"owner": {
|
||||
"username": "jwaxy",
|
||||
"email": "me@yxawj.aleeas.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "8e4b33b2837436011e57d5cade6b40"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "l6174",
|
||||
"email": "l6174@proton.me"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "239afcf7406892899a65a396dc024f"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "manugeni",
|
||||
"email": "rendaniman@outlook.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "c43b4f0460a8d8b9c05affa2da77ef"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "MohamadOday",
|
||||
"email": "adada133321t@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "a67c1c7ad9e8f589a22c5c161548f8"
|
||||
}
|
||||
}
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"description": "Personal Website",
|
||||
"owner": {
|
||||
"username": "mrinjamul",
|
||||
"email": "injamulmohammadmollah@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "f89efe65af996d174d8f254c511bf3"
|
||||
}
|
||||
"description": "Personal Website",
|
||||
"owner": {
|
||||
"username": "mrinjamul",
|
||||
"email": "injamulmohammadmollah@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "f89efe65af996d174d8f254c511bf3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "NarasimaPandiyan",
|
||||
"email": "cs42059@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "0cd2fb39489f7652da9a4942df4a75"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "ogsamrat"
|
||||
},
|
||||
"record": {
|
||||
"TXT": ["eeef7c979489f42f420873389f2bef"]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "PentSec",
|
||||
"email": "jeffreysfu@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "c1f0e5d392a06b64a632b42f794b1a"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "potato0706",
|
||||
"email": "potatochips0706@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "5b91b8e422a44c261ea94f0cd21d21"
|
||||
}
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "RadioactivePotato",
|
||||
"discord": "krunchiekrunch._."
|
||||
"discord": "1166013268008120340"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "05dc6febabf44f8decab35d01609ee"
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "ramanandkrgupta",
|
||||
"email": "ramanand@myyahoo.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "07cd3e879dce98546f212f494f50da"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Rouf0x",
|
||||
"email": "Gabrielruf.fr@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "f01cd0a4cbac68efe6b87568776ad9"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "vurihuang",
|
||||
"email": "vengeancehuang@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": ["2447215d9fcea09574fc1831f99c8d"]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "vurihuang",
|
||||
"email": "vengeancehuang@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": ["8ba2660c4c9bb5915177df7123d158"]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "wdhdev",
|
||||
"email": "william@is-a.dev"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "6b3a5de4756e5840afc94698b74712"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "webcubed"
|
||||
},
|
||||
"record": {
|
||||
"TXT": ["d4d8fdb1fea56bbbf4470d4e6f5e40"]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "wizcann"
|
||||
},
|
||||
"record": {
|
||||
"TXT": ["76bdb40edcf54ac449921a71e3e388"]
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Yunexiz",
|
||||
"discord": "1040303561847881729"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "a39a9e9549128753e8f6757a37d2c2"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "yunexiz",
|
||||
"discord": "1040303561847881729"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "44acf50d05a09c5bdcb82f64551e6c"
|
||||
}
|
||||
}
|
||||
@@ -1,12 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "yz9551",
|
||||
"email": "",
|
||||
"discord": "yz9551"
|
||||
},
|
||||
"record": {
|
||||
"TXT": [
|
||||
"1b83953af6bc9eb40dc5ccfb434238"
|
||||
]
|
||||
}
|
||||
"owner": {
|
||||
"username": "yz9551",
|
||||
"email": "",
|
||||
"discord": "yz9551"
|
||||
},
|
||||
"record": {
|
||||
"TXT": ["1b83953af6bc9eb40dc5ccfb434238"]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "3geETR",
|
||||
|
||||
"email": "egemacun@gmail.com"
|
||||
},
|
||||
|
||||
"record": {
|
||||
"SRV": [
|
||||
{
|
||||
"priority": 0,
|
||||
"weight": 5,
|
||||
"port": 32279,
|
||||
"target": "gold.magmanode.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -4,6 +4,6 @@
|
||||
"email": "admin@is-a.dev"
|
||||
},
|
||||
"record": {
|
||||
"TXT": ["https://github.com/publicsuffix/list/pull/2225"]
|
||||
"TXT": "https://github.com/publicsuffix/list/pull/2225"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "TheHCJ",
|
||||
"bluesky": "did:plc:5f2c6awh4ffekm7srmi4d6zg"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "SHA256:KFRJFKicG2rnITzSxLQn62svO68oydMpEDpQ6yRbtR0"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"description": "LIGMATV's URL Manager (aka 2)",
|
||||
"owner": {
|
||||
"username": "LIGMATV",
|
||||
"email": "ligmatv.id@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": ["vc-domain-verify=2.is-a.dev,ea014a1b9a6ec8986aa0"]
|
||||
}
|
||||
}
|
||||
@@ -1,12 +1,10 @@
|
||||
{
|
||||
"description": "Domain for my portfolio website",
|
||||
"owner": {
|
||||
"username": "aeyika",
|
||||
"email": "aeyikastech@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": [
|
||||
"vc-domain-verify=aeyika.is-a.dev,84418c102cd22e0a172c"
|
||||
]
|
||||
}
|
||||
"description": "Domain for my portfolio website",
|
||||
"owner": {
|
||||
"username": "aeyika",
|
||||
"email": "aeyikastech@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": ["vc-domain-verify=aeyika.is-a.dev,84418c102cd22e0a172c"]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "AKBORANA3"
|
||||
},
|
||||
"record": {
|
||||
"TXT": ["vc-domain-verify=akay.is-a.dev,f9e6eaccf85abfddae57"]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "lunas-private-dungeon",
|
||||
"email": "luna.tsx@proton.me",
|
||||
"discord": "507625218467168257"
|
||||
},
|
||||
"record": {
|
||||
"TXT": ["vc-domain-verify=alisa.is-a.dev,01abd793050b01c5d63f"]
|
||||
}
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user