diff options
Diffstat (limited to 'libpiano/main.c')
-rw-r--r-- | libpiano/main.c | 4 |
1 files changed, 0 insertions, 4 deletions
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 |