Skip to content
Snippets Groups Projects
Unverified Commit 70a3c679 authored by teor (Tim Wilson-Brown)'s avatar teor (Tim Wilson-Brown)
Browse files

Document CHUTNEY_LISTEN_ADDRESS in the README

Uses the text from the #18826 commit message, with modifications.
Adds a note about IPv6, which is a work in progress.
parent 7e708a56
No related branches found
No related tags found
No related merge requests found
......@@ -59,6 +59,17 @@ HS Connection Tests:
# Default behavior is one client connects to each HS
./chutney stop networks/hs-025
Changing the network address:
Chutney defaults to binding to localhost. To change the bind address,
set the CHUTNEY_LISTEN_ADDRESS environment variable. Setting it to some
interface's IP address allows us to make the simulated Tor network
available on the network.
IPv6 support for both Tor and Chutney is a work in progress. If your system
returns IPv6 ::1 as the (first) address for localhost, you might need to
set CHUTNEY_LISTEN_ADDRESS="127.0.0.1" for chutney to work.
The configuration files:
networks/basic holds the configuration for the network you're configuring
above. It refers to some torrc template files in torrc_templates/.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment