Fix local web server URL (127.0.0.1 not 0.0.0.0).

This commit is contained in:
David Fifield 2016-03-26 13:20:48 -07:00
parent 6efb5cb8ef
commit 0fc2c8b22e

View file

@ -94,7 +94,7 @@ cd build/
python -m http.server
```
Then, open a browser tab to `0.0.0.0:8000/snowflake.html`,
Then, open a browser tab to `http://127.0.0.1:8000/snowflake.html`,
which causes you to act as an ephemeral Tor bridge.
### FAQ