boris-sinyapkin / lurk

Lightweight implementation of a SOCKS5 proxy built on async Rust
0 stars 0 forks source link

Improve DNS resolution #3

Open boris-sinyapkin opened 5 months ago

boris-sinyapkin commented 5 months ago

Current implementation uses first resolved IP in the list. Server should iterate over all resolved IPs and connect until success.