mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 11:11:30 -04:00
Fix local web server URL (127.0.0.1 not 0.0.0.0).
This commit is contained in:
parent
6efb5cb8ef
commit
0fc2c8b22e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue