17 lines
333 B
Plaintext
17 lines
333 B
Plaintext
# Configuration Tor pour 4NK_node (conteneur)
|
|
|
|
# Ports d\écoute
|
|
|
|
# Ports d\'écoute
|
|
SocksPort tor.4nk.local:9050
|
|
ControlPort tor.4nk.local:9051
|
|
|
|
# Répertoires
|
|
DataDirectory /var/lib/tor
|
|
|
|
# Logs (fichier monté par docker-compose)
|
|
Log notice file /var/log/tor/notices.log
|
|
|
|
# Exécution en avant-plan dans un conteneur
|
|
RunAsDaemon 0
|