mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-14 05:11:19 -04:00
Use freehaven.net domains for bridge and broker
A quick, temporary fix to get around Google safe browsing blockage of bamsoftware.com
This commit is contained in:
parent
e67a659943
commit
bd43c345db
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
||||||
|
|
||||||
class Config {}
|
class Config {}
|
||||||
|
|
||||||
Config.prototype.brokerUrl = 'snowflake-broker.bamsoftware.com';
|
Config.prototype.brokerUrl = 'snowflake-broker.freehaven.net';
|
||||||
|
|
||||||
Config.prototype.relayAddr = {
|
Config.prototype.relayAddr = {
|
||||||
host: 'snowflake.bamsoftware.com',
|
host: 'snowflake.freehaven.net',
|
||||||
port: '443'
|
port: '443'
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue