From 0709306afeaba998d8f0a76e37517d4c227ac1c3 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 14 Sep 2016 15:04:35 -0400 Subject: rate limiting and PoW seem to work now! --- Servers.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Servers.hs') 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 ] -- cgit v1.2.3