Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Core
Chutney
Commits
6a12172d
Commit
6a12172d
authored
Oct 21, 2021
by
Nick Mathewson
🎨
Browse files
Allow add_local_addrs = true to arti.toml
parent
78f4bd03
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/chutney/TorNet.py
View file @
6a12172d
...
...
@@ -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 = [
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment