storjnet-info
storjnet-info copied to clipboard
Feature: Track Nodes being IP Filtered
With the existing data collected, you would be able to identify and feature nodes that are being filtered (neighbors). This could help nodes troubleshoot or identify traffic issues compared to unfiltered neighbors.
- Return all server address values
- resolve DNS to IP addresses
- filter only and sort by IP
- create filter to detect duplicate IPs on the first 3 octet (x.x.x.y)
- create a display page to show any nodes resolving to those duplicate prefixes
Since commit https://github.com/3bl3gamer/storjnet-info/commit/11ad6e574ebcf4ce2ee3a73ece0b6d7b69583af8 (and 3 more with fixes) there is additional line on each node page showing node IP and it's neighbor nodes count.
Still not sure what to do with IPv6-addresses (they are matched now by first three bytes too) and is it ok to reveal neighbor IPs/IDs (I consider them private so there is just a number now).