1.0.0 • Published 12 months ago
hys-node-socks5 v1.0.0
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:88881.0.0
12 months ago