LacticWhale / socks_dart

Socks5 server and client with ability to catch packet in both direction, chain proxies and more.
MIT License
14 stars 4 forks source link

Add hostname resolution #6

Closed wilinz closed 6 months ago

wilinz commented 6 months ago

Add hostname resolution

LacticWhale commented 6 months ago

Sorry, that's bad. Maybe it's my personal preferences but using dynamic in Dart should be avoided as much as possible. Also I will look at different approach to achieve basically same functions. (Should update in next week)

Sorry if that feature required now but newer dart version have broken significant part of code used in this library.