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:
Brian Warner 2016-05-28 19:13:44 -07:00
parent 52e5cbd690
commit ea6619bc46

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.petmail.org:4000/v1"
TRANSIT_RELAY = u"tcp:wormhole-transit-relay.petmail.org:4001"
RENDEZVOUS_RELAY = u"ws://wormhole-relay.lothar.com:4000/v1"
TRANSIT_RELAY = u"tcp:wormhole-transit.lothar.com:4001"