magic-wormhole/src/wormhole/cli/public_relay.py
2016-04-20 18:54:36 -07:00

6 lines
241 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"http://wormhole-relay.petmail.org:3000/wormhole-relay/"
TRANSIT_RELAY = u"tcp:wormhole-transit-relay.petmail.org:3001"