UNPKG

lightsword

Version:

LightSword Secure SOCKS5 Proxy / iOS VPN Server

14 lines (10 loc) 253 B
//----------------------------------- // Copyright(c) 2015 Neko //----------------------------------- 'use strict' import * as net from 'net'; net.Socket.prototype.dispose = function() { this.removeAllListeners(); this.end(); this.destroy(); }