diff --git a/lib/api.js b/lib/api.js index 730594b6..5b87a0c6 100644 --- a/lib/api.js +++ b/lib/api.js @@ -159,7 +159,7 @@ export const createZeroTrustRule = async (wirefilterExpression, name = "CGPS Fil "Filter lists created by Cloudflare Gateway Pi-hole Scripts. Avoid editing this rule. Changing the name of this rule will break the script.", enabled: true, action: "block", - rule_settings: { "block_page_enabled": BLOCK_PAGE_ENABLED }, + rule_settings: { "block_page_enabled": BLOCK_PAGE_ENABLED, "block_reason": "Blocked by CGPS, check your filter lists if this was a mistake." }, filters, traffic: wirefilterExpression, }),