From c17911ba268a4a784c57baed1540d08ba8741e04 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sun, 15 Jun 2008 21:23:37 +0200 Subject: client: Config file added, not yet documented Some restructuring was necessary too. --- libpiano/main.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libpiano') diff --git a/libpiano/main.c b/libpiano/main.c index 9754e73..faf5317 100644 --- a/libpiano/main.c +++ b/libpiano/main.c @@ -47,10 +47,6 @@ void PianoInit (PianoHandle_t *ph) { snprintf (ph->routeId, sizeof (ph->routeId), "%07liP", time (NULL)>>8); /* at the moment we don't need publicity */ curl_easy_setopt (ph->curlHandle, CURLOPT_USERAGENT, PIANO_USERAGENT); - /* set tor as control connection proxy */ - curl_easy_setopt (ph->curlHandle, CURLOPT_PROXY, "localhost:9050"); - curl_easy_setopt (ph->curlHandle, CURLOPT_PROXYTYPE, CURLPROXY_SOCKS4A); - curl_easy_setopt (ph->curlHandle, CURLOPT_CONNECTTIMEOUT, 60); } /* free complete search result -- cgit v1.2.3