diff --git a/modules/installed/privacy/templates/tor.html b/modules/installed/privacy/templates/tor.html new file mode 100644 index 000000000..74e129a69 --- /dev/null +++ b/modules/installed/privacy/templates/tor.html @@ -0,0 +1,29 @@ +{% extends "login_nav.html" %} + +{% block main_block %} + +
Tor is an anonymous communication system. You can learn more about +it from the Tor Project +website. For best protection when web surfing, the Tor Project +recommends that you use +the Tor +Browser Bundle.
+ +A Tor SOCKS port is available on your FreedomBox on TCP port +9050.
+ +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:
+ +| {{ name }} | +{{ port }} | +
Tor is an anonymous communication system. You can learn more about it from the Tor Project website. For best protection when web surfing, the Tor Project recommends that you use the Tor Browser Bundle.
-A Tor SOCKS port is available on your FreedomBox on TCP port 9050.
-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:
- """) - - main += '| " + str(key) + " | " - main += "" + str(ports[key]) + " |