Merge branch 'main' into main

This commit is contained in:
VulcanoSoftware
2025-01-19 10:41:18 +01:00
committed by GitHub
828 changed files with 6768 additions and 3568 deletions
-1
View File
@@ -1 +0,0 @@
custom: ["https://donate.is-a.dev"]
+17 -12
View File
@@ -1,16 +1,21 @@
<!-- Please complete this template so we can review your pull request faster. -->
<!--
!!! YOU MUST FILL OUT THIS TEMPLATE FOR YOUR PULL REQUEST TO BE ACCEPTED !!!
-->
## Requirements
Unless explicitly specified otherwise by a **maintainer** or in the requirement description, your domain must pass **ALL** the indicated requirements above.
Unless explicitly specified otherwise by a **maintainer** or in the requirement description, your domain **MUST** pass **ALL** the indicated requirements below.
Please note that we reserve the rights not to accept any domain at our own discretion.
<!-- 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).
- [ ] The file is in the `domains` folder and is in the JSON format.
- [ ] The file's name is all lowercased and alphanumeric. <!-- Your file's name is yourname.json, not YourName.json or your_name.json. -->
- [ ] You have completed your website. <!-- This is not required if the domain you're registering is for emails. -->
- [ ] The website is reachable. <!-- This is not required if the domain you're registering is for emails. -->
- [ ] The CNAME record doesn't contain `https://` or `/`. <!-- This is not required if you are not using a CNAME record. -->
- [ ] There is sufficient information at the `owner` field. <!-- You need to have your email presented at `email` field. If you don't want to provide your email for any reason, you can specify another social platform (e.g. Twitter) so we can contact you. -->
## Website Link/Preview
<!-- Please provide a link or preview of your website below. If you can't make the website visible, then an image of the website is also fine! -->
## 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. -->
+6 -1
View File
@@ -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
View File
@@ -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"
+4 -5
View File
@@ -19,14 +19,13 @@ concurrency:
cancel-in-progress: true
jobs:
dns:
name: DNS
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
@@ -38,4 +37,4 @@ jobs:
- run: npm install
- run: npm test
- run: npx ava tests/*.test.js
+3
View File
@@ -128,3 +128,6 @@ dist
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*
# Custom
.DS_Store
+2 -20
View File
@@ -4,27 +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.
## Explicitly disallowed usage
- Online stores/shopping websites
- Gambling websites
- Game cheat sites
- CDNs distributing potentially malicious content (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
Abuse reports will be investigated and the necessary action will be taken.
+23 -31
View File
@@ -12,7 +12,7 @@
<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.
@@ -21,47 +21,39 @@ Not all of these will be posted on GitHub, however they will always be posted in
<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.
In your PR, please provide *extensive* reasoning, with evidence/examples, of why you need NS records.
You can see a good example of this [here](https://github.com/is-a-dev/register/pull/17592).
***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 create PRs for updating their records, you can too.
- It is easier to manage DNS records on *(insert DNS provider name)*.
- It isn't too difficult to open a pull request to update your DNS records. We aim for PRs to be merged with-in 24 hours.
- I want to use DDoS protection.
- You can simply add `"proxied": true` to your file, to enable Cloudflare's Enterprise-level DDoS protection for your subdomain.
> [!NOTE]
> You can skip these requirements by [supporting the service](https://wdh.gg/pvNCdvs) with a small amount of $2.
>
> 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
View File
@@ -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.
+79
View File
@@ -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 [GitHubs 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 services 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.
+10 -46
View File
@@ -29,18 +29,14 @@ for (var subdomain in domains) {
// Handle A records
if (domainData.record.A) {
for (var a in domainData.record.A) {
records.push(
A(subdomainName, IP(domainData.record.A[a]), proxyState)
);
records.push(A(subdomainName, IP(domainData.record.A[a]), proxyState));
}
}
// Handle AAAA records
if (domainData.record.AAAA) {
for (var aaaa in domainData.record.AAAA) {
records.push(
AAAA(subdomainName, domainData.record.AAAA[aaaa], proxyState)
);
records.push(AAAA(subdomainName, domainData.record.AAAA[aaaa], proxyState));
}
}
@@ -48,29 +44,14 @@ for (var subdomain in domains) {
if (domainData.record.CAA) {
for (var caa in domainData.record.CAA) {
var caaRecord = domainData.record.CAA[caa];
records.push(
CAA(
subdomainName,
caaRecord.flags,
caaRecord.tag,
caaRecord.value
)
);
records.push(CAA(subdomainName, caaRecord.tag, caaRecord.value));
}
}
// Handle CNAME records
if (domainData.record.CNAME) {
// Allow CNAME record on root
if (subdomainName === "@") {
records.push(
ALIAS(subdomainName, domainData.record.CNAME + ".", proxyState)
);
} else {
records.push(
CNAME(subdomainName, domainData.record.CNAME + ".", proxyState)
);
}
// Use ALIAS instead of CNAME to support CNAME flattening on the root domain
records.push(ALIAS(subdomainName, domainData.record.CNAME + ".", proxyState));
}
// Handle DS records
@@ -78,13 +59,7 @@ for (var subdomain in domains) {
for (var ds in domainData.record.DS) {
var dsRecord = domainData.record.DS[ds];
records.push(
DS(
subdomainName,
dsRecord.key_tag,
dsRecord.algorithm,
dsRecord.digest_type,
dsRecord.digest
)
DS(subdomainName, dsRecord.key_tag, dsRecord.algorithm, dsRecord.digest_type, dsRecord.digest)
);
}
}
@@ -92,13 +67,7 @@ for (var subdomain in domains) {
// Handle MX records
if (domainData.record.MX) {
for (var mx in domainData.record.MX) {
records.push(
MX(
subdomainName,
10 + parseInt(mx),
domainData.record.MX[mx] + "."
)
);
records.push(MX(subdomainName, 10 + parseInt(mx), domainData.record.MX[mx] + "."));
}
}
@@ -114,13 +83,7 @@ for (var subdomain in domains) {
for (var srv in domainData.record.SRV) {
var srvRecord = domainData.record.SRV[srv];
records.push(
SRV(
subdomainName,
srvRecord.priority,
srvRecord.weight,
srvRecord.port,
srvRecord.target + "."
)
SRV(subdomainName, srvRecord.priority, srvRecord.weight, srvRecord.port, srvRecord.target + ".")
);
}
}
@@ -153,7 +116,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"
]
}
}
+10 -11
View File
@@ -1,12 +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"
}
}
"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"
}
}
+10
View File
@@ -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"
}
}
+10
View File
@@ -0,0 +1,10 @@
{
"repo": "https://github.com/256javy/256javy.github.io",
"owner": {
"username": "256javy",
"email": "256javiervillalba@gmail.com"
},
"record": {
"CNAME": "256javy.github.io"
}
}
+7 -7
View File
@@ -1,9 +1,9 @@
{
"owner": {
"username": "3geETR",
"email": "egemacun@gmail.com"
},
"record": {
"CNAME": "3geetr.github.io"
}
"owner": {
"username": "3geETR",
"email": "egemacun@gmail.com"
},
"record": {
"CNAME": "3geetr.github.io"
}
}
-9
View File
@@ -1,9 +0,0 @@
{
"owner": {
"username": "maskduck",
"discord": "716134528409665586"
},
"record": {
"CNAME": "maskduck.pages.dev"
}
}
+10 -11
View File
@@ -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"
}
}
+10
View File
@@ -0,0 +1,10 @@
{
"description": "domain verification for bluesky",
"owner": {
"username": "TheHCJ",
"bluesky": "did:plc:5f2c6awh4ffekm7srmi4d6zg"
},
"record": {
"TXT": "did:plc:5f2c6awh4ffekm7srmi4d6zg"
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "horibyte",
"email": "thehoribyte@gmail.com"
},
"record": {
"TXT": "did=did:plc:5ls3iv54vrppjxbs5ztocd75"
}
}
+10
View File
@@ -0,0 +1,10 @@
{
"description": "domain verification for bluesky",
"owner": {
"username": "heyjumanji",
"email": "madhuchutiya.unhinge50@silomails.com"
},
"record": {
"TXT": "did=did:plc:nrjpabfv3zoxd6kiwr6fs4lq"
}
}
+10
View File
@@ -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"
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "itsFatlum",
"email": "fatlum@lumi.is-a.dev"
},
"record": {
"TXT": "did=did:plc:c6m5rghb7tkmf5isd3pqjpbt"
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "nilsraccoon",
"discord": "1129507464589627512"
},
"record": {
"TXT": "did=did:plc:25w7vwbzb2e3h7cnflqskp37"
}
}
-10
View File
@@ -1,10 +0,0 @@
{
"description": "domain verification for bluesky",
"owner": {
"username": "TheHCJ",
"bluesky": "did:plc:5f2c6awh4ffekm7srmi4d6zg"
},
"record": {
"TXT": "did:plc:5f2c6awh4ffekm7srmi4d6zg"
}
}
+8
View File
@@ -0,0 +1,8 @@
{
"owner": {
"username": "ajtabjs"
},
"record": {
"TXT": ["dh=44c33bd9561dd8d8079e707868adf359b0c5ff05"]
}
}
-9
View File
@@ -1,9 +0,0 @@
{
"owner": {
"username": "anirbaaaan183",
"email": "anirbanrc@proton.me"
},
"record": {
"TXT": "dh=ef12f3d26e5f641e4a2f956c2a208b8da58b5c47"
}
}
+8 -8
View File
@@ -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"]
}
}
+8
View File
@@ -0,0 +1,8 @@
{
"owner": {
"username": "cjolivier123"
},
"record": {
"TXT": ["dh=74c1e1cd4df113f2b79e799d4f0e5910ef8f9557"]
}
}
+7 -7
View File
@@ -1,8 +1,8 @@
{
"owner": {
"username": "computerblade-official"
},
"record": {
"TXT": ["dh=63f08ebbf48f55ad7c1a25b6f4d3f2a8504dfb89"]
}
}
"owner": {
"username": "computerblade-official"
},
"record": {
"TXT": ["dh=63f08ebbf48f55ad7c1a25b6f4d3f2a8504dfb89"]
}
}
+2 -2
View File
@@ -1,8 +1,8 @@
{
"owner": {
"username": "CuteDog5695",
"username": "iostpa",
"discord": "716306888492318790",
"twitter": "cutedog5695"
"twitter": "iostpa"
},
"record": {
"TXT": "dh=f85ce7cf4e6ff1f6136767a12c041fbbcb446045"
+9 -9
View File
@@ -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"]
}
}
-9
View File
@@ -1,9 +0,0 @@
{
"owner": {
"username": "gabekgfx",
"email": "bussines.gabrys@gmail.com"
},
"record": {
"TXT": "dh=02ed193dbc1e396517abe81c2c5d9a007a4a6e25"
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "TheHCJ",
"bluesky": "did:plc:5f2c6awh4ffekm7srmi4d6zg"
},
"record": {
"TXT": "dh=4d34d136feda8f0fade8d9cbf34cfb3ff0adee15"
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "minodab492",
"email": "heath.garvin@minodabproductions.dev"
},
"record": {
"TXT": ["dh=5a45b7cd26a9cd21f027e4bbf1c010cac0b78204"]
}
}
+7 -7
View File
@@ -1,8 +1,8 @@
{
"owner": {
"username": "Infernum1"
},
"record": {
"TXT": ["dh=b25f81ebab2ff999a86bbda2f49f609e03054b39"]
}
}
"owner": {
"username": "Infernum1"
},
"record": {
"TXT": ["dh=b25f81ebab2ff999a86bbda2f49f609e03054b39"]
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "PentSec",
"email": "jeffreysfu@gmail.com"
},
"record": {
"TXT": "dh=674aa7264cbcffb1d24dd630c38f8613ad822824"
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "is-a-dev",
"email": "admin@is-a.dev"
},
"record": {
"TXT": ["dh=d5273eca7d19d9a734f62376816c287bc2613ef7"]
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "enderfoxbg",
"discord": "970380468090437672"
},
"record": {
"TXT": ["dh=75e9bdc423ca4351bb8938087b552bc2ee9a3e16"]
}
}
+7 -7
View File
@@ -1,8 +1,8 @@
{
"owner": {
"username": "tr1xem"
},
"record": {
"TXT": ["dh=2cd8606690feb1e7c8ed348d2875d718bb5b87f1"]
}
}
"owner": {
"username": "tr1xem"
},
"record": {
"TXT": ["dh=2cd8606690feb1e7c8ed348d2875d718bb5b87f1"]
}
}
+1 -1
View File
@@ -1,7 +1,7 @@
{
"owner": {
"username": "RadioactivePotato",
"discord": "krunchiekrunch._."
"discord": "1166013268008120340"
},
"record": {
"TXT": "dh=df2bf9fb87a1dc3ee29c6ddfa51ed86da28581c5"
+12
View File
@@ -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"
}
}
+10
View File
@@ -0,0 +1,10 @@
{
"owner": {
"username": "nikyy2",
"email": "anhky581@gmail.com",
"discord": "1007521768761729094"
},
"record": {
"TXT": "dh=eb8bcab3a2e8a1f278e7cb88404974b46f58a31c"
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "profxadke",
"email": "xadkeg@duck.com"
},
"record": {
"TXT": ["dh=35ca5646ff4cbe25158bef568c0e26c7224f5a61"]
}
}
+7 -7
View File
@@ -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"
}
}
+8 -8
View File
@@ -1,10 +1,10 @@
{
"owner": {
"username": "Roufox",
"email": "gabrielruf.fr@gmail.com",
"discord": "Roufox"
},
"record": {
"TXT": "dh=c3f8c6ef337cccc45ed0c1fac8f1dbbb76b86271"
}
"owner": {
"username": "Roufox",
"email": "gabrielruf.fr@gmail.com",
"discord": "Roufox"
},
"record": {
"TXT": "dh=c3f8c6ef337cccc45ed0c1fac8f1dbbb76b86271"
}
}
+7 -7
View File
@@ -1,8 +1,8 @@
{
"owner": {
"username": "s8rr"
},
"record": {
"TXT": ["dh=02cb947f7961bbd1816cb3aa4d2d47854665515c"]
}
}
"owner": {
"username": "s8rr"
},
"record": {
"TXT": ["dh=02cb947f7961bbd1816cb3aa4d2d47854665515c"]
}
}
+7 -7
View File
@@ -1,8 +1,8 @@
{
"owner": {
"username": "Delta-0mega"
},
"record": {
"TXT": ["dh=af891775cf595304f98791bd551966a1c2411fe4"]
}
}
"owner": {
"username": "Delta-0mega"
},
"record": {
"TXT": ["dh=af891775cf595304f98791bd551966a1c2411fe4"]
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "sxn4y",
"discord": "5unn7n"
},
"record": {
"TXT": "dh=cfe36ed36af73c3bdcfbfa23744d5826b64d1cfc"
}
}
-9
View File
@@ -1,9 +0,0 @@
{
"owner": {
"username": "TheHCJ",
"bluesky": "did:plc:5f2c6awh4ffekm7srmi4d6zg"
},
"record": {
"TXT": "dh=d8213a7b69c2c71bfc2cdddc2744080847a4b0da"
}
}
+7 -7
View File
@@ -1,8 +1,8 @@
{
"owner": {
"username": "tr1xem"
},
"record": {
"TXT": ["dh=ecefe601258bdf0c1e1e20adb05d84c7b7229995"]
}
}
"owner": {
"username": "tr1xem"
},
"record": {
"TXT": ["dh=ecefe601258bdf0c1e1e20adb05d84c7b7229995"]
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "voxxdevv",
"email": "aminrh@icloud.com"
},
"record": {
"TXT": "dh=6d817006952096ed75c9c1c84fab50783bad46ac"
}
}
+8
View File
@@ -0,0 +1,8 @@
{
"owner": {
"username": "webcubed"
},
"record": {
"TXT": ["dh=1612c48236f97b2a8b0fc79833cd7e46cf0c512d"]
}
}
+10
View File
@@ -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"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"owner": {
"username": "peme969",
"email": "mrcoderpeme@gmail.com"
},
"record": {
"TXT":[
"forward-email=NjNhNjJlMjMzOGJhMWUxNy1hOTk2MzljYmY0ZDczZWViZDY2NTljZmUwMDc4OTM5MmQ3YmVjN2RmYWEyMjFlN2VhODAxZWUwOWI5ODhhNDY2"
]
}
}
+10
View File
@@ -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"
}
}
+10
View File
@@ -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"
}
}
+10 -10
View File
@@ -1,12 +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"
]
}
"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"
]
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "is-a-dev",
"email": "admin@is-a.dev"
},
"record": {
"TXT": "2aeb08f313"
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "is-a-dev",
"email": "admin@is-a.dev"
},
"record": {
"TXT": "30e221e0a1"
}
}
+13
View File
@@ -0,0 +1,13 @@
{
"description": "JustStudio.",
"owner": {
"username": "JustDeveloper1",
"email": "support@juststudio.is-a.dev",
"discord": "1117482901353812088"
},
"record": {
"TXT": [
"d878bca923"
]
}
}
+8
View File
@@ -0,0 +1,8 @@
{
"owner": {
"username": "LUMIDevelopment"
},
"record": {
"TXT": ["eade7c5be7"]
}
}
@@ -1,9 +0,0 @@
{
"owner": {
"username": "0v90",
"discord": "651519394673065989"
},
"record": {
"TXT": "9e58408bb4a7267e5a81669f75cfb3"
}
}
@@ -0,0 +1,9 @@
{
"owner": {
"username": "256javy",
"email": "256javiervillalba@gmail.com"
},
"record": {
"TXT": "5274c84dbbf074d67b53fc4305ced5"
}
}
@@ -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 +0,0 @@
{
"owner": {
"username": "anirbaaaan183",
"email": "anirbanrc@proton.me"
},
"record": {
"TXT": "5f8c296170c0f2cd8aa1089b065900"
}
}
@@ -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"
}
}
@@ -1,8 +1,8 @@
{
"owner": {
"username": "CuteDog5695",
"username": "iostpa",
"discord": "716306888492318790",
"twitter": "cutedog5695"
"twitter": "iostpa"
},
"record": {
"TXT": "cd8aac10494e4b5b76656163a11508"
@@ -0,0 +1,9 @@
{
"owner": {
"username": "is-a-dev",
"email": "admin@is-a.dev"
},
"record": {
"TXT": "18b49a8904257ea06c3595614d9a4e"
}
}
@@ -0,0 +1,9 @@
{
"owner": {
"username": "is-a-dev",
"email": "admin@is-a.dev"
},
"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,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"
}
}
@@ -1,10 +1,9 @@
{
"owner": {
"username": "vurihuang",
"email": "vengeancehuang@gmail.com"
},
"record": {
"TXT": ["2447215d9fcea09574fc1831f99c8d"]
}
"owner": {
"username": "vurihuang",
"email": "vengeancehuang@gmail.com"
},
"record": {
"TXT": ["2447215d9fcea09574fc1831f99c8d"]
}
}
@@ -1,10 +1,9 @@
{
"owner": {
"username": "vurihuang",
"email": "vengeancehuang@gmail.com"
},
"record": {
"TXT": ["8ba2660c4c9bb5915177df7123d158"]
}
"owner": {
"username": "vurihuang",
"email": "vengeancehuang@gmail.com"
},
"record": {
"TXT": ["8ba2660c4c9bb5915177df7123d158"]
}
}
@@ -0,0 +1,8 @@
{
"owner": {
"username": "webcubed"
},
"record": {
"TXT": ["d4d8fdb1fea56bbbf4470d4e6f5e40"]
}
}
@@ -1,8 +1,8 @@
{
"owner": {
"username": "wizcann"
},
"record": {
"TXT": ["76bdb40edcf54ac449921a71e3e388"]
}
"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"]
}
}
+18 -21
View File
@@ -1,21 +1,18 @@
{
"owner": {
"username": "3geETR",
"email": "egemacun@gmail.com"
},
"record": {
"SRV": [
{
"priority": 0,
"weight": 5,
"port": 32279,
"target": "gold.magmanode.com"
}
]
}
}
{
"owner": {
"username": "3geETR",
"email": "egemacun@gmail.com"
},
"record": {
"SRV": [
{
"priority": 0,
"weight": 5,
"port": 32279,
"target": "gold.magmanode.com"
}
]
}
}
+1 -1
View File
@@ -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"
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "TheHCJ",
"bluesky": "did:plc:5f2c6awh4ffekm7srmi4d6zg"
},
"record": {
"TXT": "SHA256:KFRJFKicG2rnITzSxLQn62svO68oydMpEDpQ6yRbtR0"
}
}
+10
View File
@@ -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"]
}
}

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