Changelog
- d797fa1 feat(sock5): Add login/password support
- 90d378e: Do DNS queries for both A and AAAA simultaneously (#302) (@r-vdp)
- 6351cd9: feat(dns): Add flag to specify if we should prefer IPv4 over IPv6 (@erebe)
Wstunnel is going to first try IPv6 over IPv4 if dns resolution returns IPv6 addresses. If this new behavior cause you any issues, you can use the flag --dns-resolver-prefer-ipv4
to use IPv4 addr first.
Thank you to @r-vdp for this contribution.