mirror of
https://github.com/Nezumi-2711/cloudflare-gateway-pihole-scripts.git
synced 2026-09-22 20:01:04 +00:00
wording
This commit is contained in:
+1
-3
@@ -125,9 +125,7 @@ console.log(`Number of unnecessary domains: ${unnecessaryDomainCount}`);
|
|||||||
console.log(`Number of blocked domains: ${domains.length}`);
|
console.log(`Number of blocked domains: ${domains.length}`);
|
||||||
console.log(`Number of allowed domains: ${allowedDomainCount}`);
|
console.log(`Number of allowed domains: ${allowedDomainCount}`);
|
||||||
console.log(
|
console.log(
|
||||||
`Number of lists which will be created: ${Math.ceil(
|
`Number of lists to be created: ${Math.ceil(domains.length / LIST_ITEM_SIZE)}`
|
||||||
domains.length / LIST_ITEM_SIZE
|
|
||||||
)}`
|
|
||||||
);
|
);
|
||||||
console.log("\n\n");
|
console.log("\n\n");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user