Tor working for Bitcoin forks.

This commit is contained in:
tecnovert
2022-03-27 00:08:15 +02:00
parent d1e015962c
commit a5b192b931
11 changed files with 220 additions and 92 deletions

View File

@@ -0,0 +1,15 @@
{% 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>