rakshasa / rtorrent

rTorrent BitTorrent client
https://github.com/rakshasa/rtorrent/wiki
GNU General Public License v2.0
4.05k stars 412 forks source link

"http_proxy" setting doesn't work in linux #1252

Open kavinduravishka opened 9 months ago

kavinduravishka commented 9 months ago

When I checked the manual of Rtorrent in Linux, it showed that a parameter called "http_proxy" is available for setting a proxy. But when the "http_proxy" parameter was set in the .rtorrent.rc file, it showed this error message in the Linux terminal when the rtorrent was run.

rtorrent: Error in option file: ~/.rtorrent.rc:2: Command "http_proxy" does not exist.

I set the parameter like this.

http_proxy = remote_proxy_ip:port

kannibalox commented 9 months ago

http_proxy is deprecated, use network.http.proxy_address.set instead.