mscdex / socksv5

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

why not default srv.useAuth(socks.auth.None()); #34

Closed hktalent closed 6 years ago

hktalent commented 6 years ago

why not default srv.useAuth(socks.auth.None()); ? thanks

mscdex commented 6 years ago

No particular reason, it seems better to not make such an assumption.