Skip to content

Commit

Permalink
Allow add_local_addrs = true to arti.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
nmathewson committed Oct 21, 2021
1 parent 78f4bd0 commit 6a12172
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/chutney/TorNet.py
Original file line number Diff line number Diff line change
Expand Up @@ -2370,6 +2370,10 @@ def configure(self):
# 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 = [
Expand Down

0 comments on commit 6a12172

Please sign in to comment.