bittorrent transmission behind proxy server

Using applications, configuring, problems
Post Reply
Message
Author
jeffplata
Posts: 11
Joined: Fri 24 Nov 2006, 06:19

bittorrent transmission behind proxy server

#1 Post by jeffplata »

How do I setup transmission bittorrent to use my http proxy server?

GuestToo
Puppy Master
Posts: 4083
Joined: Wed 04 May 2005, 18:11

#2 Post by GuestToo »

i'm not sure

you could try putting something like:

export https_proxy=http://xxx.xxx.xxx.xxx:port
export http_proxy=http://xxx.xxx.xxx.xxx:port
export ftp_proxy=http://xxx.xxx.xxx.xxx:port

(use the correct ip and port numbers of course)

in /etc/profile.local and rebooting

Post Reply