add asn info grid

This commit is contained in:
2026-03-05 21:04:57 +01:00
parent 636cd9a1e4
commit b78b19b58b
3 changed files with 84 additions and 3 deletions

View File

@@ -143,6 +143,9 @@ async function fetchPeeringDb(asn) {
const result = {
peeringPolicy: net.policy_general || null,
infoType: net.info_type || null,
infoTraffic: net.info_traffic || null,
infoRatio: net.info_ratio || null,
infoScope: net.info_scope || null,
website: net.website || null,
ixps: (net.netixlan_set || []).map(ix => ({
name: ix.name,