2025-11-28 - 2026-05-28
Overview
18 Issues created by 1 user
Opened
#1 Resolve domain → IP
Opened
#2 Reverse DNS lookup (PTR record)
Opened
#3 ASN / org lookup via ip-api.com or ipinfo.io (self-hosted fallback)
Opened
#4 Detect known CDN/cloud CIDR ranges (Cloudflare, Fastly, AWS, GCP, Azure)
Opened
#5 HTTP header inspection (CF-Ray, X-Served-By, Via, Server, X-Cache)
Opened
#6 Output: clean terminal report (color-coded pass/fail)
Opened
#7 Output: --json flag for scripting
Opened
#8 --watch flag: re-check every N seconds (useful during DNS migration)
Opened
#9 Project scaffold (go mod init, cmd/, internal/)
Opened
#10 DNS resolution + PTR lookup
Opened
#11 ASN lookup (HTTP call to free API, cache result)
Opened
#12 CDN CIDR list (embed JSON, update via Makefile)
Opened
#13 HTTP header fetch + CDN header detection
Opened
#14 Report renderer (color terminal + JSON)
Opened
#15 --watch mode
Opened
#16 Cross-compile Makefile targets
Opened
#17 README with usage examples
Opened
#18 GitLab CI: build + release binaries on tag