Skip to content

Commit 0f861a9

Browse files
committed
add nlnog ring asn and use peeringdb
1 parent df7a1e8 commit 0f861a9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

data/companies.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,8 @@ quanza:
129129
nlnogring:
130130
name: NLNOG RING
131131
site: https://ring.nlnog.net/
132+
asn:
133+
- 199036
132134
globale-dc:
133135
name: Global-e Datacenter
134136
asn: 39591

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
66
<meta name="description" content="List of participants of NLNOG">
7-
<meta name="author" content="Cas de Reuver">
7+
<meta name="author" content="Stichting NLNOG">
88
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
99
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
1010
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/flag-icon-css@3.4.5/css/flag-icon.min.css">
@@ -109,7 +109,7 @@ <h1 class="page-header">NLNOGbook</h1>
109109
companyCounter = 0;
110110
for (var asn in company.asn) {
111111
var asn = company.asn[asn];
112-
asnStr.append('<a href="https://apps.db.ripe.net/db-web-ui/lookup?source=ripe&key=AS' + asn + '&type=aut-num" target="_blank">AS' + asn + '</a><br />');
112+
asnStr.append('<a href="https://peeringdb.com/asn/' + asn + '" target="_blank">AS' + asn + '</a><br />');
113113
if (companyCounter > 0) {
114114
companyStr.append('<br />');
115115
}

0 commit comments

Comments
 (0)