diff options
author | Lars-Dominik Braun <PromyLOPh@gmail.com> | 2008-06-15 21:23:37 +0200 |
---|---|---|
committer | Lars-Dominik Braun <PromyLOPh@gmail.com> | 2008-06-15 21:23:37 +0200 |
commit | c17911ba268a4a784c57baed1540d08ba8741e04 (patch) | |
tree | 8ea344fca6566c1e3fc8e43f21c53aea9f87774b /libpiano | |
parent | 0c4f59a6a48ee5ebcc776e29ca8b49b3269ad7e6 (diff) | |
download | pianobar-c17911ba268a4a784c57baed1540d08ba8741e04.tar.gz pianobar-c17911ba268a4a784c57baed1540d08ba8741e04.tar.bz2 pianobar-c17911ba268a4a784c57baed1540d08ba8741e04.zip |
client: Config file added, not yet documented
Some restructuring was necessary too.
Diffstat (limited to 'libpiano')
-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 |