commit 6a12172d2e952f364a607c95760559fbffdb0b22 Author: Nick Mathewson nickm@torproject.org Date: Thu Oct 21 11:52:24 2021 -0400
Allow add_local_addrs = true to arti.toml --- lib/chutney/TorNet.py | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/lib/chutney/TorNet.py b/lib/chutney/TorNet.py index ce3873a..53a8a6c 100644 --- a/lib/chutney/TorNet.py +++ b/lib/chutney/TorNet.py @@ -2370,6 +2370,10 @@ state_dir = "{path}/arti/state" # implements it. enforce_distance = {{ "subnets_family_v4" = 33, "subnets_family_v6" = 129 }}
+[client_config] +# Allow the client to accept requests to connect to e.g. 127.0.0.1 +allow_local_addrs = true + """.format(path=self.dir)) f.write("""[network] fallback_caches = [