diff --git a/TEMPLATE.env b/TEMPLATE.env index c7e66ba..7a620bb 100644 --- a/TEMPLATE.env +++ b/TEMPLATE.env @@ -72,4 +72,7 @@ SHOW_SHYNET_VERSION=True # CELERY_BROKER_URL=redis://redis.default.svc.cluster.local/1 # Should Shynet show third-party icons in the dashboard? -SHOW_THIRD_PARTY_ICONS=True \ No newline at end of file +SHOW_THIRD_PARTY_ICONS=True + +# Should Shynet block collection of IP addresses globally? +BLOCK_ALL_IPS=False \ No newline at end of file