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