magic-wormhole/src/wormhole/cli/public_relay.py

6 lines
224 B
Python
Raw Normal View History

# This is a relay I run on a personal server. If it gets too expensive to
# run, I'll shut it down.
2016-05-24 20:10:45 +00:00
RENDEZVOUS_RELAY = u"ws://wormhole-relay.petmail.org:4000/"
TRANSIT_RELAY = u"tcp:wormhole-transit-relay.petmail.org:4001"