magic-wormhole/src/wormhole/cli/public_relay.py
Brian Warner ea6619bc46 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.
2016-05-28 19:13:44 -07:00

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"