UNPKG

lightsword

Version:

LightSword Secure SOCKS5 Proxy / iOS VPN Server

11 lines (10 loc) 259 B
//----------------------------------- // Copyright(c) 2015 Neko //----------------------------------- 'use strict'; const net = require('net'); net.Socket.prototype.dispose = function () { this.removeAllListeners(); this.end(); this.destroy(); };