etergen

Results 1 comments of etergen

As a solution to the IPv6 problem, I'm using the following code: ``` javascript function getWorker(ip, len) { var _ip = ip.split(/['.'|':']/), arr = []; for (el in _ip) {...