From 185e30fa313803dec0f6a9395d686c56047fee29 Mon Sep 17 00:00:00 2001 From: Viet Huynh Date: Sun, 10 Sep 2023 03:58:31 +0700 Subject: [PATCH] updated DRY_RUN instruction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 45569f0..c323eb8 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ Alternatively, you can install the Cloudflare WARP client and log in to Zero Tru ### Dry runs -To see if e.g. your filter lists are valid without actually changing anything in your Cloudflare account, you can set the `DRY_RUN` environment variable to "true" or any value other than empty, either in `.env` or the regular way. This will only print info such as the lists that would be created or the amount of duplicate domains to the console. +To see if e.g. your filter lists are valid without actually changing anything in your Cloudflare account, you can set the `DRY_RUN` environment variable to 1, either in `.env` or the regular way. This will only print info such as the lists that would be created or the amount of duplicate domains to the console. **Warning:** This currently only works for `cf_list_create.js`.