summaryrefslogtreecommitdiffhomepage
path: root/Servers.hs
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-09-14 17:15:17 -0400
committerJoey Hess <joeyh@joeyh.name>2016-09-14 17:15:17 -0400
commit0c8c33751036ce760874d9edec60c5fdb8013314 (patch)
tree62e808e475b5bb2c65f654da34d74a3d84e80b5f /Servers.hs
parentca19df7f118258947de68b380c0564acebca7778 (diff)
downloadkeysafe-0c8c33751036ce760874d9edec60c5fdb8013314.tar.gz
put back my server
Diffstat (limited to 'Servers.hs')
-rw-r--r--Servers.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Servers.hs b/Servers.hs
index 37e8256..093e75b 100644
--- a/Servers.hs
+++ b/Servers.hs
@@ -16,7 +16,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 "vzgrspuxbtnlrtup.onion" 4242 -- keysafe.joeyh.name
, Server "localhost" 4242
, Server "localhost" 4242
]