aboutsummaryrefslogtreecommitdiff
path: root/allium/templates/misc-networks.html
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 /allium/templates/misc-networks.html
parent3220869261ea14181f2a0b2d18b4d86bfecef0ab (diff)
downloadallium-e07fe9f43ac579e0ba03fd16b570b246ce52f553.tar.gz
allium-e07fe9f43ac579e0ba03fd16b570b246ce52f553.zip
templates: bgp.he.net -> bgp.tools
higher update frequency, per-prefix announcement information
Diffstat (limited to 'allium/templates/misc-networks.html')
-rw-r--r--allium/templates/misc-networks.html2
1 files changed, 1 insertions, 1 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>