change URL of public relay to new DNS names

These point to the same host (same IP address) as before, but the new names
are tied to the project's official domain (magic-wormhole.io), rather than my
personal one, so they can be managed independently.
This commit is contained in:
Brian Warner 2017-01-02 23:42:44 -05:00
parent 7f2edeeb11
commit 2e3a0d4a1d

View File

@ -1,5 +1,5 @@
# This is a relay I run on a personal server. If it gets too expensive to
# run, I'll shut it down.
RENDEZVOUS_RELAY = u"ws://wormhole-relay.lothar.com:4000/v1"
TRANSIT_RELAY = u"tcp:wormhole-transit.lothar.com:4001"
RENDEZVOUS_RELAY = u"ws://relay.magic-wormhole.io:4000/v1"
TRANSIT_RELAY = u"tcp:transit.magic-wormhole.io:4001"