Closed hongyi-zhao closed 9 months ago
I tried as follows but failed:
werner@X10DAi:~$ proxychains4 -f <(echo -e "strict_chain\nproxy_dns\ntcp_read_time_out 15000\ntcp_connect_time_out 8000\n[ProxyList]\nsocks5 127.0.0.1 10100") /bin/git clone git://git.lyx.org/lyx.git
[proxychains] config file found: /dev/fd/63
[proxychains] preloading /usr/local/lib/libproxychains4.so
[proxychains] DLL init: proxychains-ng 4.16-git-18-g1d0bc34
Cloning into 'lyx'...
[proxychains] Strict chain ... 127.0.0.1:10100 ... git.lyx.org:9418 ... OK
[proxychains] DLL init: proxychains-ng 4.16-git-18-g1d0bc34
error: no valid proxy found in config
fatal: fetch-pack: invalid index-pack output
The proxy itself works:
werner@X10DAi:~$ curl --socks5 127.0.0.1:10100 http://google.com
<HTML><HEAD><meta http-equiv="content-type" content="text/html;charset=utf-8">
<TITLE>301 Moved</TITLE></HEAD><BODY>
<H1>301 Moved</H1>
The document has moved
<A HREF="http://www.google.com/">here</A>.
</BODY></HTML>
no, it is not possible. this has been requested multiple times in the past and denied.
Suppose I have the following options in my conf file:
I want to test proxychains-ng by passing the above options directly from the command line, it this possible?
Regards, Zhao