- Correction bitcoin.conf.exemple: migration .4nk.local vers .local - Mise à jour blindbit.toml.exemple: alignement DNS - Correction sdk_relay*.conf.exemple: hôtes .local - Mise à jour sdk_storage.conf.exemple: ports et hôtes - Correction tor.conf.exemple: ports .local
17 lines
325 B
Plaintext
17 lines
325 B
Plaintext
# Configuration Tor pour 4NK_node (conteneur)
|
|
|
|
# Ports d\écoute
|
|
|
|
# Ports d\'écoute
|
|
SocksPort tor.local:9050
|
|
ControlPort tor.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
|