change hostname of public relay
This is an alias for the same host, so it's not really an incompatible change. The new hostname is my personal domain, and seems a bit more suitable for this service.
This commit is contained in:
parent
52e5cbd690
commit
ea6619bc46
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
# This is a relay I run on a personal server. If it gets too expensive to
|
# This is a relay I run on a personal server. If it gets too expensive to
|
||||||
# run, I'll shut it down.
|
# run, I'll shut it down.
|
||||||
RENDEZVOUS_RELAY = u"ws://wormhole-relay.petmail.org:4000/v1"
|
RENDEZVOUS_RELAY = u"ws://wormhole-relay.lothar.com:4000/v1"
|
||||||
TRANSIT_RELAY = u"tcp:wormhole-transit-relay.petmail.org:4001"
|
TRANSIT_RELAY = u"tcp:wormhole-transit.lothar.com:4001"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user