fix: add use tor option

This commit is contained in:
2025-09-13 13:26:39 +02:00
parent fd6a7006b0
commit c1c3e5ca53
6 changed files with 181 additions and 18 deletions

View File

@@ -11,3 +11,11 @@ HEADLESS=false
# Use mock data generation instead of denuncias.yml file (true/false)
# Set to true to generate realistic test data automatically
USE_MOCK_DATA=false
# Use Tor proxy for anonymity (true/false)
# When enabled, routes all browser traffic through Tor
USE_TOR=false
# Tor proxy address (SOCKS5)
# Default Tor proxy address, change if using custom Tor configuration
TOR_PROXY=socks5://127.0.0.1:9050