Hey! I’ve been down this road before with resty use socks5 proxy. The key is to use the `set_proxy` method in the resty client config.
If your proxy requires auth, you can include the username and password in the proxy URL like this: `socks5://user:pass@proxy:port`.
Here’s a quick example:
```lua
local http = require("resty.http")
local client = http.new()
client
et_proxy("socks5://user:pass@proxy:port")
```
If you’re still having trouble, let me know, and I can help you debug further.
If your proxy requires auth, you can include the username and password in the proxy URL like this: `socks5://user:pass@proxy:port`.
Here’s a quick example:
```lua
local http = require("resty.http")
local client = http.new()
client
et_proxy("socks5://user:pass@proxy:port")```
If you’re still having trouble, let me know, and I can help you debug further.
