[Yum-devel] [PATCH] support socks4/5 proxies

Zdenek Pavlas zpavlas at redhat.com
Fri Apr 19 08:16:29 UTC 2013


>  Yeh, that's what I meant ... was kind of hoping you'd found some random
> socks proxy so didn't have to set one up too.

So it works, including https...

# yum install 3proxy
# socks -p3000 -l
130419080935.314 3000 00421 - 127.0.0.1:42732 0.0.0.0:0 0 0 0 UNKNOWN 0.0.0.0:0
130419080936.198 3000 00421 - 127.0.0.1:42734 0.0.0.0:0 0 0 0 UNKNOWN 0.0.0.0:0
130419080936.848 3000 00421 - 127.0.0.1:42736 0.0.0.0:0 0 0 0 UNKNOWN 0.0.0.0:0
130419080937.027 3000 00000 - 127.0.0.1:42735 208.69.120.55:80 154 3669 0 CONNECT 208.69.120.55:80
130419080938.039 3000 00421 - 127.0.0.1:42738 0.0.0.0:0 0 0 0 UNKNOWN 0.0.0.0:0
130419080938.224 3000 00000 - 127.0.0.1:42733 208.95.50.144:80 173 3737 0 CONNECT 208.95.50.144:80
130419080938.882 3000 00000 - 127.0.0.1:42731 199.47.217.170:80 125 1159 0 CONNECT 199.47.217.170:80
130419080938.882 3000 00000 - 127.0.0.1:42737 216.180.99.217:80 335 7444 0 CONNECT 216.180.99.217:80
130419080938.882 3000 00000 - 127.0.0.1:42739 141.99.2.19:80 138 5002 0 CONNECT 141.99.2.19:80
130419081000.960 3000 00000 - 127.0.0.1:42742 134.108.44.54:80 140 574 0 CONNECT mirrors.rpmfusion.org:80
130419081001.331 3000 00000 - 127.0.0.1:42743 208.69.120.55:80 169 3669 0 CONNECT mirror.nexcess.net:80
130419081001.457 3000 00000 - 127.0.0.1:42744 88.198.59.188:80 157 531 0 CONNECT mirrors.rpmfusion.org:80
130419081001.828 3000 00000 - 127.0.0.1:42745 208.69.120.55:80 154 3669 0 CONNECT mirror.nexcess.net:80
130419081007.682 3000 00000 - 127.0.0.1:42746 85.214.67.247:80 143 589 0 CONNECT mirrors.rpmfusion.org:80
130419081010.145 3000 00000 - 127.0.0.1:42747 208.95.50.144:80 176 3737 0 CONNECT mirror.liberty.edu:80
130419081015.748 3000 00000 - 127.0.0.1:42741 209.132.181.16:443 840 34870 0 CONNECT mirrors.fedoraproject.org:443

# grep proxy /etc/yum.conf 
proxy = socks5h://localhost:3000
# yum makecache


More information about the Yum-devel mailing list