|
Thanks,How can I configure lua to make HTTP requests via a socks5 proxy?I didn't get a response from my previous query so I'll try to rephrase. Is there a lua equivalent to:when using the proxy directive in socket.http, the proxy is HTTP and not socks.
curl --socks5-hostname localhost:1234 http://target.com/
Chris