summaryrefslogtreecommitdiffhomepage
path: root/Servers.hs
diff options
context:
space:
mode:
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
]