magic-wormhole/src/wormhole/public_relay.py

6 lines
240 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.
2015-10-06 23:52:33 +00:00
RENDEZVOUS_RELAY = u"http://wormhole-relay.petmail.org:3000/wormhole-relay/"
TRANSIT_RELAY = "tcp:wormhole-transit-relay.petmail.org:3001"