xykt / IPQuality

A script for IP quality detection
GNU Affero General Public License v3.0
1.53k stars 109 forks source link

Missing array special_ips #11

Closed NastyaGrifon closed 1 week ago

NastyaGrifon commented 3 weeks ago

This line uses special_ips array that is not declared.

https://github.com/xykt/IPQuality/blob/00d20778d3fcb407fb7bd006c243b185eff5ab17/ip.sh#L1054

Not entirely sure what this block of code does, but it must be not working and never raises any errors since it is never used.

That code block can be cut or refactored to actually work if you clarify what it does

xykt commented 1 week ago

That was test code, now deleted. Thank you!