# tssocks5 SOCKS v5 protocol implement by Typescript ### Build ``` $ npm build ``` # Features - [x] Socks5 server - [x] Support IPv6 - [x] Support Connect command - [x] Support DNS query cache - [x] Support Udp Associate - [ ] Support Username/Password authentication - [ ] Support Bind command - [ ] Socks5 client ## reference: * [Understand the working process of socks5 protocol and protocol details](https://wiyi.org/socks5-protocol-in-deep.html) * [Typescript in 5 minutes](https://www.tslang.cn/docs/handbook/typescript-in-5-minutes.html) ## License Licensed under The MIT License