mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -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
|
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.
|
which causes you to act as an ephemeral Tor bridge.
|
||||||
|
|
||||||
### FAQ
|
### FAQ
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue