From 8dfe4e7b8d9f6e3f52271c41659010086c1a24dd Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Thu, 12 Mar 2015 16:03:14 -0700 Subject: [PATCH] TRANSIT_RELAY: update to new hint format --- src/wormhole/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wormhole/const.py b/src/wormhole/const.py index 85ae953..5e6b99f 100644 --- a/src/wormhole/const.py +++ b/src/wormhole/const.py @@ -2,4 +2,4 @@ # This is a relay I run on a personal server. If it gets too expensive to # run, I'll shut it down. RENDEZVOUS_RELAY = "http://relay.petmail.org:8009/relay/" -TRANSIT_RELAY = "relay.petmail.org,8010" +TRANSIT_RELAY = "tcp:relay.petmail.org:8010"