Rabbit0x0
Results
1
comments of
Rabbit0x0
geoip function is broken, replace lines (start : 33 / end 56) with this ``` if (cluster.isMaster) { let proxies = [...new Set(fs.readFileSync('proxies.txt').toString().match(/\S+/g))], dproxies = proxies; proxies = []; for...