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:
Cecylia Bocovich 2019-07-25 16:16:16 -04:00
parent e67a659943
commit bd43c345db

View file

@ -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'
}; };