mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
update metrics links in Tor WebUI
https://atlas.torproject.org/ is deprecated in favour of https://metrics.torproject.org/ by now. Fixes #11781. Signed-off-by: Peter Müller <peter.mueller@ipfire.org> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
cc0104dce3
commit
0675a66d83
@@ -519,7 +519,7 @@ END
|
||||
<tr>
|
||||
<td width='40%' class='base'>$Lang::tr{'tor relay fingerprint'}:</td>
|
||||
<td width='60%'>
|
||||
<a href='https://atlas.torproject.org/#details/$fingerprint' target='_blank'>$fingerprint</a>
|
||||
<a href='https://metrics.torproject.org/rs.html#details/$fingerprint' target='_blank'>$fingerprint</a>
|
||||
</td>
|
||||
</tr>
|
||||
END
|
||||
@@ -612,7 +612,7 @@ END
|
||||
print <<END;
|
||||
<tr>
|
||||
<td width='40%'>
|
||||
<a href='https://atlas.torproject.org/#details/$node->{'fingerprint'}' target='_blank'>
|
||||
<a href='https://metrics.torproject.org/rs.html#details/$node->{'fingerprint'}' target='_blank'>
|
||||
$node->{'name'}
|
||||
</a>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user