Host-customized fork of https://github.com/tecnovert/basicswap/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
389 B
16 lines
389 B
3 years ago
|
{% include 'header.html' %}
|
||
|
|
||
|
<h3>TOR Information</h3>
|
||
|
{% if refresh %}
|
||
|
<p>Page Refresh: {{ refresh }} seconds</p>
|
||
|
{% endif %}
|
||
|
|
||
|
<table>
|
||
|
<tr><td>Circuit Established</td><td>{{ data.circuit_established }}</td></tr>
|
||
|
<tr><td>Bytes Written</td><td>{{ data.bytes_written }}</td></tr>
|
||
|
<tr><td>Bytes Read</td><td>{{ data.bytes_read }}</td></tr>
|
||
|
</table>
|
||
|
|
||
|
<p><a href="/">home</a></p>
|
||
|
</body></html>
|