1.0.0 • Published 8 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:8888
1.0.0
8 months ago