From ab8d9f767849e3500dc79b1b8417a45b7fbb1f9d Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Wed, 11 Feb 2015 16:48:53 -0800 Subject: [PATCH] default to a relay hosted on my own domain, for now --- src/wormhole/const.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/wormhole/const.py b/src/wormhole/const.py index e92bbdf..09faa70 100644 --- a/src/wormhole/const.py +++ b/src/wormhole/const.py @@ -1,2 +1,4 @@ -RELAY = "baked in relay URL" +# This is a relay I run on a personal server. If it gets too expensive to +# run, I'll shut it down. +RELAY = "http://relay.petmail.org:8009/relay/"