diff --git a/.cursorignore b/.cursorignore2 similarity index 100% rename from .cursorignore rename to .cursorignore2 diff --git a/.gitignore b/.gitignore index 1dbe92e..20848db 100644 --- a/.gitignore +++ b/.gitignore @@ -21,6 +21,3 @@ # Clés utilisateur et données sensibles **/_keys/ **/keys.json* - -# Dossiers de synchronisation de test -**/confs*/ diff --git a/storage/dev/promtail/.gitkeep copy b/storage/dev/promtail/.gitkeep copy deleted file mode 100644 index e69de29..0000000 diff --git a/storage/dev/tor/torrc b/storage/dev/tor/torrc index 6ab8c4a..7ee029a 100644 --- a/storage/dev/tor/torrc +++ b/storage/dev/tor/torrc @@ -2,10 +2,7 @@ # Écoute sur 127.0.0.1 pour la sécurité # Port SOCKS pour les connexions sortantes -SOCKSPort 127.0.0.1:9050 - -# Port de contrôle (désactivé pour la sécurité) -# ControlPort 127.0.0.1:$TOR_PORT +SOCKSPort 127.0.0.1:$TOR_PORT # Configuration de base Log notice file $TOR_LOGS_DIR/tor.log @@ -17,5 +14,5 @@ SafeLogging 1 WarnUnsafeSocks 1 # Désactiver les services cachés -HiddenServiceDir $SDK_TOR_DATA_DIR/hidden_service/ -HiddenServicePort 80 127.0.0.1:80 +# HiddenServiceDir $SDK_TOR_DATA_DIR/hidden_service/ +# HiddenServicePort 80 127.0.0.1:80