Skip to content

r2unit/ascard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ascard

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.

Getting started

Step 1 — clone the repo

git clone https://github.com/r2unit/ascard.git

or with the GitHub CLI:

gh repo clone r2unit/ascard

Step 2 — build and run

docker build -t ascard .
docker run -p 8080:8080 -e ASN=AS209131 ascard

or with compose:

docker compose up --build

The page is served on http://localhost:8080

About

because every AS deserves a homepage

Resources

Stars

0 stars

Watchers

0 watching

Forks

Contributors