commit ea01bf41c3011590938b079ed96c7b35cb40588b Author: Cecylia Bocovich cohosh@torproject.org Date: Wed Apr 1 12:55:37 2020 -0400
Change dummy address for snowflake
This will prevent a bug where tor skips bandwidth events for local addresses (see https://bugs.torproject.org/33693) --- client/torrc | 2 +- client/torrc-localhost | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/client/torrc b/client/torrc index 6acf1c4..9e3946e 100644 --- a/client/torrc +++ b/client/torrc @@ -7,4 +7,4 @@ ClientTransportPlugin snowflake exec ./client \ -ice stun:stun.l.google.com:19302 \ -max 3
-Bridge snowflake 0.0.3.0:1 +Bridge snowflake 192.0.2.3:1 diff --git a/client/torrc-localhost b/client/torrc-localhost index 95746e0..b2a6d05 100644 --- a/client/torrc-localhost +++ b/client/torrc-localhost @@ -5,4 +5,4 @@ ClientTransportPlugin snowflake exec ./client \ -url http://localhost:8080/ \ -keep-local-addresses
-Bridge snowflake 0.0.3.0:1 +Bridge snowflake 192.0.2.3:1