From ef89083295c28b1d8b15ff3dcd9a11d8c1595dea Mon Sep 17 00:00:00 2001 From: ficus Date: Fri, 23 Nov 2012 23:13:04 +0100 Subject: add about page, include version number --- torouterui/templates/about.html | 67 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 torouterui/templates/about.html (limited to 'torouterui/templates/about.html') diff --git a/torouterui/templates/about.html b/torouterui/templates/about.html new file mode 100644 index 0000000..e4d11ac --- /dev/null +++ b/torouterui/templates/about.html @@ -0,0 +1,67 @@ +{% extends "base.html" %} +{% block body %} + +

DISCLAIMERS!

+ + + + +

Project Information

+ + + +

Background

+ +

+Learn more by reading the Tor Project's +overview and +documentation. + +

How do I check if Tor is working?

+ +

+Tor is only transparently enabled on the local wireless network (check the status page to see if WiFi is enabled and what the SSID name +is). When connected to that network only, you could determine if Tor is working +correctly via: + +

+
check.torproject.org +
The Tor Project runs a web service at + check.torproject.org which + indicates if you connection is inbound from a known Tor exit node or not. + +
External IP Check +
You can check your external "exit" IP address at domains like whatismyip.com or with queries to search + engines like duckduckgo + or google.com. + You should get different results when browsing on the LAN ethernet port and + connecting to the wireless access point. + +
Hidden Services +
You can check that DNS queries and transperent proxying is working + correctly by visiting a hidden service like duckduckgo's + (3g2upl4pq6kufc4m.onion) or + torproject.org's + (idnxcnkne4qt76tg.onion). + Read more about hidden services at + torproject.org +
+ +{% endblock %} -- cgit v1.2.3