[tor-commits] [chutney/main] Use the correct name for arti's addr_config.

nickm at torproject.org nickm at torproject.org
Fri Oct 22 12:02:25 UTC 2021


commit 6a7de8dde6b32d8e2d58d74502ea71f948ebbb7c
Author: Nick Mathewson <nickm at torproject.org>
Date:   Fri Oct 22 08:02:16 2021 -0400

    Use the correct name for arti's addr_config.
---
 lib/chutney/TorNet.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/chutney/TorNet.py b/lib/chutney/TorNet.py
index 53a8a6c..863a456 100644
--- a/lib/chutney/TorNet.py
+++ b/lib/chutney/TorNet.py
@@ -2370,7 +2370,7 @@ state_dir = "{path}/arti/state"
 # implements it.
 enforce_distance = {{ "subnets_family_v4" = 33, "subnets_family_v6" = 129 }}
 
-[client_config]
+[addr_config]
 # Allow the client to accept requests to connect to e.g. 127.0.0.1
 allow_local_addrs = true
 



More information about the tor-commits mailing list