diff options
Diffstat (limited to 'core/entrypoint-tor.sh')
-rw-r--r-- | core/entrypoint-tor.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/entrypoint-tor.sh b/core/entrypoint-tor.sh index 0bfabfe..4834b0d 100644 --- a/core/entrypoint-tor.sh +++ b/core/entrypoint-tor.sh @@ -6,7 +6,8 @@ Log notice stdout SocksPort ${TOR_PORT:-9050} # Default: Bind to localhost:9050 for local connections. MaxCircuitDirtiness ${MAX_CIRCUIT:-2700} CircuitBuildTimeout ${CIRCUIT_TIMEOUT:-2700} -ExcludeExitNodes {US} +ExitNodes ${EXIT_NODES:-{CH\}} +ExcludeExitNodes ${EXCLUDE_EXIT_NODES:-{US\}} StrictNodes 1 EOF # check loop health tor |