Changeset - 0079e94a2dd1
[Not reviewed]
default
0 1 0
Dennis Fink - 11 years ago 2014-02-04 02:00:46
dennis.fink@c3l.lu
added globe service to services page and removed some useless whitespace and spellchecking
1 file changed with 5 insertions and 2 deletions:
0 comments (0 inline, 0 general)
ennstatus/templates/root/services.html
Show inline comments
 
@@ -15,20 +15,23 @@
 

	
 
    <p>The setup behind the Tor Onion Netork is easy once you've understood how it works. Below you can see a picture of what a conection to any point in the 
 
       Internet may look like through Tor.</p>
 
    <p><img src="{{ url_for('static', filename='images/Tor-onion-network.png') }}"></p>
 

	
 
    <h2>Entry Nodes</h2>
 
    <p>An entry node (Tor Bridge) is the point of entrance to the Tor network. Usually, these are servers with limited computing capacity and bandwith. They serve users to enter the              Tor network either by the front door and some other have additional software installed - <a href="https://www.torproject.org/projects/obfsproxy.html.en" target="_blank">obfsproxy</a> - to offer more differienated ways of enerting the Tor network.</p>
 
    <p>An entry node (Tor Bridge) is the point of entrance to the Tor network. Usually, these are servers with limited computing capacity and bandwith. They serve users to enter the Tor network either by the front door and some other have additional software installed - <a href="https://www.torproject.org/projects/obfsproxy.html.en" target="_blank">obfsproxy</a> - to offer more differienated ways of enerting the Tor network.</p>
 

	
 
    <h2>Middle Nodes</h2>
 
    <p>A middle node (Tor Relay) passes on the traffic within the Tor network to the next relay station and eventually to an exit node.</p>
 

	
 
    <h2>Exit Nodes</h2>
 
    <p>An exit node (Tor Exit Node) is the last part of the chain for a users traffic. Here it's going to be passed on to the destionation the user has choosen (i.e. htt://ixquick.com/).
 
    <p>An exit node (Tor Exit Node) is the last part of the chain for a users traffic. Here it's going to be passed on to the destionation the user has choosen (i.e. http://ixquick.com/).
 
    <p>To accomplish our objectives, we need to get more exit nodes online. In order to do this, we focus to spent our gains right to the setup of exit nodes.</p>
 
    <p>Finding reliable, freedom and privacy aware hosters is not a trivial task, so we encourage you to share your expericences with us, either on the <a href="http://c3l.lu/mailman/listinfo/enn-ml">mailing list</a>, the <a href="http://wiki.enn.lu/">wiki</a> or simply drop us a <a href="mailto: info@enn.lu">mail</a>.</p>
 
		  
 
	  <h2>Mirrors</h2>
 
    <p>We are an official mirror of the <a href="https://torproject.lu/" target="_blank">Tor Project</a> and <a href="https://tails.boum.org/" target="_blank">Tails</a> - a live operating system to protect your privacy with the help of anonymity and encryption - website.</p>
 

	
 
    <h2>Globe</h2>
 
    <p>We also host an <a href="https://globe.torproject.org/" target="_blank">Globe</a> - a tor relay and bridge explorer - instance at <a href="http://globe.enn.lu" target="_blank">globe.enn.lu</a>.</p>
 
  </div>
 
{% endblock %}
0 comments (0 inline, 0 general)