19 lines
446 B
Plaintext
19 lines
446 B
Plaintext
# Configuration Tor pour LeCoffre Node
|
|
# Écoute sur 127.0.0.1 pour la sécurité
|
|
|
|
# Port SOCKS pour les connexions sortantes
|
|
SOCKSPort 127.0.0.1:$TOR_PORT
|
|
|
|
# Configuration de base
|
|
Log notice file $TOR_LOGS_DIR/tor.log
|
|
DataDirectory $SDK_TOR_DATA_DIR
|
|
|
|
# Configuration réseau
|
|
ClientOnly 1
|
|
SafeLogging 1
|
|
WarnUnsafeSocks 1
|
|
|
|
# Désactiver les services cachés
|
|
# HiddenServiceDir $SDK_TOR_DATA_DIR/hidden_service/
|
|
# HiddenServicePort 80 127.0.0.1:80
|