hys-node-socks5
v1.0.0
Published
node socks5
Downloads
72
Readme
hys-node-socks5
安装依赖
npm install --save hys-node-socks5
测试代码
import { NodeSocks5 } from "hys-node-socks5";
new NodeSocks5({ port: 8888, dns: '8.8.8.8', accountDataMap: { "admin": "123456" } });
Socks5 connection
account:password@serverIP:serverPort
admin:123456@localhost:8888