Add block all ips to settings

This commit is contained in:
Oliver Kamer 2021-01-19 21:31:02 +01:00
parent ce23cfc5b5
commit 174a386f54
No known key found for this signature in database
GPG Key ID: 7E5529F8081D427F

View File

@ -321,3 +321,6 @@ SHOW_SHYNET_VERSION = os.getenv("SHOW_SHYNET_VERSION", "True") == "True"
# Should Shynet show third-party icons in the dashboard?
SHOW_THIRD_PARTY_ICONS = os.getenv("SHOW_THIRD_PARTY_ICONS", "True") == "True"
# Should Shynet never collect any IP?
BLOCK_ALL_IPS = os.getenv("BLOCK_ALL_IPS", "False") == "True"