6 lines
241 B
Python
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"
|