[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [snowflake/master] Fix local web server URL (127.0.0.1 not 0.0.0.0).



commit 0fc2c8b22e5892a11ac162148c7370df733e3a88
Author: David Fifield <david@xxxxxxxxxxxxxxx>
Date:   Sat Mar 26 13:20:48 2016 -0700

    Fix local web server URL (127.0.0.1 not 0.0.0.0).
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 28481ac..c971cdc 100644
--- a/README.md
+++ b/README.md
@@ -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



_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits