1.0.0 • Published 9 months ago

node-socks5-demo v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
9 months ago

node-socks5-demo

Project setup

npm install --save node-socks5-demo

Project test

import { NodeSocks5 } from "node-socks5-demo";

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

9 months ago