mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-14 05:11:19 -04:00
Change dummy address for snowflake
This will prevent a bug where tor skips bandwidth events for local addresses (see https://bugs.torproject.org/33693)
This commit is contained in:
parent
1867f89562
commit
ea01bf41c3
2 changed files with 2 additions and 2 deletions
|
@ -7,4 +7,4 @@ ClientTransportPlugin snowflake exec ./client \
|
||||||
-ice stun:stun.l.google.com:19302 \
|
-ice stun:stun.l.google.com:19302 \
|
||||||
-max 3
|
-max 3
|
||||||
|
|
||||||
Bridge snowflake 0.0.3.0:1
|
Bridge snowflake 192.0.2.3:1
|
||||||
|
|
|
@ -5,4 +5,4 @@ ClientTransportPlugin snowflake exec ./client \
|
||||||
-url http://localhost:8080/ \
|
-url http://localhost:8080/ \
|
||||||
-keep-local-addresses
|
-keep-local-addresses
|
||||||
|
|
||||||
Bridge snowflake 0.0.3.0:1
|
Bridge snowflake 192.0.2.3:1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue