mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-02-04 08:13:38 +00:00
Reorganize Tor module template.
This commit is contained in:
parent
25c4e292a6
commit
bc08be681e
@ -20,10 +20,18 @@
|
||||
|
||||
{% block main_block %}
|
||||
|
||||
<p>A Tor SOCKS port is available on your FreedomBox on TCP port
|
||||
9050.</p>
|
||||
<h3>Status</h3>
|
||||
|
||||
<p>Your FreedomBox is configured as a Tor bridge with obfsproxy, so it
|
||||
<br style='clear:both'>
|
||||
{% if is_running %}
|
||||
<div class='circle active'></div> Tor is running
|
||||
{% else %}
|
||||
<div class='circle inactive'></div> Tor is not running
|
||||
{% endif %}
|
||||
<br style='clear:both'>
|
||||
|
||||
<p><h3>Bridge</h3>
|
||||
Your FreedomBox is configured as a Tor bridge with obfsproxy, so it
|
||||
can help circumvent censorship. If your FreedomBox is behind a router
|
||||
or firewall, you should make sure the following ports are open, and
|
||||
port-forwarded, if necessary:</p>
|
||||
@ -36,13 +44,11 @@ port-forwarded, if necessary:</p>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</table>
|
||||
|
||||
<br style='clear:both'>
|
||||
{% if is_running %}
|
||||
<div class='circle active'></div> Tor is running
|
||||
{% else %}
|
||||
<div class='circle inactive'></div> Tor is not running
|
||||
{% endif %}
|
||||
|
||||
<p><h3>SOCKS</h3>
|
||||
A Tor SOCKS port is available on your FreedomBox on TCP port
|
||||
9050.</p>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user