{# Ënnstatus Copyright (C) 2015 Dennis Fink This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . #} {% extends "base.html" %} {% set title = "Partners" %} {% if '.onion' in request.url_root %} {% set globe_url = config['ENNSTATUS_GLOBE_ONION_ADDRESS'] %} {% elif '.bit' in request.url_root %} {% set globe_url = config['ENNSTATUS_GLOBE_BIT_ADDRESS'] %} {% else %} {% set globe_url = "globe.enn.lu" %} {% endif %} {% block content %}
Partners

Mirrors

Mirrors

In addition to our Tor relays we are providing mirrors for some popular services.

torproject.lu
This is a mirror of the the Tor Project's main website torproject.org

tails.enn.lu
A Tails Download mirror. Tails is a live operating system, that you can start on almost any computer from a DVD, USB stick, or SD card. It aims at preserving your privacy and anonymity. Learn more about Tails

atlas.enn.lu
Atlas is a Tor relay and bridge explorer.
{% endblock %}