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:
parent
7f2edeeb11
commit
2e3a0d4a1d
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user