What's new

curl proxy?

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

@RMerlin, maybe you added proxy for Curl?
26 kilobytes is not that much...
No. The router does not need it, beside the fact that it wasn't supported means Asuswrt-Merlin was never vulnerable to the recent security issue that affected Curl's proxy support.

That's why you don't enable every available features - to reduce the attack surface accessible to malicious actors.
 
No. The router does not need it

Tell me, please, how to implement this request:

Code:
curl -x socks5h://localhost:9050 -s https://check.torproject.org/api/ip

And get the corresponding output:

Code:
{"IsTor":true,"IP":"185.220.101.169"}
or
Code:
{"IsTor":false,"IP":"xx.xx.xx.xx"}

For the further processing I need.
 

Similar threads

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top