ea6619bc46
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.
6 lines
218 B
Python
6 lines
218 B
Python
|
|
# 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"
|