aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan <me@jordan.im>2023-07-16 19:22:08 -0700
committerJordan <me@jordan.im>2023-07-16 19:22:08 -0700
commite07fe9f43ac579e0ba03fd16b570b246ce52f553 (patch)
treea5a90b4f9ae817fed3413c1050b492492939400d
parent3220869261ea14181f2a0b2d18b4d86bfecef0ab (diff)
downloadallium-e07fe9f43ac579e0ba03fd16b570b246ce52f553.tar.gz
allium-e07fe9f43ac579e0ba03fd16b570b246ce52f553.zip
templates: bgp.he.net -> bgp.tools
higher update frequency, per-prefix announcement information
-rw-r--r--allium/templates/misc-networks.html2
-rw-r--r--allium/templates/relay-info.html2
-rw-r--r--allium/templates/relay-list.html4
3 files changed, 4 insertions, 4 deletions
diff --git a/allium/templates/misc-networks.html b/allium/templates/misc-networks.html
index b68aab0..77c3942 100644
--- a/allium/templates/misc-networks.html
+++ b/allium/templates/misc-networks.html
@@ -57,7 +57,7 @@
</td>
{% if v['as_name'] -%}
<td title="{{ v['as_name']|escape }}">
- <a href="https://bgp.he.net/{{ k|escape }}">{{ v['as_name']|truncate(20)|escape }}</a>
+ <a href="https://bgp.tools/{{ k|escape }}">{{ v['as_name']|truncate(20)|escape }}</a>
</td>
{% else -%}
<td>Unknown</td>
diff --git a/allium/templates/relay-info.html b/allium/templates/relay-info.html
index ee726e1..c494a53 100644
--- a/allium/templates/relay-info.html
+++ b/allium/templates/relay-info.html
@@ -215,7 +215,7 @@ relay['unverified_host_names']|join('\n')|escape }}</pre>
</dt>
<dd>
{% if relay['as_name'] -%}
- {{ relay['as_name']|escape }} (<a href='https://bgp.he.net/{{ relay['as']|escape }}'>BGP</a>)
+ {{ relay['as_name']|escape }} (<a href='https://bgp.tools/{{ relay['as']|escape }}'>BGP</a>)
{% else -%}
unknown
{% endif -%}
diff --git a/allium/templates/relay-list.html b/allium/templates/relay-list.html
index 658d608..6c25cef 100644
--- a/allium/templates/relay-list.html
+++ b/allium/templates/relay-list.html
@@ -81,7 +81,7 @@
{% endif -%}
<td>{{ obs_bandwidth }}</td>
<td class="visible-md visible-lg">
- <a href="https://bgp.he.net/ip/{{ relay['or_addresses'][0].split(':', 1)[0]|escape }}">{{
+ <a href="https://bgp.tools/prefix/{{ relay['or_addresses'][0].split(':', 1)[0]|escape }}">{{
relay['or_addresses'][0].split(':', 1)[0]|escape }}</a>
</td>
{% if relay['as'] -%}
@@ -98,7 +98,7 @@
{% endif -%}
{% if relay['as_name'] -%}
<td>
- <a href="https://bgp.he.net/{{ relay['as']|escape }}"
+ <a href="https://bgp.tools/{{ relay['as']|escape }}"
title="{{ relay['as_name']|escape }}">{{
relay['as_name']|escape|truncate(length=20) }}</a>
</td>