curl ignores proxy option

Issue #72 closed
domosekai created an issue

Tested on my N18U under v2019.1 and v2019.2.

To reproduce, run:

curl --proxy https://192.168.1.10:1080 -I https://www.bing.com

curl instantly returns normal result however 192.168.1.10 does not even exist! I also tried socks4, socks5 proxy options and curl always ignores them.

I have tried curl from entware and tested it in the same environment with built-in curl. Entware version does not have the bug.

I also tested curl in shibby’s build (140). No this issue either.