forked from mrrfv/cloudflare-gateway-pihole-scripts
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path.env.example
23 lines (19 loc) · 758 Bytes
/
.env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
CLOUDFLARE_API_TOKEN=
CLOUDFLARE_ACCOUNT_ID=
CLOUDFLARE_LIST_ITEM_LIMIT=300000
DRY_RUN=0
BLOCK_PAGE_ENABLED=0
# Experimental SNI based filtering. Set to 1 to enable.
# Information about SNI: https://www.cloudflare.com/learning/ssl/what-is-sni/
BLOCK_BASED_ON_SNI=0
# The following lists will be used instead of the recommended ones if you enter any.
# Multiline is supported: https://github.com/motdotla/dotenv#multiline-values
# ALLOWLIST_URLS=
# BLOCKLIST_URLS=
# Optional Discord webhook URL to send a message to when a script is done running or if an error occurs.
# DISCORD_WEBHOOK_URL=
# Optional settings for the Docker container example (see docker-compose.yml.example)
# TZ=UTC
# CONTAINER_NAME=cgps
# IMAGE_TAG=latest
# CRON_SCHEDULE=0 3 * * 1