mscdex / socksv5

SOCKS protocol version 5 server and client implementations for node.js
MIT License
400 stars 121 forks source link

Provide DNS resolving #14

Open phuongnd08 opened 8 years ago

phuongnd08 commented 8 years ago

I'm using socksv5 to create a local socks5 server. I would like to forward dns resolving request through socks5 to a bind9 server. How could I do that?