From 77661bf94e88dd7c774cf6479991817fead2155a Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Tue, 24 May 2016 13:10:45 -0700 Subject: [PATCH] use new relay URL, for new protocol --- src/wormhole/cli/public_relay.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wormhole/cli/public_relay.py b/src/wormhole/cli/public_relay.py index de7b339..7d82c66 100644 --- a/src/wormhole/cli/public_relay.py +++ b/src/wormhole/cli/public_relay.py @@ -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"