reacherhq / check-if-email-exists

Check if an email address exists without sending any email, written in Rust. Comes with a ⚙️ HTTP backend.
https://reacher.email
Other
4.22k stars 324 forks source link

Setting up proxy server for reacher #1463

Open 4bd4ll4h opened 2 months ago

4bd4ll4h commented 2 months ago

Does anyone have any guides on how to setup socket5 proxy server on a private vps I'm using Dante proxy and the proxy connection is working but when applying the proxy to reacher it returns with "io: incomplete" error

ArielLahiany commented 2 months ago

I think that this is an issue in the source code. I've deployed an SSH tunnel to forward the traffic from and it in fact shows the error you've got. I've tried the same tunnel with Go-based equivalent and it worked just fine.