Skip to content

Commit c3f4dc2

Browse files
Merge branch 'main' into main
2 parents 73a5c70 + 90f5323 commit c3f4dc2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

domains/naffy.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"owner": {
33
"username": "knownasnaffy",
4-
"twitter": "dharni_naffy"
4+
"email": "contact@barinderpreet.com"
55
},
66
"records": {
7-
"CNAME": "knownasnaffy.github.io"
7+
"URL": "https://barinderpreet.com"
88
}
99
}

tests/records.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ t("All files should have valid records", (t) => {
286286
recordKeys.length === 1 || (recordKeys.length === 2 && recordKeys.includes("DS")),
287287
`${file}: NS records cannot be combined with other records, except for DS records`
288288
);
289+
t.true(!data.services, `${file}: Service records cannot be present when NS records are defined`);
289290
}
290291
if (recordKeys.includes("DS")) {
291292
t.true(recordKeys.includes("NS"), `${file}: DS records must be combined with NS records`);

0 commit comments

Comments
 (0)