From 3100ed23049f264e2fc43a02b8b65e7ce4578609 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 1 Sep 2016 11:43:01 -0400 Subject: Fix bug that prevented keysafe --server from running when there was no controlling terminal and zenity was not installed. --- Storage/Network.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Storage') diff --git a/Storage/Network.hs b/Storage/Network.hs index d16d693..ef6d86e 100644 --- a/Storage/Network.hs +++ b/Storage/Network.hs @@ -42,7 +42,7 @@ serverUrl srv = BaseUrl Http (serverName srv) (serverPort srv) "" -- Using tor is highly recommended, to avoid correlation attacks. networkServers :: IO [Server] networkServers = return - [ Server "localhost" 4242 + [ Server "vzgrspuxbtnlrtup.onion" 4242 -- keysafe.joeyh.name , Server "localhost" 4242 , Server "localhost" 4242 ] -- cgit v1.2.3