chore: handsfree.work 域名 修改

This commit is contained in:
xiaojunnuo
2026-06-08 16:48:30 +08:00
parent 73cab6a6ee
commit 71030b7e27
19 changed files with 21 additions and 21 deletions
@@ -28,12 +28,12 @@ describe("DnsPersistRecordService", () => {
const service = new DnsPersistRecordService();
const record = await service.buildRecord({
domain: "aaa.handsfree.work",
domain: "aaa.handfree.work",
accountUri: "https://example.com/acct/1",
});
assert.equal(record.hostRecord, "_validation-persist.aaa");
assert.equal(record.mainDomain, "handsfree.work");
assert.equal(record.mainDomain, "handfree.work");
assert.equal(record.recordValue, "letsencrypt.org; accounturi=https://example.com/acct/1; policy=wildcard");
});