mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-05-20 14:24:15 +00:00
allow SRV style domains
This commit is contained in:
@@ -61,6 +61,9 @@ t("Nested subdomains should be owned by the parent subdomain's owner", (t) => {
|
||||
|
||||
if (parentDomain !== subdomain) {
|
||||
const data = getDomainData(subdomain);
|
||||
|
||||
if (parent.startsWith("_")) continue;
|
||||
|
||||
const parentData = getDomainData(parentDomain);
|
||||
|
||||
t.true(
|
||||
|
||||
Reference in New Issue
Block a user