From aaf61dc117d96df153163d390873bbdaec8ec27c Mon Sep 17 00:00:00 2001 From: Daniel GarcĂ­a Date: Fri, 12 Jul 2024 20:05:54 +0200 Subject: Change config compat to use auto, rename blacklist --- .env.template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.env.template') diff --git a/.env.template b/.env.template index 8773bdea..c4e391e4 100644 --- a/.env.template +++ b/.env.template @@ -320,15 +320,15 @@ ## The default is 10 seconds, but this could be to low on slower network connections # ICON_DOWNLOAD_TIMEOUT=10 -## HTTP blacklist Regex +## Block HTTP domains/IPs by Regex ## Any domains or IPs that match this regex won't be fetched by the internal HTTP client. ## Useful to hide other servers in the local network. Check the WIKI for more details ## NOTE: Always enclose this regex withing single quotes! -# HTTP_REQUEST_BLACKLIST_REGEX='^(192\.168\.0\.[0-9]+|192\.168\.1\.[0-9]+)$' +# HTTP_REQUEST_BLOCK_REGEX='^(192\.168\.0\.[0-9]+|192\.168\.1\.[0-9]+)$' ## Enabling this will cause the internal HTTP client to refuse to connect to any non global IP address. ## Useful to secure your internal environment: See https://en.wikipedia.org/wiki/Reserved_IP_addresses for a list of IPs which it will block -# HTTP_REQUEST_BLACKLIST_NON_GLOBAL_IPS=true +# HTTP_REQUEST_BLOCK_NON_GLOBAL_IPS=true ## Client Settings ## Enable experimental feature flags for clients. -- cgit v1.2.3