summaryrefslogtreecommitdiffhomepage
path: root/Servers.hs
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-09-14 15:04:35 -0400
committerJoey Hess <joeyh@joeyh.name>2016-09-14 15:04:35 -0400
commit0709306afeaba998d8f0a76e37517d4c227ac1c3 (patch)
tree700427bbbe5460e0acf8cbc9c9f793804cb96b3a /Servers.hs
parent6a687943b209e8a8bc391268149f6f443d5cccbb (diff)
downloadkeysafe-0709306afeaba998d8f0a76e37517d4c227ac1c3.tar.gz
rate limiting and PoW seem to work now!
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 ddc0d6e..55c1830 100644
--- a/Servers.hs
+++ b/Servers.hs
@@ -22,7 +22,7 @@ serverUrl srv = BaseUrl Http (serverName srv) (serverPort srv) ""
-- Using tor is highly recommended, to avoid correlation attacks.
networkServers :: IO [Server]
networkServers = return
- [ Server "vzgrspuxbtnlrtup.onion" 4242 -- keysafe.joeyh.name
+ [ Server "localhost" 4242 -- Server "vzgrspuxbtnlrtup.onion" 4242 -- keysafe.joeyh.name
, Server "localhost" 4242
, Server "localhost" 4242
]