routewatch/internal
sneak 3b159454eb Add IP information API with background WHOIS fetcher
- Add /ip and /ip/{addr} JSON endpoints returning comprehensive IP info
- Include ASN, netblock, country code, org name, abuse contact, RIR data
- Extend ASN schema with WHOIS fields (country, org, abuse contact, etc)
- Create background WHOIS fetcher for rate-limited ASN info updates
- Store raw WHOIS responses for debugging and data preservation
- Queue on-demand WHOIS lookups when stale data is requested
- Refactor handleIPInfo to serve all IP endpoints consistently
2025-12-27 15:47:35 +07:00
..
config Remove debug logging for withdrawals without origin ASN 2025-07-28 02:07:33 +02:00
database Add IP information API with background WHOIS fetcher 2025-12-27 15:47:35 +07:00
logger Add godoc documentation and README with code structure 2025-12-27 12:30:46 +07:00
metrics Add IP information API with background WHOIS fetcher 2025-12-27 15:47:35 +07:00
ristypes Add godoc documentation and README with code structure 2025-12-27 12:30:46 +07:00
routewatch Add IP information API with background WHOIS fetcher 2025-12-27 15:47:35 +07:00
server Add IP information API with background WHOIS fetcher 2025-12-27 15:47:35 +07:00
streamer Track wire bytes separately from decompressed stream bytes 2025-12-27 12:56:57 +07:00
templates Display wire bytes on status page instead of decompressed bytes 2025-12-27 12:59:50 +07:00
whois Add IP information API with background WHOIS fetcher 2025-12-27 15:47:35 +07:00