Update iCloud Private Relay Hosts

This commit is contained in:
SukkaW
2023-09-25 16:45:52 +08:00
parent b1df5bf2f3
commit b3edf49c9e
2 changed files with 3 additions and 1 deletions

View File

@@ -89,7 +89,7 @@ async function processHosts(hostsUrl, includeAllSubDomain = false) {
const _domain = domains.join(' ').trim();
if (DEBUG_DOMAIN_TO_FIND && _domain.includes(DEBUG_DOMAIN_TO_FIND)) {
warnOnce(hostsUrl.toString(), false, DEBUG_DOMAIN_TO_FIND);
warnOnce(hostsUrl.href, false, DEBUG_DOMAIN_TO_FIND);
foundDebugDomain = true;
}