A self-hosted reference page for any BGP Autonomous System. Fetches live data from RIPEstat and DNS — overview, whois, announced prefixes with RPKI status, peers, and reverse DNS.
Step 1 — clone the repo
git clone https://github.com/r2unit/ascard.gitor with the GitHub CLI:
gh repo clone r2unit/ascardStep 2 — build and run
docker build -t ascard .
docker run -p 8080:8080 -e ASN=AS209131 ascardor with compose:
docker compose up --buildThe page is served on http://localhost:8080