mirror of
https://github.com/Nezumi-2711/cloudflare-gateway-pihole-scripts.git
synced 2026-09-22 13:38:37 +00:00
updated logging for API calls
This commit is contained in:
@@ -7,5 +7,6 @@ const wirefilterExpression = lists.reduce((previous, current) => {
|
||||
return `${previous} any(dns.domains[*] in \$${current.id}) or `;
|
||||
}, "");
|
||||
|
||||
console.log("Creating rule...");
|
||||
// Remove the trailing ' or '
|
||||
await createZeroTrustRule(wirefilterExpression.slice(0, -4));
|
||||
|
||||
Reference in New Issue
Block a user