use new relay URL, for new protocol

This commit is contained in:
Brian Warner 2016-05-24 13:10:45 -07:00
parent c5b174dd6a
commit 77661bf94e

View File

@ -1,5 +1,5 @@
# 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"
RENDEZVOUS_RELAY = u"ws://wormhole-relay.petmail.org:4000/"
TRANSIT_RELAY = u"tcp:wormhole-transit-relay.petmail.org:4001"