maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   OS2008 / Maemo 4 / Chinook - Diablo (https://talk.maemo.org/forumdisplay.php?f=29)
-   -   How can I use proxy for Canola and mytube? (https://talk.maemo.org/showthread.php?t=25351)

credos 2008-12-04 03:47

How can I use proxy for Canola and mytube?
 
I can configure proxy in connectivity setting and it works in web browser. But when I use Canola or mytube, these programs do not go through proxy.

pycage 2008-12-04 07:39

Re: How can I use proxy for Canola and mytube?
 
This is a bit of advanced stuff. You have to run the application from X-Terminal, and before that enter
Code:

export HTTP_PROXY=<your-proxy>:<port>
e.g.
Code:

export HTTP_PROXY=192.168.0.1:3128
canola

Note: I did not test it on the tablet, but it's the common Linux command line way for configuring a proxy and thus should work.

Thesandlord 2008-12-04 08:51

Re: How can I use proxy for Canola and mytube?
 
Try using tsocks, its completely transparent so it works well. Search the forum for it.

Edit: Obviously, it uses a SOCKS5 proxy, not HTML.

iancumihai 2008-12-04 09:27

Re: How can I use proxy for Canola and mytube?
 
Quote:

Originally Posted by pycage (Post 246783)
.....
Code:

export HTTP_PROXY=192.168.0.1:3128
canola

.

this also applies to youtube-dl which mytube uses.
so doing this from console will also work:
Code:

export http_proxy=_IP_:_PORT_
mytube

Cheers,
-Mihai


All times are GMT. The time now is 20:17.

vBulletin® Version 3.8.8