File manager - Edit - /usr/local/lib/node_modules/npm/node_modules/npm-profile/node_modules/socks/examples/bind.js
Back
var Socks = require('../index.js'); var options = { proxy: { ipaddress: "202.101.228.108", port: 1080, type: 5, command: 'bind' }, target: { host: "0.0.0.0", port: 0 } }; Socks.createConnection(options, function(err, socket, info) { if (err) console.log(err); else { console.log("Connected"); // BIND request completed, now a tcp client should connect to this endpoint: console.log(info); // { port: 3334, host: '202.101.228.108' } // Resume! You need to! socket.resume(); } });
| ver. 1.4 |
Github
|
.
| PHP 8.3.31 | Generation time: 0 |
proxy
|
phpinfo
|
Settings