isayme / socks5

[Deprecated] socks5 proxy in c with the library libev.
MIT License
117 stars 43 forks source link

Resolving ipv6 from dns requests #7

Open vavrecan opened 6 years ago

vavrecan commented 6 years ago

Hello, what about using c-ares to resolve hostnames to ipv6/ipv4 rather than udns? e.g. https://github.com/shadowsocks/shadowsocks-libev/blob/master/src/resolv.c Thank you

isayme commented 6 years ago

as I know udns support ipv6, I will try to support it.