<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.10.0">Jekyll</generator><link href="https://ffmuc.net/feed.xml" rel="self" type="application/atom+xml" /><link href="https://ffmuc.net/" rel="alternate" type="text/html" /><updated>2026-02-24T13:43:41+01:00</updated><id>https://ffmuc.net/feed.xml</id><title type="html">Freifunk München</title><subtitle>Freifunk München ist eine nichtkommerzielle Initiative für den Aufbau freier (Funk-)Netze sowie Kommunikationskanäle.</subtitle><author><name>Freie Netze München e.V.</name><email>hilfe@ffmuc.bayern</email></author><entry><title type="html">Neue föderierte Knotenkarte: freifunk-map-modern</title><link href="https://ffmuc.net/freifunk/karte/community/2026/02/24/neue-federated-knotenkarte/" rel="alternate" type="text/html" title="Neue föderierte Knotenkarte: freifunk-map-modern" /><published>2026-02-24T12:00:00+01:00</published><updated>2026-02-24T12:00:00+01:00</updated><id>https://ffmuc.net/freifunk/karte/community/2026/02/24/neue-federated-knotenkarte</id><content type="html" xml:base="https://ffmuc.net/freifunk/karte/community/2026/02/24/neue-federated-knotenkarte/"><![CDATA[<section data-lang="de" class="language-content active">

  <h2 id="neue-fderierte-knotenkarte">Neue föderierte Knotenkarte</h2>

  <p>Wir haben einen kleinen Service gebaut, der versucht alle Freifunk-Communities über die <a href="https://api.freifunk.net/">Freifunk API</a> zu finden und auf einer gemeinsamen Karte darzustellen, inklusive Grafana Live-Daten, wo möglich.</p>

  <p><strong>Viel Spaß beim Spielen: <a href="https://federated-map.ffmuc.net/">federated-map.ffmuc.net</a></strong></p>

  <h3 id="features">Features</h3>

  <ul>
    <li><strong>Automatische Federation</strong>: erkennt alle Freifunk-Communities automatisch über die Freifunk API und zeigt deren Knoten auf einer Karte</li>
    <li><strong>Grafana-Integration</strong>: erkennt vorhandene Grafana-Dashboards und zeigt Live-Statistiken pro Knoten (Traffic, Clients, Uptime)</li>
    <li><strong>Echtzeit-Updates</strong> via Server-Sent Events (SSE), die Karte aktualisiert sich automatisch</li>
    <li><strong>Knotendetails</strong> mit Firmware-Version, Uptime, Traffic-Charts und Mesh-Nachbarschaftsansicht</li>
    <li><strong>Suche</strong> nach Hostname, Node-ID oder Router-Modell</li>
    <li><strong>Community-Filter</strong> mit Metacommunity-Gruppierung</li>
    <li><strong>Warnungen</strong> für End-of-Life Hardware</li>
    <li><strong>Datenschutzfreundlich</strong>: der einzige externe Request geht an OpenStreetMap für die Kartenkacheln</li>
  </ul>

  <p>Technisch ist das Ganze ein einzelnes Go-Binary ohne externe Abhängigkeiten, das alle Web-Assets einbettet und alles aus einem Prozess heraus ausliefert.</p>

  <h3 id="noch-experimentell">Noch experimentell</h3>

  <p>Im Moment gibt es noch ein paar Bugs, aber wir basteln dran. Wenn ihr Fehler findet oder Ideen habt: <a href="https://github.com/freifunkMUC/freifunk-map-modern/issues">GitHub Issues</a> oder kommt zu unserem <a href="https://ffmuc.net/mitmachen/">nächsten Treffen</a>.</p>

  <p>Die bisherige Knotenkarte bleibt unter <a href="https://map.ffmuc.net">map.ffmuc.net</a> erreichbar.</p>

  <h3 id="aufruf-an-alle-communities-bitte-pflegt-eure-api-dateien">Aufruf an alle Communities: Bitte pflegt eure API-Dateien!</h3>

  <p>Die Federated Map bezieht alle Daten über die <a href="https://api.freifunk.net/">Freifunk API</a>. Damit eure Community korrekt auf der Karte erscheint, prüft bitte eure API-Datei:</p>

  <ul>
    <li><strong>Links aktuell?</strong> Zeigen eure URLs (Karte, Firmware, Kontakt, etc.) noch auf existierende Seiten?</li>
    <li><strong>Datenquellen erreichbar?</strong> Ist eure <code class="language-plaintext highlighter-rouge">meshviewer.json</code> oder <code class="language-plaintext highlighter-rouge">nodelist.json</code> URL noch korrekt und erreichbar?</li>
    <li><strong>API-Version aktuell?</strong> Idealerweise nutzt ihr die aktuelle <a href="https://github.com/freifunk/api.freifunk.net/tree/master/specs">API-Spezifikation</a>. Ältere Versionen funktionieren teilweise, aber je aktueller eure API-Datei, desto besser können wir eure Knoten darstellen.</li>
  </ul>

  <p>Eine gepflegte API-Datei hilft nicht nur dieser Karte, sondern dem gesamten Freifunk-Ökosystem. Schaut mal rein und räumt auf!</p>

  <p>Der gesamte Quellcode ist Open Source (AGPL-3.0): <strong><a href="https://github.com/freifunkMUC/freifunk-map-modern">github.com/freifunkMUC/freifunk-map-modern</a></strong></p>

</section>

<section data-lang="en" class="language-content">

  <h2 id="new-federated-node-map">New Federated Node Map</h2>

  <p>We built a small service that tries to discover all Freifunk communities via the <a href="https://api.freifunk.net/">Freifunk API</a> and display them on a single shared map, including live Grafana data where available.</p>

  <p><strong>Have fun exploring: <a href="https://federated-map.ffmuc.net/">federated-map.ffmuc.net</a></strong></p>

  <h3 id="features-1">Features</h3>

  <ul>
    <li><strong>Automatic federation</strong>: discovers all Freifunk communities via the Freifunk API and shows their nodes on one map</li>
    <li><strong>Grafana integration</strong>: auto-discovers Grafana dashboards and renders live per-node charts (traffic, clients, uptime)</li>
    <li><strong>Real-time updates</strong> via Server-Sent Events (SSE), the map refreshes automatically</li>
    <li><strong>Node details</strong> with firmware version, uptime, traffic charts, and mesh neighbour view</li>
    <li><strong>Search</strong> by hostname, node ID, or router model</li>
    <li><strong>Community filtering</strong> with metacommunity grouping</li>
    <li><strong>Warnings</strong> for end-of-life hardware</li>
    <li><strong>Privacy-friendly</strong>: the only external request goes to OpenStreetMap for map tiles</li>
  </ul>

  <p>Technically it’s a single Go binary with zero external dependencies that embeds all web assets and serves everything from one process.</p>

  <h3 id="still-experimental">Still experimental</h3>

  <p>There are still a few bugs, but we’re working on it. If you find issues or have ideas: <a href="https://github.com/freifunkMUC/freifunk-map-modern/issues">GitHub Issues</a> or join our <a href="https://ffmuc.net/mitmachen/">next meetup</a>.</p>

  <p>The existing node map remains available at <a href="https://map.ffmuc.net">map.ffmuc.net</a>.</p>

  <h3 id="calling-all-communities-please-maintain-your-api-files">Calling all communities: please maintain your API files!</h3>

  <p>The Federated Map pulls all its data from the <a href="https://api.freifunk.net/">Freifunk API</a>. To make sure your community shows up correctly on the map, please check your API file:</p>

  <ul>
    <li><strong>Links up to date?</strong> Do your URLs (map, firmware, contact, etc.) still point to existing pages?</li>
    <li><strong>Data sources reachable?</strong> Is your <code class="language-plaintext highlighter-rouge">meshviewer.json</code> or <code class="language-plaintext highlighter-rouge">nodelist.json</code> URL still correct and reachable?</li>
    <li><strong>API version current?</strong> Ideally use the latest <a href="https://github.com/freifunk/api.freifunk.net/tree/master/specs">API specification</a>. Older versions partially work, but the more up-to-date your API file, the better we can display your nodes.</li>
  </ul>

  <p>A well-maintained API file doesn’t just help this map. It benefits the entire Freifunk ecosystem. Take a moment to check and clean up!</p>

  <p>The full source code is open source (AGPL-3.0): <strong><a href="https://github.com/freifunkMUC/freifunk-map-modern">github.com/freifunkMUC/freifunk-map-modern</a></strong></p>

</section>

<section data-lang="fr" class="language-content">

  <h2 id="nouvelle-carte-fdre-des-nuds">Nouvelle carte fédérée des nœuds</h2>

  <p>Nous avons créé un petit service qui tente de découvrir toutes les communautés Freifunk via l’<a href="https://api.freifunk.net/">API Freifunk</a> et de les afficher sur une carte commune, y compris les données Grafana en temps réel lorsque c’est possible.</p>

  <p><strong>Amusez-vous bien : <a href="https://federated-map.ffmuc.net/">federated-map.ffmuc.net</a></strong></p>

  <h3 id="fonctionnalits">Fonctionnalités</h3>

  <ul>
    <li><strong>Fédération automatique</strong>: découvre toutes les communautés Freifunk via l’API et affiche leurs nœuds sur une seule carte</li>
    <li><strong>Intégration Grafana</strong>: découvre automatiquement les dashboards Grafana et affiche des graphiques en direct par nœud (trafic, clients, uptime)</li>
    <li><strong>Mises à jour en temps réel</strong> via Server-Sent Events (SSE), la carte se rafraîchit automatiquement</li>
    <li><strong>Détails des nœuds</strong> avec version firmware, uptime, graphiques de trafic et vue du voisinage mesh</li>
    <li><strong>Recherche</strong> par nom d’hôte, ID de nœud ou modèle de routeur</li>
    <li><strong>Filtre par communauté</strong> avec regroupement par méta-communauté</li>
    <li><strong>Avertissements</strong> pour le matériel en fin de vie</li>
    <li><strong>Respectueux de la vie privée</strong>: la seule requête externe va vers OpenStreetMap pour les tuiles de carte</li>
  </ul>

  <p>Techniquement, c’est un seul binaire Go sans dépendances externes qui embarque tous les assets web et sert tout depuis un seul processus.</p>

  <h3 id="encore-exprimental">Encore expérimental</h3>

  <p>Il y a encore quelques bugs, mais nous y travaillons. Si vous trouvez des problèmes ou avez des idées : <a href="https://github.com/freifunkMUC/freifunk-map-modern/issues">GitHub Issues</a> ou rejoignez-nous lors de notre <a href="https://ffmuc.net/mitmachen/">prochaine réunion</a>.</p>

  <p>La carte des nœuds existante reste accessible sur <a href="https://map.ffmuc.net">map.ffmuc.net</a>.</p>

  <h3 id="appel--toutes-les-communauts--maintenez-vos-fichiers-api-">Appel à toutes les communautés : maintenez vos fichiers API !</h3>

  <p>La Federated Map récupère toutes ses données via l’<a href="https://api.freifunk.net/">API Freifunk</a>. Pour que votre communauté apparaisse correctement sur la carte, vérifiez votre fichier API :</p>

  <ul>
    <li><strong>Liens à jour ?</strong> Vos URLs (carte, firmware, contact, etc.) pointent-elles encore vers des pages existantes ?</li>
    <li><strong>Sources de données accessibles ?</strong> Votre URL <code class="language-plaintext highlighter-rouge">meshviewer.json</code> ou <code class="language-plaintext highlighter-rouge">nodelist.json</code> est-elle encore correcte et accessible ?</li>
    <li><strong>Version de l’API à jour ?</strong> Idéalement, utilisez la dernière <a href="https://github.com/freifunk/api.freifunk.net/tree/master/specs">spécification API</a>. Les anciennes versions fonctionnent partiellement, mais plus votre fichier API est à jour, mieux nous pouvons afficher vos nœuds.</li>
  </ul>

  <p>Un fichier API bien maintenu ne profite pas qu’à cette carte. Il bénéficie à tout l’écosystème Freifunk. Vérifiez et nettoyez !</p>

  <p>Le code source complet est open source (AGPL-3.0) : <strong><a href="https://github.com/freifunkMUC/freifunk-map-modern">github.com/freifunkMUC/freifunk-map-modern</a></strong></p>

</section>

<section data-lang="es" class="language-content">

  <h2 id="nuevo-mapa-federado-de-nodos">Nuevo mapa federado de nodos</h2>

  <p>Hemos creado un pequeño servicio que intenta descubrir todas las comunidades Freifunk a través de la <a href="https://api.freifunk.net/">API Freifunk</a> y mostrarlas en un mapa compartido, incluyendo datos en vivo de Grafana cuando estén disponibles.</p>

  <p><strong>Diviértete explorando: <a href="https://federated-map.ffmuc.net/">federated-map.ffmuc.net</a></strong></p>

  <h3 id="caractersticas">Características</h3>

  <ul>
    <li><strong>Federación automática</strong>: descubre todas las comunidades Freifunk a través de la API y muestra sus nodos en un solo mapa</li>
    <li><strong>Integración con Grafana</strong>: detecta automáticamente dashboards de Grafana y muestra gráficos en vivo por nodo (tráfico, clientes, uptime)</li>
    <li><strong>Actualizaciones en tiempo real</strong> vía Server-Sent Events (SSE), el mapa se actualiza automáticamente</li>
    <li><strong>Detalles de nodos</strong> con versión de firmware, uptime, gráficos de tráfico y vista de vecinos mesh</li>
    <li><strong>Búsqueda</strong> por hostname, ID de nodo o modelo de router</li>
    <li><strong>Filtro por comunidad</strong> con agrupación por metacomunidad</li>
    <li><strong>Avisos</strong> para hardware en fin de vida</li>
    <li><strong>Respetuoso con la privacidad</strong>: la única petición externa va a OpenStreetMap para los tiles del mapa</li>
  </ul>

  <p>Técnicamente es un único binario Go sin dependencias externas que integra todos los assets web y sirve todo desde un solo proceso.</p>

  <h3 id="todava-experimental">Todavía experimental</h3>

  <p>Aún hay algunos bugs, pero estamos trabajando en ello. Si encuentras problemas o tienes ideas: <a href="https://github.com/freifunkMUC/freifunk-map-modern/issues">GitHub Issues</a> o únete a nuestro <a href="https://ffmuc.net/mitmachen/">próximo encuentro</a>.</p>

  <p>El mapa de nodos existente sigue disponible en <a href="https://map.ffmuc.net">map.ffmuc.net</a>.</p>

  <h3 id="llamada-a-todas-las-comunidades-mantened-vuestros-archivos-api">Llamada a todas las comunidades: ¡mantened vuestros archivos API!</h3>

  <p>El Federated Map obtiene todos sus datos de la <a href="https://api.freifunk.net/">API Freifunk</a>. Para que vuestra comunidad aparezca correctamente en el mapa, revisad vuestro archivo API:</p>

  <ul>
    <li><strong>¿Enlaces actualizados?</strong> ¿Vuestras URLs (mapa, firmware, contacto, etc.) siguen apuntando a páginas existentes?</li>
    <li><strong>¿Fuentes de datos accesibles?</strong> ¿Vuestra URL de <code class="language-plaintext highlighter-rouge">meshviewer.json</code> o <code class="language-plaintext highlighter-rouge">nodelist.json</code> sigue siendo correcta y accesible?</li>
    <li><strong>¿Versión de API actual?</strong> Idealmente usad la última <a href="https://github.com/freifunk/api.freifunk.net/tree/master/specs">especificación API</a>. Las versiones anteriores funcionan parcialmente, pero cuanto más actualizado esté vuestro archivo API, mejor podremos mostrar vuestros nodos.</li>
  </ul>

  <p>Un archivo API bien mantenido no solo ayuda a este mapa. Beneficia a todo el ecosistema Freifunk. ¡Revisadlo y actualizadlo!</p>

  <p>El código fuente completo es open source (AGPL-3.0): <strong><a href="https://github.com/freifunkMUC/freifunk-map-modern">github.com/freifunkMUC/freifunk-map-modern</a></strong></p>

</section>

<section data-lang="ua" class="language-content">

  <h2 id="section">Нова федеративна карта вузлів</h2>

  <p>Ми створили невеликий сервіс, який намагається знайти всі спільноти Freifunk через <a href="https://api.freifunk.net/">Freifunk API</a> і показати їх на одній спільній карті, включаючи живі дані Grafana, де це можливо.</p>

  <p><strong>Розважайтеся: <a href="https://federated-map.ffmuc.net/">federated-map.ffmuc.net</a></strong></p>

  <h3 id="section-1">Можливості</h3>

  <ul>
    <li><strong>Автоматична федерація</strong>: знаходить усі спільноти Freifunk через API і показує їхні вузли на одній карті</li>
    <li><strong>Інтеграція з Grafana</strong>: автоматично знаходить дашборди Grafana і показує живі графіки для кожного вузла (трафік, клієнти, аптайм)</li>
    <li><strong>Оновлення в реальному часі</strong> через Server-Sent Events (SSE), карта оновлюється автоматично</li>
    <li><strong>Деталі вузлів</strong> з версією прошивки, аптаймом, графіками трафіку та видом mesh-сусідів</li>
    <li><strong>Пошук</strong> за іменем хоста, ID вузла або моделлю роутера</li>
    <li><strong>Фільтр за спільнотою</strong> з групуванням за метаспільнотою</li>
    <li><strong>Попередження</strong> для обладнання з закінченим терміном підтримки</li>
    <li><strong>Приватність</strong>: єдиний зовнішній запит йде до OpenStreetMap для тайлів карти</li>
  </ul>

  <p>Технічно це один Go-бінарник без зовнішніх залежностей, який вбудовує всі веб-ресурси і обслуговує все з одного процесу.</p>

  <h3 id="section-2">Ще експериментально</h3>

  <p>На даний момент є ще кілька багів, але ми працюємо над цим. Якщо знайшли проблеми або маєте ідеї: <a href="https://github.com/freifunkMUC/freifunk-map-modern/issues">GitHub Issues</a> або приходьте на нашу <a href="https://ffmuc.net/mitmachen/">наступну зустріч</a>.</p>

  <p>Існуюча карта вузлів залишається доступною за адресою <a href="https://map.ffmuc.net">map.ffmuc.net</a>.</p>

  <h3 id="api-">Звернення до всіх спільнот: підтримуйте ваші API-файли!</h3>

  <p>Federated Map отримує всі дані через <a href="https://api.freifunk.net/">Freifunk API</a>. Щоб ваша спільнота коректно відображалася на карті, перевірте ваш API-файл:</p>

  <ul>
    <li><strong>Посилання актуальні?</strong> Чи ваші URL (карта, прошивка, контакт тощо) ще вказують на існуючі сторінки?</li>
    <li><strong>Джерела даних доступні?</strong> Чи ваш URL <code class="language-plaintext highlighter-rouge">meshviewer.json</code> або <code class="language-plaintext highlighter-rouge">nodelist.json</code> ще коректний і доступний?</li>
    <li><strong>Версія API актуальна?</strong> Ідеально використовувати останню <a href="https://github.com/freifunk/api.freifunk.net/tree/master/specs">специфікацію API</a>. Старіші версії частково працюють, але чим актуальніший ваш API-файл, тим краще ми зможемо відобразити ваші вузли.</li>
  </ul>

  <p>Добре підтримуваний API-файл допомагає не лише цій карті. Він корисний для всієї екосистеми Freifunk. Перевірте та оновіть!</p>

  <p>Весь вихідний код є відкритим (AGPL-3.0): <strong><a href="https://github.com/freifunkMUC/freifunk-map-modern">github.com/freifunkMUC/freifunk-map-modern</a></strong></p>

</section>]]></content><author><name>Freie Netze München e.V.</name><email>hilfe@ffmuc.bayern</email></author><category term="freifunk" /><category term="karte" /><category term="community" /><summary type="html"><![CDATA[]]></summary></entry><entry><title type="html">Europäische DNS-Server einfach einrichten &amp;amp; neuer IP Lookup Service</title><link href="https://ffmuc.net/services/dns/2026/02/16/dns-setup-guide-und-ip-lookup/" rel="alternate" type="text/html" title="Europäische DNS-Server einfach einrichten &amp;amp; neuer IP Lookup Service" /><published>2026-02-16T15:00:00+01:00</published><updated>2026-02-16T15:00:00+01:00</updated><id>https://ffmuc.net/services/dns/2026/02/16/dns-setup-guide-und-ip-lookup</id><content type="html" xml:base="https://ffmuc.net/services/dns/2026/02/16/dns-setup-guide-und-ip-lookup/"><![CDATA[<section data-lang="de" class="language-content active">

  <h2 id="europische-dns-server-einfach-einrichten">Europäische DNS-Server einfach einrichten</h2>

  <p>Jedes Mal, wenn ihr eine Webseite aufruft, fragt euer Gerät einen DNS-Server, welche IP-Adresse sich hinter dem Namen verbirgt. Standardmäßig läuft das über den DNS-Server eines kommerziellen Providers, oft unverschlüsselt und nicht unbedingt in Europa.</p>

  <p>Mit unserer neuen Anleitung könnt ihr in wenigen Minuten auf unsere DNS-Server umstellen, die komplett in der EU stehen und DSGVO-konform betrieben werden. Egal ob Smartphone, Laptop oder Router, und egal ob ihr euch mit Technik auskennt oder nicht.</p>

  <p><strong><a href="https://dns-setup.ffmuc.net/">dns-setup.ffmuc.net</a></strong></p>

  <p>Wir unterstützen verschlüsselte Protokolle wie DoH, DoT und DoQ, aber auch klassisches unverschlüsseltes DNS für alle, die das brauchen. Was wir mit euren DNS-Daten machen (und was nicht), steht in unserer <a href="https://ffmuc.net/dns-privacy/#deutsche-version">DNS Privacy Policy</a>.</p>

  <p>Unser DNS-Service ist übrigens auch bei <a href="https://european-alternatives.eu/product/ffmuc-dns">European Alternatives</a> gelistet. Mehr dazu in <a href="/freifunk/dns/privacy/2026/01/13/european-alternatives-listing/">unserem Blogpost</a>.</p>

  <hr />

  <h2 id="neuer-ip-lookup-service">Neuer IP Lookup Service</h2>

  <p>Ihr wollt schnell wissen, mit welcher IP-Adresse ihr gerade unterwegs seid? Geht einfach auf:</p>

  <p><strong>Im Browser:</strong> <a href="https://ip.ffmuc.net">ip.ffmuc.net</a></p>

  <p><strong>Im Terminal:</strong></p>

  <table>
    <thead>
      <tr>
        <th>Was</th>
        <th>Befehl</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td>IPv4</td>
        <td><code class="language-plaintext highlighter-rouge">curl -4 ip.ffmuc.net</code></td>
      </tr>
      <tr>
        <td>IPv6</td>
        <td><code class="language-plaintext highlighter-rouge">curl -6 ip.ffmuc.net</code></td>
      </tr>
      <tr>
        <td>JSON</td>
        <td><code class="language-plaintext highlighter-rouge">curl ip.ffmuc.net/json</code></td>
      </tr>
    </tbody>
  </table>

  <p>Einfach, schnell und ohne Tracking.</p>

  <hr />

  <p>Bei Fragen oder Anmerkungen könnt ihr euch jederzeit bei uns im Chat melden: <a href="https://chat.ffmuc.net">https://chat.ffmuc.net</a></p>

</section>

<section data-lang="en" class="language-content">

  <h2 id="set-up-european-dns-servers-in-minutes">Set up European DNS servers in minutes</h2>

  <p>Every time you open a website, your device asks a DNS server which IP address belongs to that domain name. By default, this goes through a commercial provider’s DNS server, often unencrypted and not necessarily located in Europe.</p>

  <p>With our new guide, you can switch to our DNS servers in just a few minutes. They are fully hosted and operated in the EU, GDPR-compliant, and the guide works whether you’re on a smartphone, laptop, or router. No technical knowledge needed.</p>

  <p><strong><a href="https://dns-setup.ffmuc.net/">dns-setup.ffmuc.net</a></strong></p>

  <p>We support encrypted protocols like DoH, DoT, and DoQ, but also classic unencrypted DNS for anyone who needs it. What we do (and don’t do) with your DNS data is described in our <a href="https://ffmuc.net/dns-privacy/">DNS Privacy Policy</a>.</p>

  <p>Our DNS service is also listed on <a href="https://european-alternatives.eu/product/ffmuc-dns">European Alternatives</a>. More details in <a href="/freifunk/dns/privacy/2026/01/13/european-alternatives-listing/">our blog post</a>.</p>

  <hr />

  <h2 id="new-ip-lookup-service">New IP Lookup Service</h2>

  <p>Want to quickly check which IP address you’re using? Just open:</p>

  <p><strong>In the browser:</strong> <a href="https://ip.ffmuc.net">ip.ffmuc.net</a></p>

  <p><strong>In the terminal:</strong></p>

  <table>
    <thead>
      <tr>
        <th>What</th>
        <th>Command</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td>IPv4</td>
        <td><code class="language-plaintext highlighter-rouge">curl -4 ip.ffmuc.net</code></td>
      </tr>
      <tr>
        <td>IPv6</td>
        <td><code class="language-plaintext highlighter-rouge">curl -6 ip.ffmuc.net</code></td>
      </tr>
      <tr>
        <td>JSON</td>
        <td><code class="language-plaintext highlighter-rouge">curl ip.ffmuc.net/json</code></td>
      </tr>
    </tbody>
  </table>

  <p>Simple, fast, and tracking-free.</p>

  <hr />

  <p>If you have questions or comments, feel free to reach out to us in our chat: <a href="https://chat.ffmuc.net">https://chat.ffmuc.net</a></p>

</section>

<section data-lang="fr" class="language-content">

  <h2 id="configurer-des-serveurs-dns-europens-en-quelques-minutes">Configurer des serveurs DNS européens en quelques minutes</h2>

  <p>Chaque fois que vous ouvrez un site web, votre appareil demande à un serveur DNS quelle adresse IP se cache derrière ce nom de domaine. Par défaut, cette requête passe par le serveur DNS d’un fournisseur commercial, souvent non chiffré et pas forcément situé en Europe.</p>

  <p>Avec notre nouveau guide, vous pouvez passer à nos serveurs DNS en quelques minutes. Ils sont entièrement hébergés et exploités dans l’UE, conformes au RGPD, et le guide fonctionne que vous soyez sur smartphone, ordinateur portable ou routeur. Aucune connaissance technique requise.</p>

  <p><strong><a href="https://dns-setup.ffmuc.net/">dns-setup.ffmuc.net</a></strong></p>

  <p>Nous supportons les protocoles chiffrés comme DoH, DoT et DoQ, mais aussi le DNS classique non chiffré pour ceux qui en ont besoin. Ce que nous faisons (et ne faisons pas) avec vos données DNS est décrit dans notre <a href="https://ffmuc.net/dns-privacy/">DNS Privacy Policy</a>.</p>

  <p>Notre service DNS est aussi référencé sur <a href="https://european-alternatives.eu/product/ffmuc-dns">European Alternatives</a>. Plus de détails dans <a href="/freifunk/dns/privacy/2026/01/13/european-alternatives-listing/">notre article de blog</a>.</p>

  <hr />

  <h2 id="nouveau-service-de-recherche-dip">Nouveau service de recherche d’IP</h2>

  <p>Vous voulez savoir quelle adresse IP vous utilisez en ce moment ? Ouvrez simplement :</p>

  <p><strong>Dans le navigateur :</strong> <a href="https://ip.ffmuc.net">ip.ffmuc.net</a></p>

  <p><strong>Dans le terminal :</strong></p>

  <table>
    <thead>
      <tr>
        <th>Quoi</th>
        <th>Commande</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td>IPv4</td>
        <td><code class="language-plaintext highlighter-rouge">curl -4 ip.ffmuc.net</code></td>
      </tr>
      <tr>
        <td>IPv6</td>
        <td><code class="language-plaintext highlighter-rouge">curl -6 ip.ffmuc.net</code></td>
      </tr>
      <tr>
        <td>JSON</td>
        <td><code class="language-plaintext highlighter-rouge">curl ip.ffmuc.net/json</code></td>
      </tr>
    </tbody>
  </table>

  <p>Simple, rapide et sans tracking.</p>

  <hr />

  <p>Pour toute question ou remarque, n’hésitez pas à nous contacter dans notre chat : <a href="https://chat.ffmuc.net">https://chat.ffmuc.net</a></p>

</section>

<section data-lang="es" class="language-content">

  <h2 id="configura-servidores-dns-europeos-en-minutos">Configura servidores DNS europeos en minutos</h2>

  <p>Cada vez que abres una página web, tu dispositivo le pregunta a un servidor DNS qué dirección IP corresponde a ese nombre de dominio. Por defecto, esto pasa por el servidor DNS de un proveedor comercial, a menudo sin cifrar y no necesariamente ubicado en Europa.</p>

  <p>Con nuestra nueva guía, puedes cambiar a nuestros servidores DNS en pocos minutos. Están completamente alojados y operados en la UE, cumplen con el RGPD, y la guía funciona tanto en smartphone como en portátil o router. No necesitas conocimientos técnicos.</p>

  <p><strong><a href="https://dns-setup.ffmuc.net/">dns-setup.ffmuc.net</a></strong></p>

  <p>Soportamos protocolos cifrados como DoH, DoT y DoQ, pero también DNS clásico sin cifrar para quien lo necesite. Lo que hacemos (y no hacemos) con tus datos DNS está descrito en nuestra <a href="https://ffmuc.net/dns-privacy/">DNS Privacy Policy</a>.</p>

  <p>Nuestro servicio DNS también aparece en <a href="https://european-alternatives.eu/product/ffmuc-dns">European Alternatives</a>. Más detalles en <a href="/freifunk/dns/privacy/2026/01/13/european-alternatives-listing/">nuestra publicación de blog</a>.</p>

  <hr />

  <h2 id="nuevo-servicio-de-consulta-de-ip">Nuevo servicio de consulta de IP</h2>

  <p>¿Quieres saber qué dirección IP estás usando? Abre simplemente:</p>

  <p><strong>En el navegador:</strong> <a href="https://ip.ffmuc.net">ip.ffmuc.net</a></p>

  <p><strong>En la terminal:</strong></p>

  <table>
    <thead>
      <tr>
        <th>Qué</th>
        <th>Comando</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td>IPv4</td>
        <td><code class="language-plaintext highlighter-rouge">curl -4 ip.ffmuc.net</code></td>
      </tr>
      <tr>
        <td>IPv6</td>
        <td><code class="language-plaintext highlighter-rouge">curl -6 ip.ffmuc.net</code></td>
      </tr>
      <tr>
        <td>JSON</td>
        <td><code class="language-plaintext highlighter-rouge">curl ip.ffmuc.net/json</code></td>
      </tr>
    </tbody>
  </table>

  <p>Sencillo, rápido y sin rastreo.</p>

  <hr />

  <p>Si tienes preguntas o comentarios, puedes contactarnos en nuestro chat en cualquier momento: <a href="https://chat.ffmuc.net">https://chat.ffmuc.net</a></p>

</section>

<section data-lang="ua" class="language-content">

  <h2 id="dns----">Налаштуйте європейські DNS-сервери за кілька хвилин</h2>

  <p>Кожного разу, коли ви відкриваєте вебсайт, ваш пристрій запитує DNS-сервер, яка IP-адреса стоїть за цим доменним ім’ям. За замовчуванням цей запит йде через DNS-сервер комерційного провайдера, часто без шифрування і не обов’язково в Європі.</p>

  <p>З нашою новою інструкцією ви можете за кілька хвилин перейти на наші DNS-сервери. Вони повністю розміщені та працюють в ЄС, відповідають вимогам GDPR, а інструкція підходить і для смартфона, і для ноутбука, і для роутера. Технічні знання не потрібні.</p>

  <p><strong><a href="https://dns-setup.ffmuc.net/">dns-setup.ffmuc.net</a></strong></p>

  <p>Ми підтримуємо шифровані протоколи: DoH, DoT та DoQ, а також класичний нешифрований DNS для тих, кому це потрібно. Що ми робимо (і не робимо) з вашими DNS-даними, описано в нашій <a href="https://ffmuc.net/dns-privacy/">DNS Privacy Policy</a>.</p>

  <p>Наш DNS-сервіс також є на <a href="https://european-alternatives.eu/product/ffmuc-dns">European Alternatives</a>. Детальніше в <a href="/freifunk/dns/privacy/2026/01/13/european-alternatives-listing/">нашому блозі</a>.</p>

  <hr />

  <h2 id="ip">Новий сервіс перевірки IP</h2>

  <p>Хочете дізнатися, яку IP-адресу ви зараз використовуєте? Просто відкрийте:</p>

  <p><strong>У браузері:</strong> <a href="https://ip.ffmuc.net">ip.ffmuc.net</a></p>

  <p><strong>У терміналі:</strong></p>

  <table>
    <thead>
      <tr>
        <th>Що</th>
        <th>Команда</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td>IPv4</td>
        <td><code class="language-plaintext highlighter-rouge">curl -4 ip.ffmuc.net</code></td>
      </tr>
      <tr>
        <td>IPv6</td>
        <td><code class="language-plaintext highlighter-rouge">curl -6 ip.ffmuc.net</code></td>
      </tr>
      <tr>
        <td>JSON</td>
        <td><code class="language-plaintext highlighter-rouge">curl ip.ffmuc.net/json</code></td>
      </tr>
    </tbody>
  </table>

  <p>Просто, швидко і без відстеження.</p>

  <hr />

  <p>Якщо у вас виникнуть запитання або коментарі, ви можете в будь-який час зв’язатися з нами в нашому чаті: <a href="https://chat.ffmuc.net">https://chat.ffmuc.net</a></p>

</section>]]></content><author><name>Freie Netze München e.V.</name><email>hilfe@ffmuc.bayern</email></author><category term="services" /><category term="dns" /><summary type="html"><![CDATA[]]></summary></entry><entry><title type="html">Abschaltung von DNSCrypt - Reminder</title><link href="https://ffmuc.net/services/dns/2026/02/16/dnscrypt-abschaltung-reminder/" rel="alternate" type="text/html" title="Abschaltung von DNSCrypt - Reminder" /><published>2026-02-16T12:00:00+01:00</published><updated>2026-02-16T12:00:00+01:00</updated><id>https://ffmuc.net/services/dns/2026/02/16/dnscrypt-abschaltung-reminder</id><content type="html" xml:base="https://ffmuc.net/services/dns/2026/02/16/dnscrypt-abschaltung-reminder/"><![CDATA[<section data-lang="de" class="language-content active">

  <h2 id="abschaltung-von-dnscrypt">Abschaltung von DNSCrypt</h2>
  <p>Hinweis: Dieser Beitrag wurde bereits am 03.01.2026 veröffentlicht — dies ist eine Erinnerung (Stand: 16.02.2026).</p>

  <p>Wir haben uns dazu entschlossen, <strong>nach Ende Februar 2026</strong> die DNSCrypt Endpoints von unseren <a href="https://ffmuc.net/wiki/doku.php?id=knb:dohdot">öffentlichen DNS Resolvern</a> abzuschalten.</p>

  <p>Wir bekommen immer wieder Meldungen bezüglich Timeouts und anderer Fehler, die wir aber leider nicht vernünftig troubleshooten können, insbesondere da im ehrenamtlichen Team der Admins kein DNSCrypt-Nutzer/keine DNSCrypt-Nutzerin ist.</p>

  <p>Die Nutzungszahlen sind auch vergleichweise gering, wie in unseren <a href="https://stats.ffmuc.net/d/tlvoghcZk/doh-dot">öffentlichen Statistiken</a> zu sehen ist.</p>

  <p>Wir möchten einen Privacy-kritischen Service lieber gar nicht als fehlerhaft zur Verfügung stellen, und weisen stattdessen auf die modernen alternativen Protokolle hin, die wir unterstützen:</p>

  <h2 id="alternativen">Alternativen</h2>

  <ul>
    <li>DNS over TLS (DoT) <code class="language-plaintext highlighter-rouge">tls://dot.ffmuc.net</code></li>
    <li>DNS over QUIC (DoQ) <code class="language-plaintext highlighter-rouge">quic://doq.ffmuc.net</code></li>
    <li>DNS over HTTPS (DoH) <code class="language-plaintext highlighter-rouge">https://doh.ffmuc.net</code></li>
    <li>DNS over HTTP/3 (DoH3) <code class="language-plaintext highlighter-rouge">h3://doh.ffmuc.net</code></li>
  </ul>

  <p>(siehe unsere detailierte Wiki-Seite dazu: <a href="https://ffmuc.net/wiki/doku.php?id=knb:dohdot">https://ffmuc.net/wiki/doku.php?id=knb:dohdot</a>)</p>

  <p>Falls ihr die Software <code class="language-plaintext highlighter-rouge">dnscrypt-proxy</code> einsetzt, werden diese Protokolle auch bereits unterstützt!</p>

  <p>Solltet ihr aber speziell das DNSCrypt-Protokoll verwenden wollen/müssen, gibt es eine Liste an <a href="https://dnscrypt.info/public-servers/">alternativen Anbietern</a>.</p>

  <hr />

  <p>Bei Fragen oder Anmerkungen könnt ihr euch jederzeit bei uns im Chat melden: <a href="https://chat.ffmuc.net">https://chat.ffmuc.net</a></p>

</section>

<section data-lang="en" class="language-content">

  <h2 id="disabling-dnscrypt">Disabling DNSCrypt</h2>
  <p>Reminder: This post was originally published on 2026-01-03 — this is a reminder (as of 16 February 2026).</p>

  <p>We have decided to disable the DNSCrypt endpoints of our <a href="https://ffmuc.net/wiki/doku.php?id=knb:dohdot">public DNS resolvers</a> after the <strong>end of February 2026</strong>.</p>

  <p>We repeatedly get reports about timeouts and other issues, which we can’t troubleshoot effectively unfortunately, primarily because nobody in our volunteer admin team uses DNSCrypt themselves.</p>

  <p>Additionally, the usage counts are comparatively low, as can be seen in our <a href="https://stats.ffmuc.net/d/tlvoghcZk/doh-dot">public statistics</a>.</p>

  <p>We prefer not to offer a privacy-critical service at all rather than in a broken state, and instead want to point you to the modern alternative protocols, which we support:</p>

  <h2 id="alternatives">Alternatives</h2>

  <ul>
    <li>DNS over TLS (DoT) <code class="language-plaintext highlighter-rouge">tls://dot.ffmuc.net</code></li>
    <li>DNS over QUIC (DoQ) <code class="language-plaintext highlighter-rouge">quic://doq.ffmuc.net</code></li>
    <li>DNS over HTTPS (DoH) <code class="language-plaintext highlighter-rouge">https://doh.ffmuc.net</code></li>
    <li>DNS over HTTP/3 (DoH3) <code class="language-plaintext highlighter-rouge">h3://doh.ffmuc.net</code></li>
  </ul>

  <p>(see our more detailed wiki page on this: <a href="https://ffmuc.net/wiki/doku.php?id=knb:dohdot">https://ffmuc.net/wiki/doku.php?id=knb:dohdot</a>)</p>

  <p>If you have been using <code class="language-plaintext highlighter-rouge">dnscrypt-proxy</code> so far, it already supports these protocols!</p>

  <p>If however you want or are required to use DNSCrypt, there is a list of <a href="https://dnscrypt.info/public-servers/">alternative providers</a>.</p>

  <hr />

  <p>If you have questions or comments, please reach out to us in our chat: <a href="https://chat.ffmuc.net">https://chat.ffmuc.net</a></p>

</section>

<section data-lang="fr" class="language-content">

  <h2 id="dsactivation-de-dnscrypt">Désactivation de DNSCrypt</h2>
  <p>Rappel : Cet article a été publié initialement le 03/01/2026 — ceci est un rappel (au 16.02.2026).</p>

  <p>Nous avons décidé de désactiver les points de terminaison DNSCrypt de nos <a href="https://ffmuc.net/wiki/doku.php?id=knb:dohdot">résolveurs DNS publics</a> après la <strong>fin février 2026</strong>.</p>

  <p>Nous recevons régulièrement des signalements concernant des délais d’attente et d’autres erreurs que nous ne pouvons malheureusement pas résoudre correctement, en particulier parce qu’aucun membre de l’équipe administrative bénévole n’utilise DNSCrypt.</p>

  <p>Les chiffres d’utilisation sont également relativement faibles, comme le montrent nos <a href="https://stats.ffmuc.net/d/tlvoghcZk/doh-dot">statistiques publiques</a>.</p>

  <p>Nous préférons ne pas offrir un service critique pour la confidentialité plutôt que de l’offrir de manière défectueuse, et nous souhaitons plutôt vous orienter vers les protocoles alternatifs modernes que nous prenons en charge :</p>

  <h2 id="alternatives-1">Alternatives</h2>

  <ul>
    <li>DNS over TLS (DoT) <code class="language-plaintext highlighter-rouge">tls://dot.ffmuc.net</code></li>
    <li>DNS over QUIC (DoQ) <code class="language-plaintext highlighter-rouge">quic://doq.ffmuc.net</code></li>
    <li>DNS over HTTPS (DoH) <code class="language-plaintext highlighter-rouge">https://doh.ffmuc.net</code></li>
    <li>DNS over HTTP/3 (DoH3) <code class="language-plaintext highlighter-rouge">h3://doh.ffmuc.net</code></li>
  </ul>

  <p>(voir notre page wiki détaillée à ce sujet : <a href="https://ffmuc.net/wiki/doku.php?id=knb:dohdot">https://ffmuc.net/wiki/doku.php?id=knb:dohdot</a>)</p>

  <p>Si vous utilisez le logiciel <code class="language-plaintext highlighter-rouge">dnscrypt-proxy</code>, ces protocoles sont déjà pris en charge !</p>

  <p>Cependant, si vous souhaitez ou devez utiliser spécifiquement le protocole DNSCrypt, il existe une liste de <a href="https://dnscrypt.info/public-servers/">fournisseurs alternatifs</a>.</p>

  <hr />

  <p>Pour toute question ou remarque, n’hésitez pas à nous contacter dans notre chat : <a href="https://chat.ffmuc.net">https://chat.ffmuc.net</a></p>

</section>

<section data-lang="es" class="language-content">

  <h2 id="desactivacin-de-dnscrypt">Desactivación de DNSCrypt</h2>
  <p>Recordatorio: Este artículo se publicó originalmente el 03.01.2026 — esto es un recordatorio (a fecha 16.02.2026).</p>

  <p>Hemos decidido desactivar los puntos finales DNSCrypt de nuestros <a href="https://ffmuc.net/wiki/doku.php?id=knb:dohdot">resolutores DNS públicos</a> después del <strong>final de febrero de 2026</strong>.</p>

  <p>Recibimos repetidamente informes sobre tiempos de espera y otros errores que desafortunadamente no podemos solucionar adecuadamente, especialmente porque ningún miembro del equipo administrativo voluntario utiliza DNSCrypt.</p>

  <p>Las cifras de uso también son comparativamente bajas, como se puede ver en nuestras <a href="https://stats.ffmuc.net/d/tlvoghcZk/doh-dot">estadísticas públicas</a>.</p>

  <p>Preferimos no ofrecer un servicio crítico para la privacidad en absoluto que ofrecerlo defectuosamente, y en su lugar queremos señalar los protocolos alternativos modernos que admitimos:</p>

  <h2 id="alternativas">Alternativas</h2>

  <ul>
    <li>DNS over TLS (DoT) <code class="language-plaintext highlighter-rouge">tls://dot.ffmuc.net</code></li>
    <li>DNS over QUIC (DoQ) <code class="language-plaintext highlighter-rouge">quic://doq.ffmuc.net</code></li>
    <li>DNS over HTTPS (DoH) <code class="language-plaintext highlighter-rouge">https://doh.ffmuc.net</code></li>
    <li>DNS over HTTP/3 (DoH3) <code class="language-plaintext highlighter-rouge">h3://doh.ffmuc.net</code></li>
  </ul>

  <p>(consulta nuestra página wiki detallada sobre esto: <a href="https://ffmuc.net/wiki/doku.php?id=knb:dohdot">https://ffmuc.net/wiki/doku.php?id=knb:dohdot</a>)</p>

  <p>Si utilizas el software <code class="language-plaintext highlighter-rouge">dnscrypt-proxy</code>, ¡estos protocolos ya son compatibles!</p>

  <p>Sin embargo, si deseas o debes usar específicamente el protocolo DNSCrypt, existe una lista de <a href="https://dnscrypt.info/public-servers/">proveedores alternativos</a>.</p>

  <hr />

  <p>Si tienes preguntas o comentarios, puedes contactarnos en nuestro chat en cualquier momento: <a href="https://chat.ffmuc.net">https://chat.ffmuc.net</a></p>

</section>

<section data-lang="ua" class="language-content">

  <h2 id="dnscrypt">Вимкнення DNSCrypt</h2>
  <p>Нагадування: Ця публікація була опублікована 03.01.2026 — це нагадування (станом на 16.02.2026).</p>

  <p>Ми вирішили вимкнути кінцеві точки DNSCrypt наших <a href="https://ffmuc.net/wiki/doku.php?id=knb:dohdot">публічних DNS-розпрацьовувачів</a> після <strong>кінця лютого 2026 року</strong>.</p>

  <p>Ми постійно отримуємо повідомлення про тайм-аути та інші помилки, які ми, на жаль, не можемо належним чином усунути, особливо тому, що жоден із членів нашої волонтерської адміністративної команди не використовує DNSCrypt.</p>

  <p>Кількість використань також порівняно низька, як видно з наших <a href="https://stats.ffmuc.net/d/tlvoghcZk/doh-dot">публічних статистик</a>.</p>

  <p>Ми віддаємо перевагу взагалі не пропонувати послугу, критичну для конфіденційності, ніж пропонувати її з помилками, і натомість хочемо вказати на сучасні альтернативні протоколи, які ми підтримуємо:</p>

  <h2 id="section">Альтернативи</h2>

  <ul>
    <li>DNS over TLS (DoT) <code class="language-plaintext highlighter-rouge">tls://dot.ffmuc.net</code></li>
    <li>DNS over QUIC (DoQ) <code class="language-plaintext highlighter-rouge">quic://doq.ffmuc.net</code></li>
    <li>DNS over HTTPS (DoH) <code class="language-plaintext highlighter-rouge">https://doh.ffmuc.net</code></li>
    <li>DNS over HTTP/3 (DoH3) <code class="language-plaintext highlighter-rouge">h3://doh.ffmuc.net</code></li>
  </ul>

  <p>(дивіться нашу детальну wiki-сторінку про це: <a href="https://ffmuc.net/wiki/doku.php?id=knb:dohdot">https://ffmuc.net/wiki/doku.php?id=knb:dohdot</a>)</p>

  <p>Якщо ви використовуєте програмне забезпечення <code class="language-plaintext highlighter-rouge">dnscrypt-proxy</code>, ці протоколи вже підтримуються!</p>

  <p>Однак, якщо ви хочете або повинні використовувати саме протокол DNSCrypt, існує список <a href="https://dnscrypt.info/public-servers/">альтернативних постачальників</a>.</p>

  <hr />

  <p>Якщо у вас виникнуть запитання або коментарі, ви можете в будь-який час зв’язатися з нами в нашому чаті: <a href="https://chat.ffmuc.net">https://chat.ffmuc.net</a></p>

</section>]]></content><author><name>Freie Netze München e.V.</name><email>hilfe@ffmuc.bayern</email></author><category term="services" /><category term="dns" /><summary type="html"><![CDATA[]]></summary></entry><entry><title type="html">Weitere Stellungnahme zum Referentenentwurf zur IP-Adressspeicherung</title><link href="https://ffmuc.net/politik/freifunk/gesetzgebung/2026/02/11/stellungnahme-referentenentwurf-ip-adressspeicherung/" rel="alternate" type="text/html" title="Weitere Stellungnahme zum Referentenentwurf zur IP-Adressspeicherung" /><published>2026-02-11T07:00:00+01:00</published><updated>2026-02-11T07:00:00+01:00</updated><id>https://ffmuc.net/politik/freifunk/gesetzgebung/2026/02/11/stellungnahme-referentenentwurf-ip-adressspeicherung</id><content type="html" xml:base="https://ffmuc.net/politik/freifunk/gesetzgebung/2026/02/11/stellungnahme-referentenentwurf-ip-adressspeicherung/"><![CDATA[<h2 id="vorbemerkung">Vorbemerkung</h2>

<p>Der Verein Freie Netze München e.V. betreibt unter dem Namen <strong>Freifunk München</strong> eines der größten ehrenamtlich getragenen, gemeinnützigen WLAN-Netze in Deutschland. Das Netz steht der Allgemeinheit offen - ohne Registrierung, ohne Anmeldung, ohne personenbezogene Datenerhebung. Es dient der digitalen Teilhabe und wird täglich von tausenden Menschen genutzt: auf öffentlichen Plätzen, in Flüchtlingsunterkünften, in Vereinsräumen, in Verkehrsmitteln und an vielen weiteren Orten.</p>

<p>Wir nehmen hiermit Stellung zum <a href="https://www.bmjv.de/SharedDocs/Gesetzgebungsverfahren/DE/2025_IP_Speicherung.html?nn=110518">Referentenentwurf des Bundesministeriums der Justiz und für Verbraucherschutz vom 22. Dezember 2025</a> zur “Einführung einer IP-Adressspeicherung und Weiterentwicklung der Befugnisse zur Datenerhebung im Strafverfahren”.</p>

<p>Bereits im November 2025 haben wir in einer <a href="/politik/freifunk/gesetzgebung/2025/11/10/stellungnahme-mindestspeicherung">früheren Stellungnahme</a> auf die grundlegenden technischen, datenschutzrechtlichen und gesellschaftlichen Probleme einer IP-Adressspeicherung für offene WLAN-Netze hingewiesen. Der nun vorliegende Referentenentwurf bestätigt und verschärft unsere Bedenken.</p>

<hr />

<h2 id="i-zusammenfassung">I. Zusammenfassung</h2>

<p>Der Referentenentwurf sieht eine <strong>dreimonatige, anlasslose und unterschiedslose Speicherpflicht</strong> für IP-Adressen (einschließlich Portnummern) durch Anbieter von Internetzugangsdiensten vor. Ergänzt wird dies durch eine <strong>Sicherungsanordnung</strong> für sonstige Verkehrsdaten und <strong>neue Befugnisse für das Bundeskriminalamt (BKA)</strong> zur präventiven Datensicherung.</p>

<p>Wir lehnen den Entwurf in seiner jetzigen Form ab. Er ist mit dem Betrieb offener, gemeinnütziger Netze unvereinbar, technisch auf falsche Annahmen gestützt, grundrechtlich problematisch und in der Praxis unverhältnismäßig.</p>

<hr />

<h2 id="ii-warum-die-umsetzung-in-offenen-netzen-unmöglich-und-unbezahlbar-ist">II. Warum die Umsetzung in offenen Netzen unmöglich und unbezahlbar ist</h2>

<h3 id="1-die-dimension-4000-und-mehr-gleichzeitige-nutzer---ohne-jedes-vertragsverhältnis">1. Die Dimension: 4.000 und mehr gleichzeitige Nutzer - ohne jedes Vertragsverhältnis</h3>

<p>Freifunk München versorgt regelmäßig <strong>über 4.000 gleichzeitig verbundene Endgeräte</strong> - an Spitzentagen deutlich mehr. Dabei handelt es sich nicht um einen festen Kreis von 4.000 “Kunden”: Die Nutzerschaft wechselt ständig. Im Laufe eines einzigen Tages verbinden sich <strong>zehntausende unterschiedliche Geräte</strong> mit dem Netz - Passanten, Reisende, Besucher, Anwohner. Anders als bei einem klassischen Internetzugangsanbieter gibt es zu keinem dieser Geräte ein Vertragsverhältnis, keine Registrierung, keine Identitätsprüfung. Es gibt schlicht keinen “Anschlussinhaber” im Sinne des Entwurfs.</p>

<p>Bereits die <strong>rechtliche Einordnung</strong> offener WLAN-Netze unter den Gesetzentwurf ist unklar: Sind wir “Anbieter von Internetzugangsdiensten” im Sinne des Entwurfs? Oder fallen wir unter eine andere Kategorie? Der Entwurf liefert keine Antwort auf diese Frage und schafft damit schon bei der Frage der Anwendbarkeit <strong>Rechtsunsicherheit und Vollzugschaos</strong>. Betreiber offener Netze müssten auf eigenes Risiko entscheiden, ob und wie sie die Regelungen umsetzen - mit der ständigen Gefahr, entweder unnötig in teure Infrastruktur zu investieren oder sich unwissentlich rechtswidrig zu verhalten.</p>

<p>Der Gesetzentwurf geht davon aus, dass ein Anbieter “seinem Kunden” eine IP-Adresse zuweist und diese Zuordnung speichern kann. In einem offenen WLAN funktioniert das nicht:</p>

<ul>
  <li>Nutzer kommen und gehen im Minutentakt. Ein Gerät, das sich am Hauptbahnhof verbindet, ist zehn Minuten später möglicherweise am Marienplatz in einem anderen Netzknoten - oder offline.</li>
  <li>Moderne Endgeräte wechseln ständig ihre Identität: Sie erzeugen eigene IPv6-Adressen (SLAAC mit Privacy Extensions), rotieren ihre MAC-Adressen und erscheinen dem Netz bei jeder Verbindung als neues, unbekanntes Gerät.</li>
  <li>Es gibt keine zentrale Stelle, die Adressen “zuweist” - das Netz stellt Konnektivität bereit, die Adressvergabe geschieht automatisch und dezentral.</li>
</ul>

<p>Um die Speicherpflicht zu erfüllen, müssten wir <strong>jeden dieser tausenden Nutzer identifizieren</strong> - etwa durch ein Captive Portal mit Ausweispflicht oder Mobilfunknummer. Das würde nicht nur den offenen Charakter des Netzes zerstören, sondern auch die <strong>niederschwellige Nutzung</strong> unmöglich machen, die gerade den gesellschaftlichen Wert von Freifunk ausmacht: Menschen ohne Smartphone-Vertrag, ohne Ausweis, ohne Sprachkenntnisse - Geflüchtete, Wohnungslose, Kinder, ältere Menschen - nutzen unser Netz täglich, weil es <strong>barrierefrei</strong> funktioniert: verbinden und lossurfen, ohne Formulare, ohne Registrierung, ohne Hürden. Eine Identifikationspflicht würde genau diese Menschen ausschließen und ist mit unserem gemeinnützigen Zweck unvereinbar.</p>

<h3 id="2-die-kosten-nat-protokollierung-bei-tausenden-gleichzeitigen-nutzern">2. Die Kosten: NAT-Protokollierung bei tausenden gleichzeitigen Nutzern</h3>

<p>Da sich in unserem Netz viele Nutzer wenige öffentliche IPv4-Adressen teilen (NAT bzw. CGNAT), müsste nicht nur die IP-Adresse, sondern <strong>jede einzelne Verbindung mit Portnummer, Zeitstempel und Zieladresse</strong> protokolliert werden, um eine nachträgliche Zuordnung überhaupt theoretisch zu ermöglichen.</p>

<p>Was das bei unserer Größenordnung konkret bedeutet:</p>

<ul>
  <li><strong>4.000+ gleichzeitige Nutzer</strong> erzeugen jeweils hunderte bis tausende NAT-Übersetzungen pro Stunde - allein durch normales Surfen, E-Mail, Messenger und App-Updates im Hintergrund.</li>
  <li>Konservativ geschätzt fallen damit <strong>mehrere Millionen NAT-Einträge pro Stunde</strong> an, die jeweils mit Quell-IP, Quell-Port, Ziel-IP, Ziel-Port und Zeitstempel gespeichert werden müssten.</li>
  <li>Über <strong>drei Monate</strong> summiert sich das auf <strong>dutzende Terabyte</strong> an Rohdaten - allein für unser ehrenamtlich betriebenes Netz.</li>
  <li>Ein einziges kompromittiertes IoT-Gerät, das an einem DDoS-Angriff beteiligt ist, erzeugt laut Sachverständigem Lutz Donnerhacke <strong>360 MB Verkehrsdaten pro Stunde</strong> zusätzlich.</li>
</ul>

<p>Diese Datenmengen erfordern eine professionelle <strong>Logging-Infrastruktur</strong> mit leistungsfähiger Hardware, redundanter Speicherung, Backup, Verschlüsselung und Zugriffskontrolle. Da Freifunk München seine Infrastruktur aus Ausfallsicherheitsgründen über <strong>zwei redundante Standorte</strong> betreibt, müssten beide Standorte mit entsprechenden Logging- und Speicherkapazitäten ausgestattet werden - was die Kosten nochmals verdoppelt. Insgesamt liegen die Kosten <strong>im fünf- bis sechsstelligen Bereich jährlich</strong> - für ein Netz, das vollständig ehrenamtlich und aus Spenden finanziert wird.</p>

<p>Doch die Kosten sind nur ein Aspekt. Die Speicherpflicht schafft ein <strong>völlig neues Risikoprofil</strong> für Betreiber offener Netze:</p>

<ul>
  <li><strong>Neue DSGVO-Pflichten:</strong> Die Erhebung und Speicherung dieser Daten erfordert eine vollständige <strong>Datenschutz-Folgenabschätzung</strong> (Art. 35 DSGVO), neue Verarbeitungsverzeichnisse, Löschkonzepte und Informationspflichten gegenüber den Nutzenden - die wir mangels Kontaktdaten gar nicht erfüllen können.</li>
  <li><strong>Meldepflichten bei Datenschutzvorfällen:</strong> Bei jedem Sicherheitsvorfall entstehen Melde- und Benachrichtigungspflichten nach Art. 33 und 34 DSGVO - mit erheblichem bürokratischem Aufwand und Haftungsrisiken.</li>
  <li><strong>Log-Dateien als Hochrisiko-Angriffsziel:</strong> Die gespeicherten Verkehrsdaten sind für Angreifer hochattraktiv. Ein erfolgreicher Datenabfluss ermöglicht <strong>Stalking, Erpressung und gezielte Überwachung</strong>. Besonders gravierend ist dies bei Freifunk-Standorten in sensiblen Einrichtungen wie <strong>Frauenhäusern, Beratungsstellen oder Flüchtlingsunterkünften</strong> - hier kann ein Datenleck unmittelbar die Sicherheit von Menschen gefährden.</li>
  <li><strong>Neue DSGVO-Konflikte:</strong> Die Speicherpflicht steht im Spannungsverhältnis zum Grundsatz der Datenminimierung (Art. 5 Abs. 1 lit. c DSGVO) und zur Zweckbindung. Betreiber geraten in einen unlösbaren Konflikt zwischen gesetzlicher Speicherpflicht und datenschutzrechtlichem Speicherverbot.</li>
</ul>

<p>Darüber hinaus ermöglichen diese Datenmengen entgegen der Behauptung des Entwurfs sehr wohl die Erstellung detaillierter <strong>Persönlichkeits- und Kommunikationsprofile</strong> - ein Punkt, den sowohl die Gesellschaft für Informatik als auch die Bundesrechtsanwaltskammer (BRAK) in ihren Stellungnahmen hervorheben.</p>

<p>Wie Lutz Donnerhacke zudem aufzeigt, ließe sich das CGNAT-Problem durch eine konsequente <strong>IPv6-Migration (RFC 6540)</strong> beseitigen. Statt eine unverhältnismäßige Speicherinfrastruktur für ein Übergangsproblem aufzubauen, sollte der Gesetzgeber die Abkehr von CGNAT vorantreiben.</p>

<p>Hinzu kommt ein <strong>grundlegender innerer Widerspruch</strong> im Entwurf selbst: Einerseits sollen “weitere Verkehrsdaten, soweit diese für eine Identifizierung des Beschuldigten anhand einer zu einem bestimmten Zeitpunkt zugewiesenen Internetprotokoll-Adresse erforderlich sind” gespeichert werden - was bei CGNAT zwingend auch Ziel-IP-Adressen umfasst. Andererseits bestimmt der Entwurf, dass “Inhalte der Kommunikation, wie Daten über den Aufruf oder die Nutzung von anderen Telekommunikationsdiensten oder digitalen Diensten” gerade <strong>nicht</strong> gespeichert werden dürfen. Jede Ziel-IP-Adresse stellt jedoch technisch die “Nutzung eines anderen digitalen Dienstes” dar. Wer entscheidet, welche Zieladresse gespeichert werden darf und welche nicht? Der Entwurf lässt diese Frage offen und schafft damit für Betreiber eine <strong>massive Rechtsunsicherheit</strong> - mit dem Risiko, entweder gegen die Speicherpflicht oder gegen das Speicherverbot zu verstoßen.</p>

<h3 id="3-freifunk-ist-privacy-by-design---aus-gutem-grund">3. Freifunk ist “Privacy by Design” - aus gutem Grund</h3>

<p>Unsere Netzwerkinfrastruktur wurde bewusst und konform zur Datenschutz-Grundverordnung (DSGVO) nach dem Grundsatz der <strong>Datensparsamkeit</strong> konzipiert. Es ist technisch nicht möglich, IP-Adressen einer konkreten Person zuzuordnen - es existiert weder eine Nutzerregistrierung noch ein Vertragsverhältnis, das eine solche Zuordnung erlauben würde.</p>

<p>Dieses Designprinzip ist keine Nachlässigkeit, sondern bewusste Umsetzung geltenden Datenschutzrechts. Eine grundlegende Umgestaltung unserer gesamten Infrastruktur wäre notwendig - mit erheblichen Kosten für Neuentwicklung, Betrieb und laufende Wartung, die ein ehrenamtlicher Verein nicht stemmen kann.</p>

<hr />

<h2 id="iii-grundrechtliche-bedenken">III. Grundrechtliche Bedenken</h2>

<h3 id="1-anlasslose-massenüberwachung">1. Anlasslose Massenüberwachung</h3>

<p>Die Speicherpflicht trifft <strong>alle Nutzerinnen und Nutzer</strong> ohne konkreten Verdacht. Der Europäische Gerichtshof (EuGH) hat in seinem Urteil vom 20. September 2022 (C-793/19, C-794/19) klargestellt, dass auch die Vorratsdatenspeicherung von IP-Adressen ein <strong>schwerwiegender Eingriff in die Grundrechte</strong> der Art. 7, 8 und 11 der EU-Grundrechtecharta darstellt und das “absolut Notwendige” nicht überschreiten darf.</p>

<p>Das Bundesverwaltungsgericht (BVerwG, Urteil vom 14.08.2023) hat die bis dahin geltende deutsche Regelung zur Vorratsdatenspeicherung für unionsrechtswidrig erklärt.</p>

<h3 id="2-fehlender-richtervorbehalt">2. Fehlender Richtervorbehalt</h3>

<p>Die BRAK, der Deutsche Anwaltverein (DAV) und weitere Verbände weisen zutreffend darauf hin, dass der Entwurf für die Abfrage der gespeicherten IP-Adressen <strong>keinen Richtervorbehalt</strong> vorsieht. Dies widerspricht den Anforderungen des Bundesverfassungsgerichts (BVerfG) an Eingriffe in Art. 10 GG (Fernmeldegeheimnis).</p>

<h3 id="3-keine-empirische-grundlage">3. Keine empirische Grundlage</h3>

<p>Der Entwurf enthält keine belastbare empirische Begründung für die Speicherfrist von drei Monaten. Im Gegenteil: Die BKA-Vizepräsidentin Martina Link erklärte selbst, dass bereits eine Speicherdauer von <strong>zwei bis drei Wochen</strong> einen “erheblichen Sicherheitsgewinn” brächte (Steigerung der Zuordnungsquote von 41 % auf ca. 80 %). Eine Studie des <strong>Max-Planck-Instituts für Strafrecht</strong> (2011) und eine Untersuchung des <strong>Wissenschaftlichen Dienstes des Europäischen Parlaments</strong> (2020) fanden keinen belastbaren Zusammenhang zwischen Vorratsdatenspeicherung und Aufklärungsquoten.</p>

<h3 id="4-gefahren-der-sicherungsanordnung-und-bka-befugnisse">4. Gefahren der Sicherungsanordnung und BKA-Befugnisse</h3>

<p>Besonders kritisch sehen wir die neuen präventiven Befugnisse des BKA (§ 10b BKAG-E), die eine <strong>Sicherungsanordnung auch gegen Nichtverdächtige</strong> und auf bloße polizeiliche Erwartung künftiger Straftaten ermöglichen - ohne richterliche Kontrolle. In Kombination mit dem Ausbau automatisierter Datenanalyse schafft dies ein erhebliches Missbrauchspotenzial.</p>

<hr />

<h2 id="iv-unverhältnismäßige-belastung-gemeinnütziger-betreiber">IV. Unverhältnismäßige Belastung gemeinnütziger Betreiber</h2>

<h3 id="1-existenzbedrohung-für-bürgernetze">1. Existenzbedrohung für Bürgernetze</h3>

<p>Der Referentenentwurf enthält <strong>keine Ausnahme</strong> für gemeinnützige, ehrenamtlich betriebene Netze. Eine Umsetzung der Speicherpflicht wäre nur durch eine grundlegende Änderung des Betriebsmodells möglich - insbesondere durch die Einführung einer verpflichtenden Nutzeridentifikation. Dies würde:</p>

<ul>
  <li>den <strong>offenen Charakter</strong> der Netze aufheben,</li>
  <li>dem <strong>gemeinnützigen Zweck</strong> widersprechen,</li>
  <li>den <strong>barrierefreien Zugang</strong> zur digitalen Teilhabe zerstören,</li>
  <li>einen erheblichen <strong>Eingriff in die informationelle Selbstbestimmung</strong> der Nutzenden darstellen.</li>
</ul>

<h3 id="2-widerspruch-zur-gemeinnützigkeitsanerkennung">2. Widerspruch zur Gemeinnützigkeitsanerkennung</h3>

<p>Erst 2020 wurde die Gemeinnützigkeit von Freifunk-Initiativen durch eine Bundesratsinitiative explizit anerkannt. Die damalige Begründung betonte die Bedeutung des “freien Zugangs zum Netz” und der “Teilhabe aller Menschen an der Digitalisierung”. Der vorliegende Entwurf droht genau diese gesellschaftliche Leistung zu zerstören.</p>

<h3 id="3-fehlende-darstellung-des-erfüllungsaufwands---eine-konkrete-rechnung">3. Fehlende Darstellung des Erfüllungsaufwands - eine konkrete Rechnung</h3>

<p>Der Referentenentwurf enthält keine nachvollziehbare Darstellung des <strong>Erfüllungsaufwands</strong> für kleinere Betreiber. Für Freifunk München lässt sich der Aufwand konkret abschätzen:</p>

<table>
  <thead>
    <tr>
      <th>Posten</th>
      <th>Geschätzte Kosten</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>Speicherhardware für NAT-Logs (dutzende TB, redundant, verschlüsselt)</td>
      <td>20.000-50.000 € Anschaffung</td>
    </tr>
    <tr>
      <td>Laufender Betrieb, Strom, Hosting, Wartung der Logging-Systeme</td>
      <td>10.000-20.000 € / Jahr</td>
    </tr>
    <tr>
      <td>Neuentwicklung der Netzwerkinfrastruktur (Logging, Zuordnung, Schnittstellen)</td>
      <td>50.000-100.000 €</td>
    </tr>
    <tr>
      <td>Datenschutz-Compliance (Datenschutz-Folgenabschätzung, technische und organisatorische Maßnahmen, Löschkonzept, Auskunftsprozesse)</td>
      <td>10.000-20.000 € / Jahr</td>
    </tr>
    <tr>
      <td>Rechtliche Absicherung und Beratung</td>
      <td>5.000-10.000 € / Jahr</td>
    </tr>
    <tr>
      <td>Bearbeitung behördlicher Auskunftsersuchen</td>
      <td>laufender ehrenamtlicher Personalaufwand</td>
    </tr>
  </tbody>
</table>

<p>Dem stehen <strong>jährliche Spendeneinnahmen im niedrigen fünfstelligen Bereich</strong> gegenüber, die heute vollständig in den Netzbetrieb fließen. Allein die Erstinvestition würde das Jahresbudget des Vereins um ein Vielfaches übersteigen.</p>

<p>Gleichzeitig sollen die <strong>Entschädigungssätze</strong> nach dem Justizvergütungs- und -entschädigungsgesetz (JVEG) für die Bearbeitung behördlicher Anfragen sogar noch gesenkt werden - ein Punkt, den der eco-Verband und der Verband der Anbieter von Telekommunikations- und Mehrwertdiensten (VATM) zutreffend kritisieren. Für ehrenamtlich betriebene Netze bedeutet das: Die Kosten der Überwachungsinfrastruktur sollen vollständig von den Betreibern getragen werden - ohne jede Gegenleistung.</p>

<hr />

<h2 id="v-breiter-konsens-gegen-den-entwurf">V. Breiter Konsens gegen den Entwurf</h2>

<p>Unsere Einschätzung wird von einer breiten Allianz aus Zivilgesellschaft, Wirtschaft und Fachwissenschaft geteilt. Unter den <a href="https://www.bmjv.de/SharedDocs/Downloads/DE/Gesetzgebung/Stellungnahmen/2026/Stellugnahmen_RefE_IP_Speicherung.zip?__blob=publicationFile&amp;v=2">27 veröffentlichten Stellungnahmen</a> lehnen zahlreiche Organisationen den Entwurf ab oder fordern grundlegende Änderungen:</p>

<ul>
  <li>Die <strong>BRAK</strong> kritisiert die anlasslose Speicherung als grundrechtswidrig und bemängelt fehlende richterliche Kontrolle.</li>
  <li>Der <strong>eco - Verband der Internetwirtschaft</strong> sieht Gründe für eine vollständige Rücknahme des Entwurfs.</li>
  <li>Die <strong>Gesellschaft für Informatik</strong> lehnt die Speicherpflicht als technisch verfehlt und grundrechtlich unverhältnismäßig ab.</li>
  <li>Die <strong>Digitale Gesellschaft e.V.</strong> empfiehlt, den Entwurf nicht zu beschließen und die Vorratsdatenspeicherung endgültig zu beerdigen.</li>
  <li><strong>D64 - Zentrum für Digitalen Fortschritt</strong> weist darauf hin, dass schon heute ca. 75 % der Fälle durch freiwillige Speicherung der Telekommunikationsanbieter aufgeklärt werden.</li>
  <li><strong>Freifunk Rheinland</strong>, <strong>Freifunk Nordhessen</strong> und die <strong>F3N Aachen</strong> warnen übereinstimmend vor dem Ende offener Bürgernetze.</li>
  <li>Der Sachverständige <strong>Lutz Donnerhacke</strong> legt die technische Unmöglichkeit einer verhältnismäßigen Umsetzung bei CGNAT detailliert dar.</li>
  <li>Das <strong>Medienbündnis</strong> (ARD, ZDF, BDZV, DJV u. a.) sieht den Quellenschutz und die Pressefreiheit gefährdet.</li>
</ul>

<hr />

<h2 id="vi-alternative-ansätze">VI. Alternative Ansätze</h2>

<p>Statt einer anlasslosen Massenüberwachung stehen zielgerichtete und grundrechtskonforme Alternativen zur Verfügung:</p>

<ol>
  <li>
    <p><strong>Quick-Freeze-Verfahren:</strong> Anlassbezogene Sicherung vorhandener Daten bei konkretem Verdacht - ohne zusätzliche Speicherpflichten. Dies funktioniert insbesondere dann, wenn Anbieter ohnehin betriebsbedingt Daten vorhalten.</p>
  </li>
  <li>
    <p><strong>Login-Falle:</strong> Bei langfristig genutzten Accounts (Cybergrooming, Hasskriminalität) kann die Identifikation über die <strong>aktuelle IP-Adresse</strong> nach richterlicher Anordnung erfolgen - ohne historische Massenerhebung.</p>
  </li>
  <li>
    <p><strong>Ausbau bestehender Ermittlungsinstrumente:</strong> Verbesserung der IT-Ausstattung und Kapazitäten der Strafverfolgungsbehörden, schnellere richterliche Verfahren und internationale Kooperation (e-Evidence).</p>
  </li>
</ol>

<hr />

<h2 id="vii-forderungen">VII. Forderungen</h2>

<p>Wir fordern den Gesetzgeber auf:</p>

<ol>
  <li>
    <p><strong>Jede Form der anlasslosen Vorratsdatenspeicherung ausdrücklich auszuschließen</strong> - unabhängig von ihrer Bezeichnung oder technischen Ausgestaltung. Dies gilt insbesondere für Internet Service Provider (ISPs), Anbieter von Internetzugängen, WLAN- und Hotspot-Betreiber sowie Betreiber von LoRaWAN- und vergleichbaren Netzinfrastrukturen.</p>
  </li>
  <li><strong>Sollte dennoch an einer Speicherpflicht festgehalten werden</strong>, ist zwingend eine ausdrückliche gesetzliche Ausnahme vorzusehen für:
    <ul>
      <li>Bürgernetze und vergleichbare offene Infrastrukturen,</li>
      <li>ehrenamtlich betriebene Netzwerke,</li>
      <li>Betreiber ohne kommerzielles Interesse,</li>
      <li>kleine Organisationen und Unternehmen mit weniger als 50 Beschäftigten und einem Jahresumsatz unter 10 Millionen Euro.</li>
    </ul>
  </li>
  <li>
    <p><strong>Grundrechtskonforme Alternativen vorrangig zu verfolgen</strong>, insbesondere Quick-Freeze, Login-Falle und eine verbindliche IPv6-Migration.</p>
  </li>
  <li>
    <p><strong>Einen Richtervorbehalt</strong> für jede Abfrage gespeicherter Daten vorzusehen.</p>
  </li>
  <li>
    <p><strong>Von einem nationalen Alleingang abzusehen.</strong> Die unionsrechtliche Harmonisierung ist abzuwarten, um erneute Rechtsunsicherheit und absehbare Konflikte mit der Rechtsprechung des EuGH zu vermeiden.</p>
  </li>
  <li><strong>Fachverbände, technische Sachverständige und die organisierte Zivilgesellschaft</strong> frühzeitig und substantiell in die Ausgestaltung der Regelung einzubeziehen.</li>
</ol>

<hr />

<h2 id="viii-fazit">VIII. Fazit</h2>

<p>Der Referentenentwurf ignoriert die technische Realität moderner Netze, missachtet die klare Rechtsprechung des EuGH und des BVerwG und gefährdet den Fortbestand offener, gemeinnütziger Netzwerkinfrastrukturen in Deutschland. Die Erfahrung mit früheren Anläufen zur Vorratsdatenspeicherung zeigt, dass auch dieser Entwurf absehbar vor Gericht scheitern wird - mit erheblichen Kosten für Wirtschaft, Zivilgesellschaft und den Rechtsstaat.</p>

<p>Wir appellieren eindringlich an den Gesetzgeber, diesen Weg nicht erneut zu beschreiten und stattdessen auf zielgerichtete, verhältnismäßige und grundrechtskonforme Ermittlungsinstrumente zu setzen.</p>

<hr />

<p><strong>Freifunk München / Freie Netze München e.V.</strong><br />
Parkstraße 28, 82131 Gauting<br />
Eingetragen im Vereinsregister beim Amtsgericht München - VR 206402<br />
Web: <a href="https://ffmuc.net">https://ffmuc.net</a><br />
E-Mail: <a href="mailto:info@ffmuc.net">info@ffmuc.net</a></p>]]></content><author><name>Freifunk München / Freie Netze München e.V.</name></author><category term="politik" /><category term="freifunk" /><category term="gesetzgebung" /><summary type="html"><![CDATA[Vorbemerkung]]></summary></entry><entry><title type="html">FFMUC DNS jetzt bei European Alternatives gelistet</title><link href="https://ffmuc.net/freifunk/dns/privacy/2026/01/13/european-alternatives-listing/" rel="alternate" type="text/html" title="FFMUC DNS jetzt bei European Alternatives gelistet" /><published>2026-01-13T08:00:00+01:00</published><updated>2026-01-13T08:00:00+01:00</updated><id>https://ffmuc.net/freifunk/dns/privacy/2026/01/13/european-alternatives-listing</id><content type="html" xml:base="https://ffmuc.net/freifunk/dns/privacy/2026/01/13/european-alternatives-listing/"><![CDATA[<section data-lang="de" class="language-content active">

  <h2 id="ffmuc-dns-jetzt-bei-european-alternatives-gelistet">FFMUC DNS jetzt bei European Alternatives gelistet</h2>

  <p>Unser DNS-Service ist nun offiziell bei <a href="https://european-alternatives.eu/product/ffmuc-dns">European Alternatives</a> gelistet!</p>

  <h3 id="was-ist-european-alternatives">Was ist European Alternatives?</h3>

  <p>European Alternatives ist eine Plattform, die europäische, datenschutzfreundliche und quelloffene Alternativen zu großen Tech-Konzern-Services präsentiert. Die Plattform hilft Nutzern dabei, digitale Souveränität zu bewahren und gleichzeitig DSGVO-konforme Dienste zu nutzen.</p>

  <h3 id="unser-dns-service">Unser DNS-Service</h3>

  <p>Freifunk München betreibt seit Jahren zensurfreie, öffentliche DNS-Resolver als EU-basierte, non-profit Alternative zu kommerziellen DNS-Anbietern. Unsere DNS-Server respektieren deine Privatsphäre - wir loggen keine Anfragen und geben keine Daten an Dritte weiter. Mehr zu unseren Datenschutzpraktiken findest du in unserer <a href="https://ffmuc.net/dns-privacy/">Privacy Policy</a>.</p>

  <p><strong>Technische Details:</strong></p>
  <ul>
    <li>IPv4: <code class="language-plaintext highlighter-rouge">185.150.99.255</code> / <code class="language-plaintext highlighter-rouge">5.1.66.255</code></li>
    <li>IPv6: <code class="language-plaintext highlighter-rouge">2001:678:e68:f000::</code> / <code class="language-plaintext highlighter-rouge">2001:678:ed0:f000::</code></li>
    <li>DoH (DNS over HTTPS): <code class="language-plaintext highlighter-rouge">https://doh.ffmuc.net/dns-query</code></li>
    <li>DoT/DoQ (DNS over TLS/QUIC): <code class="language-plaintext highlighter-rouge">dot.ffmuc.net</code> / <code class="language-plaintext highlighter-rouge">doq.ffmuc.net</code> Port 853</li>
    <li>DNSSEC-Validierung aktiv</li>
  </ul>

  <h3 id="live-statistiken">Live-Statistiken</h3>

  <p><a href="https://stats.ffmuc.net/d/tlvoghcZk/doh-dot?orgId=1&amp;refresh=1m"><img src="https://stats.ffmuc.net/render/d-solo/tlvoghcZk/doh-dot?panelId=2&amp;orgId=1&amp;theme=light&amp;width=500&amp;height=500" alt="DNS Service Statistics" /></a></p>

  <p><a href="https://stats.ffmuc.net/d/tlvoghcZk/doh-dot?orgId=1&amp;refresh=1m">→ Vollständiges Dashboard öffnen</a></p>

  <h3 id="warum-ist-das-wichtig">Warum ist das wichtig?</h3>

  <p>Die Listung bei European Alternatives hilft dabei:</p>
  <ul>
    <li><strong>Sichtbarkeit erhöhen</strong>: Mehr Menschen erfahren von datenschutzfreundlichen Alternativen</li>
    <li><strong>Digitale Souveränität stärken</strong>: Europäische Infrastruktur für europäische Nutzer</li>
    <li><strong>Community aufbauen</strong>: Gleichgesinnte Projekte und Nutzer vernetzen</li>
  </ul>

  <h3 id="so-nutzt-du-unseren-dns-service">So nutzt du unseren DNS-Service</h3>

  <h4 id="browser-konfiguration-doh">Browser-Konfiguration (DoH)</h4>

  <p><strong>Firefox:</strong></p>
  <ol>
    <li>Einstellungen → Datenschutz &amp; Sicherheit</li>
    <li>Scrolle zu “DNS über HTTPS aktivieren”</li>
    <li>Wähle “Benutzerdefinierten Anbieter verwenden”</li>
    <li>Trage ein: <code class="language-plaintext highlighter-rouge">https://doh.ffmuc.net/dns-query</code></li>
  </ol>

  <p><strong>Chrome/Edge:</strong></p>
  <ol>
    <li>Einstellungen → Datenschutz und Sicherheit → Sicherheit</li>
    <li>Scrolle zu “Sicheres DNS verwenden”</li>
    <li>Wähle “Mit benutzerdefiniertem Dienstanbieter”</li>
    <li>Trage ein: <code class="language-plaintext highlighter-rouge">https://doh.ffmuc.net/dns-query</code></li>
  </ol>

  <h4 id="fritzbox-konfiguration">Fritzbox-Konfiguration</h4>

  <ol>
    <li>Fritz!Box-Oberfläche öffnen (fritz.box)</li>
    <li>Internet → Zugangsdaten → DNS-Server</li>
    <li>“Andere DNSv4-Server verwenden” aktivieren</li>
    <li>Trage ein:
      <ul>
        <li>Bevorzugter DNSv4-Server: <code class="language-plaintext highlighter-rouge">185.150.99.255</code></li>
        <li>Alternativer DNSv4-Server: <code class="language-plaintext highlighter-rouge">5.1.66.255</code></li>
      </ul>
    </li>
    <li>Bei IPv6: “Andere DNSv6-Server verwenden” aktivieren
      <ul>
        <li>Bevorzugter DNSv6-Server: <code class="language-plaintext highlighter-rouge">2001:678:e68:f000::</code></li>
        <li>Alternativer DNSv6-Server: <code class="language-plaintext highlighter-rouge">2001:678:ed0:f000::</code></li>
      </ul>
    </li>
    <li>Übernehmen</li>
  </ol>

  <h4 id="weitere-gerte">Weitere Geräte</h4>

  <p><strong>Smartphone:</strong></p>

  <p><em>Android (nativ):</em></p>
  <ol>
    <li>Einstellungen → Netzwerk &amp; Internet → Privates DNS</li>
    <li>Wähle “Hostname des privaten DNS-Anbieters”</li>
    <li>Trage ein: <code class="language-plaintext highlighter-rouge">dot.ffmuc.net</code></li>
  </ol>

  <p><em>iOS (Configuration Profiles):</em></p>
  <ul>
    <li><strong>Einfachste Methode</strong>: Installiere ein Configuration Profile für globale DNS-Konfiguration:
      <ul>
        <li><a href="https://github.com/paulmillr/encrypted-dns/blob/master/profiles/ffmucdns-https.mobileconfig">DoH Profile</a> (DNS over HTTPS)</li>
        <li><a href="https://github.com/paulmillr/encrypted-dns/blob/master/profiles/ffmucdns-tls.mobileconfig">DoT Profile</a> (DNS over TLS)</li>
      </ul>
    </li>
    <li><strong>Alternative Apps</strong>:
      <ul>
        <li><strong>DNSCloak</strong> (DoH, Open Source)</li>
        <li><strong>AdGuard DNS</strong> (DoH, benutzerfreundlich)</li>
      </ul>
    </li>
    <li>Die native iOS DNS-Konfiguration funktioniert nur pro WLAN-Netzwerk</li>
  </ul>

  <p><em>Apps für erweiterte Optionen:</em></p>
  <ul>
    <li><strong>Nebulo</strong> (Android): Unterstützt DoH/DoT, Open Source</li>
    <li><strong>DNSCloak</strong> (iOS): Unterstützt DoH, Open Source</li>
    <li><strong>AdGuard DNS</strong> (Android/iOS): Komfortabel, unterstützt DoH</li>
  </ul>

  <p><strong>Computer:</strong> Konfiguriere die Netzwerkeinstellungen mit unseren DNS-Servern</p>

  <p>Eine detaillierte Anleitung findest du in unserem <a href="https://ffmuc.net/wiki/doku.php?id=knb:dohdot">Wiki</a>.</p>

  <h3 id="untersttze-uns">Unterstütze uns!</h3>

  <p>Alle unsere Services werden durch Spenden finanziert. Wenn dir unser DNS-Service gefällt, freuen wir uns über deine Unterstützung: <a href="https://spende.ffmuc.net">https://spende.ffmuc.net</a></p>

  <p><strong>Links:</strong></p>
  <ul>
    <li><a href="https://european-alternatives.eu/product/ffmuc-dns">European Alternatives Profil</a></li>
    <li><a href="https://ffmuc.net/wiki/doku.php?id=knb:dohdot">DNS-Anleitung (Wiki)</a></li>
    <li><a href="https://ffmuc.net/dns-privacy/">DNS Privacy Policy</a></li>
    <li><a href="https://ffmuc.net">Freifunk München</a></li>
  </ul>

</section>

<section data-lang="en" class="language-content">

  <h2 id="ffmuc-dns-now-listed-on-european-alternatives">FFMUC DNS now listed on European Alternatives</h2>

  <p>We are pleased to announce that our DNS service is now officially listed on <a href="https://european-alternatives.eu/product/ffmuc-dns">European Alternatives</a>!</p>

  <h3 id="what-is-european-alternatives">What is European Alternatives?</h3>

  <p>European Alternatives is a platform that showcases European, privacy-friendly, and open-source alternatives to big tech services. The platform helps users maintain digital sovereignty while using GDPR-compliant services.</p>

  <h3 id="our-dns-service">Our DNS Service</h3>

  <p>Freifunk München has been operating censorship-free, public DNS resolvers for years as an EU-based, non-profit alternative to commercial DNS providers. Our DNS servers respect your privacy - we don’t log queries and don’t share data with third parties. Learn more about our privacy practices in our <a href="https://ffmuc.net/dns-privacy/">Privacy Policy</a>.</p>

  <p><strong>Technical Details:</strong></p>
  <ul>
    <li>IPv4: <code class="language-plaintext highlighter-rouge">185.150.99.255</code> / <code class="language-plaintext highlighter-rouge">5.1.66.255</code></li>
    <li>IPv6: <code class="language-plaintext highlighter-rouge">2001:678:e68:f000::</code> / <code class="language-plaintext highlighter-rouge">2001:678:ed0:f000::</code></li>
    <li>DoH (DNS over HTTPS): <code class="language-plaintext highlighter-rouge">https://doh.ffmuc.net/dns-query</code></li>
    <li>DoT/DoQ (DNS over TLS/QUIC): <code class="language-plaintext highlighter-rouge">dot.ffmuc.net</code> / <code class="language-plaintext highlighter-rouge">doq.ffmuc.net</code> Port 853</li>
    <li>DNSSEC validation enabled</li>
  </ul>

  <h3 id="live-statistics">Live Statistics</h3>

  <p><a href="https://stats.ffmuc.net/d/tlvoghcZk/doh-dot?orgId=1&amp;refresh=1m"><img src="https://stats.ffmuc.net/render/d-solo/tlvoghcZk/doh-dot?panelId=2&amp;orgId=1&amp;theme=light&amp;width=500&amp;height=500" alt="DNS Service Statistics" /></a></p>

  <p><a href="https://stats.ffmuc.net/d/tlvoghcZk/doh-dot?orgId=1&amp;refresh=1m">→ Open full dashboard</a></p>

  <h3 id="why-is-this-important">Why is this important?</h3>

  <p>The listing on European Alternatives helps:</p>
  <ul>
    <li><strong>Increase visibility</strong>: More people learn about privacy-friendly alternatives</li>
    <li><strong>Strengthen digital sovereignty</strong>: European infrastructure for European users</li>
    <li><strong>Build community</strong>: Connect like-minded projects and users</li>
  </ul>

  <h3 id="how-to-use-our-dns-service">How to use our DNS service</h3>

  <h4 id="browser-configuration-doh">Browser Configuration (DoH)</h4>

  <p><strong>Firefox:</strong></p>
  <ol>
    <li>Settings → Privacy &amp; Security</li>
    <li>Scroll to “Enable DNS over HTTPS”</li>
    <li>Select “Use custom provider”</li>
    <li>Enter: <code class="language-plaintext highlighter-rouge">https://doh.ffmuc.net/dns-query</code></li>
  </ol>

  <p><strong>Chrome/Edge:</strong></p>
  <ol>
    <li>Settings → Privacy and security → Security</li>
    <li>Scroll to “Use secure DNS”</li>
    <li>Select “With custom provider”</li>
    <li>Enter: <code class="language-plaintext highlighter-rouge">https://doh.ffmuc.net/dns-query</code></li>
  </ol>

  <h4 id="fritzbox-configuration">Fritzbox Configuration</h4>

  <ol>
    <li>Open Fritz!Box interface (fritz.box)</li>
    <li>Internet → Account Information → DNS Server</li>
    <li>Enable “Use other DNSv4 servers”</li>
    <li>Enter:
      <ul>
        <li>Preferred DNSv4 server: <code class="language-plaintext highlighter-rouge">185.150.99.255</code></li>
        <li>Alternative DNSv4 server: <code class="language-plaintext highlighter-rouge">5.1.66.255</code></li>
      </ul>
    </li>
    <li>For IPv6: Enable “Use other DNSv6 servers”
      <ul>
        <li>Preferred DNSv6 server: <code class="language-plaintext highlighter-rouge">2001:678:e68:f000::</code></li>
        <li>Alternative DNSv6 server: <code class="language-plaintext highlighter-rouge">2001:678:ed0:f000::</code></li>
      </ul>
    </li>
    <li>Apply</li>
  </ol>

  <h4 id="other-devices">Other Devices</h4>

  <p><strong>Smartphone:</strong></p>

  <p><em>Android (native):</em></p>
  <ol>
    <li>Settings → Network &amp; Internet → Private DNS</li>
    <li>Select “Private DNS provider hostname”</li>
    <li>Enter: <code class="language-plaintext highlighter-rouge">dot.ffmuc.net</code></li>
  </ol>

  <p><em>iOS (Configuration Profiles):</em></p>
  <ul>
    <li><strong>Easiest method</strong>: Install a Configuration Profile for global DNS configuration:
      <ul>
        <li><a href="https://github.com/paulmillr/encrypted-dns/blob/master/profiles/ffmucdns-https.mobileconfig">DoH Profile</a> (DNS over HTTPS)</li>
        <li><a href="https://github.com/paulmillr/encrypted-dns/blob/master/profiles/ffmucdns-tls.mobileconfig">DoT Profile</a> (DNS over TLS)</li>
      </ul>
    </li>
    <li><strong>Alternative apps</strong>:
      <ul>
        <li><strong>DNSCloak</strong> (DoH, Open Source)</li>
        <li><strong>AdGuard DNS</strong> (DoH, user-friendly)</li>
      </ul>
    </li>
    <li>Native iOS DNS configuration only works per Wi-Fi network</li>
  </ul>

  <p><em>Apps for advanced options:</em></p>
  <ul>
    <li><strong>Nebulo</strong> (Android): Supports DoH/DoT, Open Source</li>
    <li><strong>DNSCloak</strong> (iOS): Supports DoH, Open Source</li>
    <li><strong>AdGuard DNS</strong> (Android/iOS): User-friendly, supports DoH</li>
  </ul>

  <p><strong>Computer:</strong> Configure network settings with our DNS servers</p>

  <p>A detailed guide can be found in our <a href="https://ffmuc.net/wiki/doku.php?id=knb:dohdot">Wiki</a>.</p>

  <h3 id="support-us">Support us!</h3>

  <p>All our services are funded by donations. If you like our DNS service, we appreciate your support: <a href="https://spende.ffmuc.net">https://spende.ffmuc.net</a></p>

  <p><strong>Links:</strong></p>
  <ul>
    <li><a href="https://european-alternatives.eu/product/ffmuc-dns">European Alternatives Profile</a></li>
    <li><a href="https://ffmuc.net/wiki/doku.php?id=knb:dohdot">DNS Setup Guide (Wiki)</a></li>
    <li><a href="https://ffmuc.net/dns-privacy/">DNS Privacy Policy</a></li>
    <li><a href="https://ffmuc.net">Freifunk München</a></li>
  </ul>

</section>

<section data-lang="fr" class="language-content">

  <h2 id="le-dns-ffmuc-maintenant-rpertori-sur-european-alternatives">Le DNS FFMUC maintenant répertorié sur European Alternatives</h2>

  <p>Nous sommes heureux d’annoncer que notre service DNS est maintenant officiellement répertorié sur <a href="https://european-alternatives.eu/product/ffmuc-dns">European Alternatives</a> !</p>

  <h3 id="quest-ce-queuropean-alternatives-">Qu’est-ce qu’European Alternatives ?</h3>

  <p>European Alternatives est une plateforme qui présente des alternatives européennes, respectueuses de la vie privée et open source aux services des grandes entreprises technologiques. La plateforme aide les utilisateurs à maintenir leur souveraineté numérique tout en utilisant des services conformes au RGPD.</p>

  <h3 id="notre-service-dns">Notre service DNS</h3>

  <p>Freifunk München exploite depuis des années des résolveurs DNS publics sans censure comme alternative non commerciale basée dans l’UE aux fournisseurs DNS commerciaux. Nos serveurs DNS respectent votre vie privée - nous n’enregistrons pas les requêtes et ne partageons aucune donnée avec des tiers. Pour en savoir plus sur nos pratiques en matière de confidentialité, consultez notre <a href="https://ffmuc.net/dns-privacy/">Politique de confidentialité</a>.</p>

  <p><strong>Détails techniques :</strong></p>
  <ul>
    <li>IPv4 : <code class="language-plaintext highlighter-rouge">185.150.99.255</code> / <code class="language-plaintext highlighter-rouge">5.1.66.255</code></li>
    <li>IPv6 : <code class="language-plaintext highlighter-rouge">2001:678:e68:f000::</code> / <code class="language-plaintext highlighter-rouge">2001:678:ed0:f000::</code></li>
    <li>DoH (DNS over HTTPS) : <code class="language-plaintext highlighter-rouge">https://doh.ffmuc.net/dns-query</code></li>
    <li>DoT/DoQ (DNS over TLS/QUIC) : <code class="language-plaintext highlighter-rouge">dot.ffmuc.net</code> / <code class="language-plaintext highlighter-rouge">doq.ffmuc.net</code> Port 853</li>
    <li>Validation DNSSEC activée</li>
  </ul>

  <h3 id="statistiques-en-direct">Statistiques en direct</h3>

  <p><a href="https://stats.ffmuc.net/d/tlvoghcZk/doh-dot?orgId=1&amp;refresh=1m"><img src="https://stats.ffmuc.net/render/d-solo/tlvoghcZk/doh-dot?panelId=2&amp;orgId=1&amp;theme=light&amp;width=500&amp;height=500" alt="DNS Service Statistics" /></a></p>

  <p><a href="https://stats.ffmuc.net/d/tlvoghcZk/doh-dot?orgId=1&amp;refresh=1m">→ Ouvrir le tableau de bord complet</a></p>

  <h3 id="pourquoi-est-ce-important-">Pourquoi est-ce important ?</h3>

  <p>Le référencement sur European Alternatives aide à :</p>
  <ul>
    <li><strong>Augmenter la visibilité</strong> : Plus de personnes découvrent des alternatives respectueuses de la vie privée</li>
    <li><strong>Renforcer la souveraineté numérique</strong> : Infrastructure européenne pour les utilisateurs européens</li>
    <li><strong>Construire une communauté</strong> : Connecter des projets et des utilisateurs partageant les mêmes idées</li>
  </ul>

  <h3 id="comment-utiliser-notre-service-dns">Comment utiliser notre service DNS</h3>

  <h4 id="configuration-du-navigateur-doh">Configuration du navigateur (DoH)</h4>

  <p><strong>Firefox :</strong></p>
  <ol>
    <li>Paramètres → Vie privée et sécurité</li>
    <li>Faites défiler jusqu’à “Activer le DNS via HTTPS”</li>
    <li>Sélectionnez “Utiliser un fournisseur personnalisé”</li>
    <li>Saisissez : <code class="language-plaintext highlighter-rouge">https://doh.ffmuc.net/dns-query</code></li>
  </ol>

  <p><strong>Chrome/Edge :</strong></p>
  <ol>
    <li>Paramètres → Confidentialité et sécurité → Sécurité</li>
    <li>Faites défiler jusqu’à “Utiliser un DNS sécurisé”</li>
    <li>Sélectionnez “Avec un fournisseur personnalisé”</li>
    <li>Saisissez : <code class="language-plaintext highlighter-rouge">https://doh.ffmuc.net/dns-query</code></li>
  </ol>

  <h4 id="configuration-fritzbox">Configuration Fritzbox</h4>

  <ol>
    <li>Ouvrez l’interface Fritz!Box (fritz.box)</li>
    <li>Internet → Informations de compte → Serveur DNS</li>
    <li>Activez “Utiliser d’autres serveurs DNSv4”</li>
    <li>Saisissez :
      <ul>
        <li>Serveur DNSv4 préféré : <code class="language-plaintext highlighter-rouge">185.150.99.255</code></li>
        <li>Serveur DNSv4 alternatif : <code class="language-plaintext highlighter-rouge">5.1.66.255</code></li>
      </ul>
    </li>
    <li>Pour IPv6 : Activez “Utiliser d’autres serveurs DNSv6”
      <ul>
        <li>Serveur DNSv6 préféré : <code class="language-plaintext highlighter-rouge">2001:678:e68:f000::</code></li>
        <li>Serveur DNSv6 alternatif : <code class="language-plaintext highlighter-rouge">2001:678:ed0:f000::</code></li>
      </ul>
    </li>
    <li>Appliquer</li>
  </ol>

  <h4 id="autres-appareils">Autres appareils</h4>

  <p><strong>Smartphone :</strong></p>

  <p><em>Android (natif) :</em></p>
  <ol>
    <li>Paramètres → Réseau et Internet → DNS privé</li>
    <li>Sélectionnez “Nom d’hôte du fournisseur DNS privé”</li>
    <li>Saisissez : <code class="language-plaintext highlighter-rouge">dot.ffmuc.net</code></li>
  </ol>

  <p><em>iOS (Profils de configuration) :</em></p>
  <ul>
    <li><strong>Méthode la plus simple</strong> : Installez un profil de configuration pour une configuration DNS globale :
      <ul>
        <li><a href="https://github.com/paulmillr/encrypted-dns/blob/master/profiles/ffmucdns-https.mobileconfig">Profil DoH</a> (DNS over HTTPS)</li>
        <li><a href="https://github.com/paulmillr/encrypted-dns/blob/master/profiles/ffmucdns-tls.mobileconfig">Profil DoT</a> (DNS over TLS)</li>
      </ul>
    </li>
    <li><strong>Applications alternatives</strong> :
      <ul>
        <li><strong>DNSCloak</strong> (DoH, Open Source)</li>
        <li><strong>AdGuard DNS</strong> (DoH, convivial)</li>
      </ul>
    </li>
    <li>La configuration DNS native iOS fonctionne uniquement par réseau Wi-Fi</li>
  </ul>

  <p><em>Applications pour options avancées :</em></p>
  <ul>
    <li><strong>Nebulo</strong> (Android) : Prend en charge DoH/DoT, Open Source</li>
    <li><strong>DNSCloak</strong> (iOS) : Prend en charge DoH, Open Source</li>
    <li><strong>AdGuard DNS</strong> (Android/iOS) : Convivial, prend en charge DoH</li>
  </ul>

  <p><strong>Ordinateur :</strong> Configurez les paramètres réseau avec nos serveurs DNS</p>

  <p>Un guide détaillé est disponible dans notre <a href="https://ffmuc.net/wiki/doku.php?id=knb:dohdot">Wiki</a>.</p>

  <h3 id="soutenez-nous-">Soutenez-nous !</h3>

  <p>Tous nos services sont financés par des dons. Si vous appréciez notre service DNS, nous serions heureux de recevoir votre soutien : <a href="https://spende.ffmuc.net">https://spende.ffmuc.net</a></p>

  <p><strong>Liens :</strong></p>
  <ul>
    <li><a href="https://european-alternatives.eu/product/ffmuc-dns">Profil European Alternatives</a></li>
    <li><a href="https://ffmuc.net/wiki/doku.php?id=knb:dohdot">Guide de configuration DNS (Wiki)</a></li>
    <li><a href="https://ffmuc.net/dns-privacy/">Politique de confidentialité DNS</a></li>
    <li><a href="https://ffmuc.net">Freifunk München</a></li>
  </ul>

</section>

<section data-lang="es" class="language-content">

  <h2 id="dns-ffmuc-ahora-listado-en-european-alternatives">DNS FFMUC ahora listado en European Alternatives</h2>

  <p>¡Nos complace anunciar que nuestro servicio DNS ahora está oficialmente listado en <a href="https://european-alternatives.eu/product/ffmuc-dns">European Alternatives</a>!</p>

  <h3 id="qu-es-european-alternatives">¿Qué es European Alternatives?</h3>

  <p>European Alternatives es una plataforma que presenta alternativas europeas, respetuosas con la privacidad y de código abierto a los servicios de las grandes empresas tecnológicas. La plataforma ayuda a los usuarios a mantener la soberanía digital mientras utilizan servicios compatibles con GDPR.</p>

  <h3 id="nuestro-servicio-dns">Nuestro servicio DNS</h3>

  <p>Freifunk München opera desde hace años resolvedores DNS públicos sin censura como alternativa sin fines de lucro basada en la UE a los proveedores DNS comerciales. Nuestros servidores DNS respetan tu privacidad: no registramos consultas ni compartimos datos con terceros. Obtén más información sobre nuestras prácticas de privacidad en nuestra <a href="https://ffmuc.net/dns-privacy/">Política de privacidad</a>.</p>

  <p><strong>Detalles técnicos:</strong></p>
  <ul>
    <li>IPv4: <code class="language-plaintext highlighter-rouge">185.150.99.255</code> / <code class="language-plaintext highlighter-rouge">5.1.66.255</code></li>
    <li>IPv6: <code class="language-plaintext highlighter-rouge">2001:678:e68:f000::</code> / <code class="language-plaintext highlighter-rouge">2001:678:ed0:f000::</code></li>
    <li>DoH (DNS over HTTPS): <code class="language-plaintext highlighter-rouge">https://doh.ffmuc.net/dns-query</code></li>
    <li>DoT/DoQ (DNS over TLS/QUIC): <code class="language-plaintext highlighter-rouge">dot.ffmuc.net</code> / <code class="language-plaintext highlighter-rouge">doq.ffmuc.net</code> Puerto 853</li>
    <li>Validación DNSSEC habilitada</li>
  </ul>

  <h3 id="estadsticas-en-vivo">Estadísticas en vivo</h3>

  <p><a href="https://stats.ffmuc.net/d/tlvoghcZk/doh-dot?orgId=1&amp;refresh=1m"><img src="https://stats.ffmuc.net/render/d-solo/tlvoghcZk/doh-dot?panelId=2&amp;orgId=1&amp;theme=light&amp;width=500&amp;height=500" alt="DNS Service Statistics" /></a></p>

  <p><a href="https://stats.ffmuc.net/d/tlvoghcZk/doh-dot?orgId=1&amp;refresh=1m">→ Abrir panel completo</a></p>

  <h3 id="por-qu-es-esto-importante">¿Por qué es esto importante?</h3>

  <p>La inclusión en European Alternatives ayuda a:</p>
  <ul>
    <li><strong>Aumentar la visibilidad</strong>: Más personas conocen alternativas respetuosas con la privacidad</li>
    <li><strong>Fortalecer la soberanía digital</strong>: Infraestructura europea para usuarios europeos</li>
    <li><strong>Construir comunidad</strong>: Conectar proyectos y usuarios con ideas afines</li>
  </ul>

  <h3 id="cmo-usar-nuestro-servicio-dns">Cómo usar nuestro servicio DNS</h3>

  <h4 id="configuracin-del-navegador-doh">Configuración del navegador (DoH)</h4>

  <p><strong>Firefox:</strong></p>
  <ol>
    <li>Configuración → Privacidad y seguridad</li>
    <li>Desplázate hasta “Activar DNS sobre HTTPS”</li>
    <li>Selecciona “Usar proveedor personalizado”</li>
    <li>Ingresa: <code class="language-plaintext highlighter-rouge">https://doh.ffmuc.net/dns-query</code></li>
  </ol>

  <p><strong>Chrome/Edge:</strong></p>
  <ol>
    <li>Configuración → Privacidad y seguridad → Seguridad</li>
    <li>Desplázate hasta “Usar DNS seguro”</li>
    <li>Selecciona “Con proveedor personalizado”</li>
    <li>Ingresa: <code class="language-plaintext highlighter-rouge">https://doh.ffmuc.net/dns-query</code></li>
  </ol>

  <h4 id="configuracin-de-fritzbox">Configuración de Fritzbox</h4>

  <ol>
    <li>Abre la interfaz de Fritz!Box (fritz.box)</li>
    <li>Internet → Información de cuenta → Servidor DNS</li>
    <li>Activa “Usar otros servidores DNSv4”</li>
    <li>Ingresa:
      <ul>
        <li>Servidor DNSv4 preferido: <code class="language-plaintext highlighter-rouge">185.150.99.255</code></li>
        <li>Servidor DNSv4 alternativo: <code class="language-plaintext highlighter-rouge">5.1.66.255</code></li>
      </ul>
    </li>
    <li>Para IPv6: Activa “Usar otros servidores DNSv6”
      <ul>
        <li>Servidor DNSv6 preferido: <code class="language-plaintext highlighter-rouge">2001:678:e68:f000::</code></li>
        <li>Servidor DNSv6 alternativo: <code class="language-plaintext highlighter-rouge">2001:678:ed0:f000::</code></li>
      </ul>
    </li>
    <li>Aplicar</li>
  </ol>

  <h4 id="otros-dispositivos">Otros dispositivos</h4>

  <p><strong>Smartphone:</strong></p>

  <p><em>Android (nativo):</em></p>
  <ol>
    <li>Configuración → Red e Internet → DNS privado</li>
    <li>Selecciona “Nombre de host del proveedor de DNS privado”</li>
    <li>Ingresa: <code class="language-plaintext highlighter-rouge">dot.ffmuc.net</code></li>
  </ol>

  <p><em>iOS (Perfiles de configuración):</em></p>
  <ul>
    <li><strong>Método más fácil</strong>: Instala un perfil de configuración para configuración DNS global:
      <ul>
        <li><a href="https://github.com/paulmillr/encrypted-dns/blob/master/profiles/ffmucdns-https.mobileconfig">Perfil DoH</a> (DNS over HTTPS)</li>
        <li><a href="https://github.com/paulmillr/encrypted-dns/blob/master/profiles/ffmucdns-tls.mobileconfig">Perfil DoT</a> (DNS over TLS)</li>
      </ul>
    </li>
    <li><strong>Aplicaciones alternativas</strong>:
      <ul>
        <li><strong>DNSCloak</strong> (DoH, Open Source)</li>
        <li><strong>AdGuard DNS</strong> (DoH, fácil de usar)</li>
      </ul>
    </li>
    <li>La configuración DNS nativa de iOS solo funciona por red Wi-Fi</li>
  </ul>

  <p><em>Aplicaciones para opciones avanzadas:</em></p>
  <ul>
    <li><strong>Nebulo</strong> (Android): Compatible con DoH/DoT, Open Source</li>
    <li><strong>DNSCloak</strong> (iOS): Compatible con DoH, Open Source</li>
    <li><strong>AdGuard DNS</strong> (Android/iOS): Fácil de usar, compatible con DoH</li>
  </ul>

  <p><strong>Computadora:</strong> Configura los ajustes de red con nuestros servidores DNS</p>

  <p>Puedes encontrar una guía detallada en nuestro <a href="https://ffmuc.net/wiki/doku.php?id=knb:dohdot">Wiki</a>.</p>

  <h3 id="apyanos">¡Apóyanos!</h3>

  <p>Todos nuestros servicios se financian mediante donaciones. Si te gusta nuestro servicio DNS, agradecemos tu apoyo: <a href="https://spende.ffmuc.net">https://spende.ffmuc.net</a></p>

  <p><strong>Enlaces:</strong></p>
  <ul>
    <li><a href="https://european-alternatives.eu/product/ffmuc-dns">Perfil de European Alternatives</a></li>
    <li><a href="https://ffmuc.net/wiki/doku.php?id=knb:dohdot">Guía de configuración DNS (Wiki)</a></li>
    <li><a href="https://ffmuc.net/dns-privacy/">Política de privacidad DNS</a></li>
    <li><a href="https://ffmuc.net">Freifunk München</a></li>
  </ul>

</section>

<section data-lang="ua" class="language-content">

  <h2 id="dns-ffmuc----european-alternatives">DNS FFMUC тепер у списку European Alternatives</h2>

  <p>Ми раді повідомити, що наш DNS-сервіс тепер офіційно включено до списку <a href="https://european-alternatives.eu/product/ffmuc-dns">European Alternatives</a>!</p>

  <h3 id="european-alternatives">Що таке European Alternatives?</h3>

  <p>European Alternatives - це платформа, яка представляє європейські, дружні до приватності та відкриті альтернативи сервісам великих технологічних компаній. Платформа допомагає користувачам зберігати цифровий суверенітет, використовуючи сервіси, що відповідають GDPR.</p>

  <h3 id="dns-">Наш DNS-сервіс</h3>

  <p>Freifunk München уже багато років керує публічними DNS-резолверами без цензури як некомерційною альтернативою на базі ЄС комерційним DNS-провайдерам. Наші DNS-сервери поважають вашу приватність - ми не реєструємо запити та не передаємо дані третім сторонам. Дізнайтеся більше про наші практики конфіденційності в нашій <a href="https://ffmuc.net/dns-privacy/">Політиці конфіденційності</a>.</p>

  <p><strong>Технічні деталі:</strong></p>
  <ul>
    <li>IPv4: <code class="language-plaintext highlighter-rouge">185.150.99.255</code> / <code class="language-plaintext highlighter-rouge">5.1.66.255</code></li>
    <li>IPv6: <code class="language-plaintext highlighter-rouge">2001:678:e68:f000::</code> / <code class="language-plaintext highlighter-rouge">2001:678:ed0:f000::</code></li>
    <li>DoH (DNS over HTTPS): <code class="language-plaintext highlighter-rouge">https://doh.ffmuc.net/dns-query</code></li>
    <li>DoT/DoQ (DNS over TLS/QUIC): <code class="language-plaintext highlighter-rouge">dot.ffmuc.net</code> / <code class="language-plaintext highlighter-rouge">doq.ffmuc.net</code> Порт 853</li>
    <li>Валідація DNSSEC увімкнена</li>
  </ul>

  <h3 id="section">Статистика в реальному часі</h3>

  <p><a href="https://stats.ffmuc.net/d/tlvoghcZk/doh-dot?orgId=1&amp;refresh=1m"><img src="https://stats.ffmuc.net/render/d-solo/tlvoghcZk/doh-dot?panelId=2&amp;orgId=1&amp;theme=light&amp;width=500&amp;height=500" alt="DNS Service Statistics" /></a></p>

  <p><a href="https://stats.ffmuc.net/d/tlvoghcZk/doh-dot?orgId=1&amp;refresh=1m">→ Відкрити повну панель</a></p>

  <h3 id="section-1">Чому це важливо?</h3>

  <p>Включення до European Alternatives допомагає:</p>
  <ul>
    <li><strong>Підвищити видимість</strong>: Більше людей дізнаються про дружні до приватності альтернативи</li>
    <li><strong>Зміцнити цифровий суверенітет</strong>: Європейська інфраструктура для європейських користувачів</li>
    <li><strong>Будувати спільноту</strong>: Об’єднати однодумців та користувачів</li>
  </ul>

  <h3 id="dns--1">Як використовувати наш DNS-сервіс</h3>

  <h4 id="doh">Налаштування браузера (DoH)</h4>

  <p><strong>Firefox:</strong></p>
  <ol>
    <li>Налаштування → Приватність і безпека</li>
    <li>Прокрутіть до “Увімкнути DNS через HTTPS”</li>
    <li>Виберіть “Використовувати власного постачальника”</li>
    <li>Введіть: <code class="language-plaintext highlighter-rouge">https://doh.ffmuc.net/dns-query</code></li>
  </ol>

  <p><strong>Chrome/Edge:</strong></p>
  <ol>
    <li>Налаштування → Конфіденційність та безпека → Безпека</li>
    <li>Прокрутіть до “Використовувати захищений DNS”</li>
    <li>Виберіть “З власним постачальником”</li>
    <li>Введіть: <code class="language-plaintext highlighter-rouge">https://doh.ffmuc.net/dns-query</code></li>
  </ol>

  <h4 id="fritzbox">Налаштування Fritzbox</h4>

  <ol>
    <li>Відкрийте інтерфейс Fritz!Box (fritz.box)</li>
    <li>Internet → Дані облікового запису → DNS-сервер</li>
    <li>Увімкніть “Використовувати інші DNSv4 сервери”</li>
    <li>Введіть:
      <ul>
        <li>Основний DNSv4 сервер: <code class="language-plaintext highlighter-rouge">185.150.99.255</code></li>
        <li>Альтернативний DNSv4 сервер: <code class="language-plaintext highlighter-rouge">5.1.66.255</code></li>
      </ul>
    </li>
    <li>Для IPv6: Увімкніть “Використовувати інші DNSv6 сервери”
      <ul>
        <li>Основний DNSv6 сервер: <code class="language-plaintext highlighter-rouge">2001:678:e68:f000::</code></li>
        <li>Альтернативний DNSv6 сервер: <code class="language-plaintext highlighter-rouge">2001:678:ed0:f000::</code></li>
      </ul>
    </li>
    <li>Застосувати</li>
  </ol>

  <h4 id="section-2">Інші пристрої</h4>

  <p><strong>Смартфон:</strong></p>

  <p><em>Android (вбудований):</em></p>
  <ol>
    <li>Налаштування → Мережа та інтернет → Приватний DNS</li>
    <li>Виберіть “Ім’я хоста постачальника приватного DNS”</li>
    <li>Введіть: <code class="language-plaintext highlighter-rouge">dot.ffmuc.net</code></li>
  </ol>

  <p><em>iOS (Профілі конфігурації):</em></p>
  <ul>
    <li><strong>Найпростіший метод</strong>: Встановіть профіль конфігурації для глобального налаштування DNS:
      <ul>
        <li><a href="https://github.com/paulmillr/encrypted-dns/blob/master/profiles/ffmucdns-https.mobileconfig">DoH профіль</a> (DNS over HTTPS)</li>
        <li><a href="https://github.com/paulmillr/encrypted-dns/blob/master/profiles/ffmucdns-tls.mobileconfig">DoT профіль</a> (DNS over TLS)</li>
      </ul>
    </li>
    <li><strong>Альтернативні додатки</strong>:
      <ul>
        <li><strong>DNSCloak</strong> (DoH, Open Source)</li>
        <li><strong>AdGuard DNS</strong> (DoH, зручний)</li>
      </ul>
    </li>
    <li>Вбудована конфігурація DNS в iOS працює лише для окремої Wi-Fi мережі</li>
  </ul>

  <p><em>Додатки для розширених опцій:</em></p>
  <ul>
    <li><strong>Nebulo</strong> (Android): Підтримка DoH/DoT, Open Source</li>
    <li><strong>DNSCloak</strong> (iOS): Підтримка DoH, Open Source</li>
    <li><strong>AdGuard DNS</strong> (Android/iOS): Зручний, підтримка DoH</li>
  </ul>

  <p><strong>Комп’ютер:</strong> Налаштуйте параметри мережі з нашими DNS-серверами</p>

  <p>Детальний посібник можна знайти в нашому <a href="https://ffmuc.net/wiki/doku.php?id=knb:dohdot">Wiki</a>.</p>

  <h3 id="section-3">Підтримайте нас!</h3>

  <p>Усі наші сервіси фінансуються за рахунок пожертв. Якщо вам подобається наш DNS-сервіс, ми будемо раді вашій підтримці: <a href="https://spende.ffmuc.net">https://spende.ffmuc.net</a></p>

  <p><strong>Посилання:</strong></p>
  <ul>
    <li><a href="https://european-alternatives.eu/product/ffmuc-dns">Профіль European Alternatives</a></li>
    <li><a href="https://ffmuc.net/wiki/doku.php?id=knb:dohdot">Посібник з налаштування DNS (Wiki)</a></li>
    <li><a href="https://ffmuc.net/dns-privacy/">Політика конфіденційності DNS</a></li>
    <li><a href="https://ffmuc.net">Freifunk München</a></li>
  </ul>

</section>]]></content><author><name>Freie Netze München e.V.</name><email>hilfe@ffmuc.bayern</email></author><category term="freifunk" /><category term="dns" /><category term="privacy" /><summary type="html"><![CDATA[]]></summary></entry><entry><title type="html">RFC9462 und RFC9463 Support</title><link href="https://ffmuc.net/services/dns/2026/01/09/rfc9462-rfc9463-support/" rel="alternate" type="text/html" title="RFC9462 und RFC9463 Support" /><published>2026-01-09T13:00:00+01:00</published><updated>2026-01-09T13:00:00+01:00</updated><id>https://ffmuc.net/services/dns/2026/01/09/rfc9462-rfc9463-support</id><content type="html" xml:base="https://ffmuc.net/services/dns/2026/01/09/rfc9462-rfc9463-support/"><![CDATA[<section data-lang="de" class="language-content active">

  <h2 id="public-resolvers-untersttzen-nun-rfc9462">Public Resolvers unterstützen nun RFC9462</h2>

  <p>Unsere <strong>öffentlichen DNS-Resolver unterstützen nun RFC9462</strong> - “Discovery of Designated Resolvers” (DDR). Mit RFC9462 können DNS-Clients automatisch herausfinden, welche verschlüsselten DNS-Protokolle (DoH, DoT, DoQ) wir anbieten und wie diese zu erreichen sind.</p>

  <p><a href="https://www.rfc-editor.org/rfc/rfc9462.html">RFC9462 lesen</a></p>

  <h2 id="dhcp-server-untersttzt-nun-rfc9463">DHCP-Server unterstützt nun RFC9463</h2>

  <p>Unser <strong>DHCP-Server unterstützt ab sofort RFC9463</strong> - “DHCP and Router Advertisement Options for the Discovery of Network-designated Resolvers” (DNR). Das bedeutet konkret: Der DHCP-Server teilt Clients automatisch mit, welche verschlüsselten DNS-Dienste (DoH, DoT, DoQ) im Netz verfügbar sind - inklusive Authentication Domain Name, IP-Adressen und Service-Parametern. Damit funktioniert dies auch innerhalb des Freifunk-Netzes!</p>

  <p><a href="https://datatracker.ietf.org/doc/rfc9463/">RFC9463 lesen</a></p>

  <h2 id="unsere-dns-dienste">Unsere DNS-Dienste</h2>

  <p>🔹 <strong>DNS over HTTPS (DoH)</strong>
 → https://doh.ffmuc.net/dns-query</p>

  <p>🔹 <strong>DNS over TLS (DoT)</strong>
 → dot.ffmuc.net :853</p>

  <p>🔹 <strong>DNS over QUIC (DoQ)</strong>
 → doq.ffmuc.net :853</p>

  <h2 id="weitere-informationen">Weitere Informationen</h2>

  <p>Aktuelle Statistiken zu unseren DNS-Diensten findet ihr hier:</p>
  <ul>
    <li><a href="https://stats.ffmuc.net/d/tlvoghcZk/doh-dot">DNS-Statistiken</a></li>
  </ul>

  <p>Informationen zu unserer Datenschutzrichtlinie:</p>
  <ul>
    <li><a href="https://ffmuc.net/dns-privacy">Datenschutzerklärung</a></li>
  </ul>

  <p>Technische Details:</p>
  <ul>
    <li><a href="https://github.com/freifunkMUC/ffmuc-salt-public/pull/265">DHCP RFC9463 Support - Pull Request #265</a></li>
    <li><a href="https://github.com/freifunkMUC/ffmuc-salt-public/pull/264">Public Resolver RFC9462 Support - Pull Request #264</a></li>
  </ul>

</section>

<section data-lang="en" class="language-content">

  <h2 id="public-resolvers-now-support-rfc9462">Public Resolvers Now Support RFC9462</h2>

  <p>Our <strong>public DNS resolvers now support RFC9462</strong> - “Discovery of Designated Resolvers” (DDR). This enables DNS clients to automatically discover additional information about our encrypted DNS services through DNS SVCB records, including supported protocols (DoH, DoT, DoQ) and alternative connection options.</p>

  <p><a href="https://www.rfc-editor.org/rfc/rfc9462.html">Read RFC9462</a></p>

  <h2 id="dhcp-server-now-supports-rfc9463">DHCP Server Now Supports RFC9463</h2>

  <p>Our <strong>DHCP server now supports RFC9463</strong> - “DHCP and Router Advertisement Options for the Discovery of Network-designated Resolvers” (DNR). This means clients automatically learn which encrypted DNS services (DoH, DoT, DoQ) are available in the network, complete with the Authentication Domain Name, IP addresses, and service parameters. This now works within the Freifunk network too!</p>

  <p><a href="https://datatracker.ietf.org/doc/rfc9463/">Read RFC9463</a></p>

  <h2 id="our-dns-services">Our DNS Services</h2>

  <p>🔹 <strong>DNS over HTTPS (DoH)</strong>
 → https://doh.ffmuc.net/dns-query</p>

  <p>🔹 <strong>DNS over TLS (DoT)</strong>
 → dot.ffmuc.net :853</p>

  <p>🔹 <strong>DNS over QUIC (DoQ)</strong>
 → doq.ffmuc.net :853</p>

  <h2 id="more-information">More Information</h2>

  <p>Current statistics for our DNS services can be found here:</p>
  <ul>
    <li><a href="https://stats.ffmuc.net/d/tlvoghcZk/doh-dot">DNS Statistics</a></li>
  </ul>

  <p>Information about our privacy policy:</p>
  <ul>
    <li><a href="https://ffmuc.net/dns-privacy">Privacy Policy</a></li>
  </ul>

  <p>Technical Details:</p>
  <ul>
    <li><a href="https://github.com/freifunkMUC/ffmuc-salt-public/pull/265">DHCP RFC9463 Support - Pull Request #265</a></li>
    <li><a href="https://github.com/freifunkMUC/ffmuc-salt-public/pull/264">Public Resolver RFC9462 Support - Pull Request #264</a></li>
  </ul>

</section>

<section data-lang="fr" class="language-content">

  <h2 id="les-rsolveurs-publics-supportent-maintenant-rfc9462">Les résolveurs publics supportent maintenant RFC9462</h2>

  <p><strong>Nos résolveurs DNS publics supportent maintenant RFC9462</strong> - « Discovery of Designated Resolvers » (DDR). Cela permet aux clients DNS de découvrir automatiquement des informations supplémentaires sur nos services DNS chiffrés via les enregistrements SVCB DNS, y compris les protocoles supportés (DoH, DoT, DoQ) et les options de connexion alternatives.</p>

  <p><a href="https://www.rfc-editor.org/rfc/rfc9462.html">Lire RFC9462</a></p>

  <h2 id="le-serveur-dhcp-supporte-maintenant-rfc9463">Le serveur DHCP supporte maintenant RFC9463</h2>

  <p>Notre <strong>serveur DHCP supporte désormais RFC9463</strong> - « DHCP and Router Advertisement Options for the Discovery of Network-designated Resolvers » (DNR). Concrètement, le serveur DHCP informe automatiquement les clients des services DNS chiffrés disponibles (DoH, DoT, DoQ) - avec le nom de domaine d’authentification, les adresses IP et les paramètres de service. Cela fonctionne également au sein du réseau Freifunk !</p>

  <p><a href="https://datatracker.ietf.org/doc/rfc9463/">Lire RFC9463</a></p>

  <h2 id="nos-services-dns">Nos services DNS</h2>

  <p>🔹 <strong>DNS over HTTPS (DoH)</strong>
 → https://doh.ffmuc.net/dns-query</p>

  <p>🔹 <strong>DNS over TLS (DoT)</strong>
 → dot.ffmuc.net :853</p>

  <p>🔹 <strong>DNS over QUIC (DoQ)</strong>
 → doq.ffmuc.net :853</p>

  <h2 id="plus-dinformations">Plus d’informations</h2>

  <p>Les statistiques actuelles de nos services DNS se trouvent ici :</p>
  <ul>
    <li><a href="https://stats.ffmuc.net/d/tlvoghcZk/doh-dot">Statistiques DNS</a></li>
  </ul>

  <p>Informations sur notre politique de confidentialité :</p>
  <ul>
    <li><a href="https://ffmuc.net/dns-privacy">Politique de confidentialité</a></li>
  </ul>

  <p>Détails techniques :</p>
  <ul>
    <li><a href="https://github.com/freifunkMUC/ffmuc-salt-public/pull/265">Support RFC9463 DHCP - Pull Request #265</a></li>
    <li><a href="https://github.com/freifunkMUC/ffmuc-salt-public/pull/264">Support RFC9462 Public Resolver - Pull Request #264</a></li>
  </ul>

</section>

<section data-lang="es" class="language-content">

  <h2 id="los-resolvedores-pblicos-ahora-admiten-rfc9462">Los resolvedores públicos ahora admiten RFC9462</h2>

  <p><strong>Nuestros resolvedores DNS públicos ahora son compatibles con RFC9462</strong> - « Discovery of Designated Resolvers » (DDR). Esto permite que los clientes DNS descubran automáticamente información adicional sobre nuestros servicios DNS cifrados a través de registros SVCB DNS, incluidos los protocolos admitidos (DoH, DoT, DoQ) y las opciones de conexión alternativas.</p>

  <p><a href="https://www.rfc-editor.org/rfc/rfc9462.html">Leer RFC9462</a></p>

  <h2 id="el-servidor-dhcp-ahora-admite-rfc9463">El servidor DHCP ahora admite RFC9463</h2>

  <p>Nuestro <strong>servidor DHCP ahora es compatible con RFC9463</strong> - « DHCP and Router Advertisement Options for the Discovery of Network-designated Resolvers » (DNR). En concreto, el servidor DHCP informa automáticamente a los clientes qué servicios DNS cifrados (DoH, DoT, DoQ) están disponibles - incluyendo el nombre de dominio de autenticación, direcciones IP y parámetros de servicio. ¡Ahora también funciona dentro de la red Freifunk!</p>

  <p><a href="https://datatracker.ietf.org/doc/rfc9463/">Leer RFC9463</a></p>

  <h2 id="nuestros-servicios-dns">Nuestros servicios DNS</h2>

  <p>🔹 <strong>DNS over HTTPS (DoH)</strong>
 → https://doh.ffmuc.net/dns-query</p>

  <p>🔹 <strong>DNS over TLS (DoT)</strong>
 → dot.ffmuc.net :853</p>

  <p>🔹 <strong>DNS over QUIC (DoQ)</strong>
 → doq.ffmuc.net :853</p>

  <h2 id="ms-informacin">Más información</h2>

  <p>Las estadísticas actuales de nuestros servicios DNS se pueden encontrar aquí:</p>
  <ul>
    <li><a href="https://stats.ffmuc.net/d/tlvoghcZk/doh-dot">Estadísticas de DNS</a></li>
  </ul>

  <p>Información sobre nuestra política de privacidad:</p>
  <ul>
    <li><a href="https://ffmuc.net/dns-privacy">Política de privacidad</a></li>
  </ul>

  <p>Detalles técnicos:</p>
  <ul>
    <li><a href="https://github.com/freifunkMUC/ffmuc-salt-public/pull/265">Soporte RFC9463 DHCP - Pull Request #265</a></li>
    <li><a href="https://github.com/freifunkMUC/ffmuc-salt-public/pull/264">Soporte RFC9462 Public Resolver - Pull Request #264</a></li>
  </ul>

</section>

<section data-lang="ua" class="language-content">

  <h2 id="rfc9462">Публічні розпрацьовувачи тепер підтримують RFC9462</h2>

  <p><strong>Наші публічні DNS-розпрацьовувачі тепер підтримують RFC9462</strong> - « Discovery of Designated Resolvers » (DDR). Це дозволяє DNS-клієнтам автоматично виявляти додаткову інформацію про наші зашифровані DNS-сервіси через DNS SVCB-записи, включаючи підтримані протоколи (DoH, DoT, DoQ) та альтернативні варіанти підключення.</p>

  <p><a href="https://www.rfc-editor.org/rfc/rfc9462.html">Прочитати RFC9462</a></p>

  <h2 id="dhcp----rfc9463">DHCP-сервер тепер підтримує RFC9463</h2>

  <p>Наш <strong>DHCP-сервер тепер підтримує RFC9463</strong> - « DHCP and Router Advertisement Options for the Discovery of Network-designated Resolvers » (DNR). На практиці це означає, що DHCP-сервер автоматично інформує клієнти про доступні зашифровані DNS-сервіси (DoH, DoT, DoQ) — з ім’ям домену автентифікації, IP-адресами та параметрами сервісу. Оскільки це також працює в мережі Freifunk!</p>

  <p><a href="https://datatracker.ietf.org/doc/rfc9463/">Прочитати RFC9463</a></p>

  <h2 id="dns-">Наші DNS-сервіси</h2>

  <p>🔹 <strong>DNS over HTTPS (DoH)</strong>
 → https://doh.ffmuc.net/dns-query</p>

  <p>🔹 <strong>DNS over TLS (DoT)</strong>
 → dot.ffmuc.net :853</p>

  <p>🔹 <strong>DNS over QUIC (DoQ)</strong>
 → doq.ffmuc.net :853</p>

  <h2 id="section">Додаткова інформація</h2>

  <p>Поточна статистика наших DNS-сервісів знаходиться тут:</p>
  <ul>
    <li><a href="https://stats.ffmuc.net/d/tlvoghcZk/doh-dot">Статистика DNS</a></li>
  </ul>

  <p>Інформація про нашу політику приватності:</p>
  <ul>
    <li><a href="https://ffmuc.net/dns-privacy">Політика приватності</a></li>
  </ul>

  <p>Технічні деталі:</p>
  <ul>
    <li><a href="https://github.com/freifunkMUC/ffmuc-salt-public/pull/265">Підтримка DHCP RFC9463 - Pull Request #265</a></li>
    <li><a href="https://github.com/freifunkMUC/ffmuc-salt-public/pull/264">Підтримка RFC9462 Public Resolver - Pull Request #264</a></li>
  </ul>

</section>]]></content><author><name>Freie Netze München e.V.</name><email>hilfe@ffmuc.bayern</email></author><category term="services" /><category term="dns" /><summary type="html"><![CDATA[]]></summary></entry><entry><title type="html">Hinweis: Auffälligkeiten beim Stable-Firmware-Rollout v2025.12.2</title><link href="https://ffmuc.net/freifunkmuc/firmware/2026/01/06/auffaelligkeiten-stable-firmware-rollout/" rel="alternate" type="text/html" title="Hinweis: Auffälligkeiten beim Stable-Firmware-Rollout v2025.12.2" /><published>2026-01-06T10:00:00+01:00</published><updated>2026-01-06T10:00:00+01:00</updated><id>https://ffmuc.net/freifunkmuc/firmware/2026/01/06/auffaelligkeiten-stable-firmware-rollout</id><content type="html" xml:base="https://ffmuc.net/freifunkmuc/firmware/2026/01/06/auffaelligkeiten-stable-firmware-rollout/"><![CDATA[<section data-lang="de" class="language-content active">

  <p><strong>Liebe Freifunkerinnen und Freifunker,</strong></p>

  <p>beim heutigen Stable-Rollout der Firmware <strong>v2025.12.2 / gluon-v2023.2.5+</strong> haben wir erhöhte Ausfallzahlen bemerkt, die über dem üblichen Niveau liegen. Das ist natürlich nicht ideal – wir kümmern uns darum, brauchen aber auch Unterstützung aus der Community!</p>

  <p>Ein Auszug aus der aktuellen Statistik:</p>

  <table>
    <thead>
      <tr>
        <th>Modell</th>
        <th>Ausgefallen</th>
        <th>Erfolgreich</th>
        <th>Quote</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td>R6120</td>
        <td>6</td>
        <td>62</td>
        <td>~9 %</td>
      </tr>
      <tr>
        <td>X1860</td>
        <td>7</td>
        <td>30</td>
        <td>~19 %</td>
      </tr>
      <tr>
        <td>Fritz!Box 4040</td>
        <td>7</td>
        <td>70</td>
        <td>~9 %</td>
      </tr>
      <tr>
        <td>Xiaomi 4A</td>
        <td>8</td>
        <td>18</td>
        <td>~30 %</td>
      </tr>
      <tr>
        <td>AC Lite</td>
        <td>8</td>
        <td>100</td>
        <td>~8 %</td>
      </tr>
    </tbody>
  </table>

  <p>Bisher können wir kein eindeutiges Hardware-Pattern erkennen. Auch sind in der Liste einige Geräte dabei, die bereits vor dem Rollout offline waren.</p>

  <p>Wir würden die Situation gerne schnell analysieren und freuen uns auf eure Hilfe! 🙏</p>

  <ul>
    <li>Hat jemand ähnliche Effekte bei eigenen Rollouts beobachtet?</li>
    <li>Habt ihr Logs, serielle Ausgaben oder andere Informationen, die uns bei der Eingrenzung helfen könnten?</li>
  </ul>

  <p>Meldet euch gerne im <a href="https://chat.ffmuc.net/freifunk/channels/firmware">Firmware-Channel</a> – wir freuen uns auf den Austausch mit euch!<br />
Weitere Informationen auch in unserem Issue Tracker: <a href="https://github.com/freifunkMUC/site-ffm/issues/776">https://github.com/freifunkMUC/site-ffm/issues/776</a></p>

  <p>Viele Grüße und danke für eure Unterstützung<br />
Euer Freifunk München Team</p>

</section>

<section data-lang="en" class="language-content">

  <p><strong>Dear Freifunk Community,</strong></p>

  <p>During today’s stable firmware rollout <strong>v2025.12.2 / gluon-v2023.2.5+</strong>, we’ve noticed elevated failure rates that are above our normal levels. Of course, we’re on it right away, but we also need support from the community!</p>

  <p>Here’s a snapshot of the current statistics:</p>

  <table>
    <thead>
      <tr>
        <th>Model</th>
        <th>Failed</th>
        <th>Successful</th>
        <th>Rate</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td>R6120</td>
        <td>6</td>
        <td>62</td>
        <td>~9 %</td>
      </tr>
      <tr>
        <td>X1860</td>
        <td>7</td>
        <td>30</td>
        <td>~19 %</td>
      </tr>
      <tr>
        <td>Fritz!Box 4040</td>
        <td>7</td>
        <td>70</td>
        <td>~9 %</td>
      </tr>
      <tr>
        <td>Xiaomi 4A</td>
        <td>8</td>
        <td>18</td>
        <td>~30 %</td>
      </tr>
      <tr>
        <td>AC Lite</td>
        <td>8</td>
        <td>100</td>
        <td>~8 %</td>
      </tr>
    </tbody>
  </table>

  <p>So far, we can’t identify a clear hardware pattern. Some devices in the list were already offline before the rollout.</p>

  <p>We’d like to analyze the situation quickly and look forward to your help! 🙏</p>

  <ul>
    <li>Has anyone observed similar effects in their own rollouts?</li>
    <li>Do you have logs, serial output, or other information that could help us narrow this down?</li>
  </ul>

  <p>Feel free to reach out in the <a href="https://chat.ffmuc.net/freifunk/channels/firmware">firmware channel</a> – we look forward to hearing from you!<br />
For more information, also see our issue tracker: <a href="https://github.com/freifunkMUC/site-ffm/issues/776">https://github.com/freifunkMUC/site-ffm/issues/776</a></p>

  <p>Best regards and thank you for your support<br />
Your Freifunk München Team</p>

</section>

<section data-lang="fr" class="language-content">

  <p><strong>Chère communauté Freifunk,</strong></p>

  <p>Lors du déploiement du firmware stable d’aujourd’hui <strong>v2025.12.2 / gluon-v2023.2.5+</strong>, nous avons remarqué des taux d’échec élevés au-dessus de nos niveaux normaux. Bien sûr, nous nous en occupons immédiatement, mais nous avons également besoin du soutien de la communauté !</p>

  <p>Voici un aperçu des statistiques actuelles :</p>

  <table>
    <thead>
      <tr>
        <th>Modèle</th>
        <th>Échoué</th>
        <th>Réussi</th>
        <th>Taux</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td>R6120</td>
        <td>6</td>
        <td>62</td>
        <td>~9 %</td>
      </tr>
      <tr>
        <td>X1860</td>
        <td>7</td>
        <td>30</td>
        <td>~19%</td>
      </tr>
      <tr>
        <td>Fritz!Box 4040</td>
        <td>7</td>
        <td>70</td>
        <td>~9 %</td>
      </tr>
      <tr>
        <td>Xiaomi 4A</td>
        <td>8</td>
        <td>18</td>
        <td>~30%</td>
      </tr>
      <tr>
        <td>AC Lite</td>
        <td>8</td>
        <td>100</td>
        <td>~8 %</td>
      </tr>
    </tbody>
  </table>

  <p>Jusqu’à présent, nous ne pouvons pas identifier un schéma matériel clair. Certains appareils de la liste étaient déjà hors ligne avant le déploiement.</p>

  <p>Nous aimerions analyser la situation rapidement et comptons sur votre aide ! 🙏</p>

  <ul>
    <li>Quelqu’un a-t-il observé des effets similaires dans ses propres déploiements ?</li>
    <li>Avez-vous des journaux, des sorties série ou d’autres informations qui pourraient nous aider à réduire le problème ?</li>
  </ul>

  <p>N’hésitez pas à nous contacter sur le <a href="https://chat.ffmuc.net/freifunk/channels/firmware">canal firmware</a> – nous nous réjouissons de vous entendre !<br />
Pour plus d’informations, consultez également notre suivi des issues: <a href="https://github.com/freifunkMUC/site-ffm/issues/776">https://github.com/freifunkMUC/site-ffm/issues/776</a></p>

  <p>Cordialement et merci pour votre soutien<br />
Votre équipe Freifunk München</p>

</section>

<section data-lang="es" class="language-content">

  <p><strong>Estimada comunidad Freifunk,</strong></p>

  <p>Durante el despliegue del firmware estable de hoy <strong>v2025.12.2 / gluon-v2023.2.5+</strong>, hemos notado tasas de fallo elevadas por encima de nuestros niveles normales. Por supuesto, nos encargamos de ello de inmediato, ¡pero también necesitamos el apoyo de la comunidad!</p>

  <p>Aquí hay un resumen de las estadísticas actuales:</p>

  <table>
    <thead>
      <tr>
        <th>Modelo</th>
        <th>Fallido</th>
        <th>Exitoso</th>
        <th>Tasa</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td>R6120</td>
        <td>6</td>
        <td>62</td>
        <td>~9 %</td>
      </tr>
      <tr>
        <td>X1860</td>
        <td>7</td>
        <td>30</td>
        <td>~19%</td>
      </tr>
      <tr>
        <td>Fritz!Box 4040</td>
        <td>7</td>
        <td>70</td>
        <td>~9 %</td>
      </tr>
      <tr>
        <td>Xiaomi 4A</td>
        <td>8</td>
        <td>18</td>
        <td>~30%</td>
      </tr>
      <tr>
        <td>AC Lite</td>
        <td>8</td>
        <td>100</td>
        <td>~8 %</td>
      </tr>
    </tbody>
  </table>

  <p>Hasta ahora, no podemos identificar un patrón claro de hardware. Algunos dispositivos en la lista ya estaban desconectados antes del despliegue.</p>

  <p>¡Nos gustaría analizar la situación rápidamente y esperamos su ayuda! 🙏</p>

  <ul>
    <li>¿Alguien ha observado efectos similares en sus propios despliegues?</li>
    <li>¿Tiene registros, salida serie u otra información que pueda ayudarnos a reducir el problema?</li>
  </ul>

  <p>No dude en comunicarse con nosotros en el <a href="https://chat.ffmuc.net/freifunk/channels/firmware">canal firmware</a> – ¡Esperamos saber de usted!<br />
Para más información, consulte también nuestro rastreador de incidencias: <a href="https://github.com/freifunkMUC/site-ffm/issues/776">https://github.com/freifunkMUC/site-ffm/issues/776</a></p>

  <p>Saludos cordiales y gracias por su apoyo<br />
Su equipo Freifunk München</p>

</section>

<section data-lang="ua" class="language-content">

  <p><strong>Дорога спільнота Freifunk,</strong></p>

  <p>Під час розгортання стабільної прошивки сьогодні <strong>v2025.12.2 / gluon-v2023.2.5+</strong> ми помітили підвищені показники відмов, які перевищують наш нормальний рівень. Звичайно, ми займаємося цим негайно, але нам також потрібна підтримка спільноти!</p>

  <p>Ось огляд поточної статистики:</p>

  <table>
    <thead>
      <tr>
        <th>Модель</th>
        <th>Невдалих</th>
        <th>Успішних</th>
        <th>Показник</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td>R6120</td>
        <td>6</td>
        <td>62</td>
        <td>~9 %</td>
      </tr>
      <tr>
        <td>X1860</td>
        <td>7</td>
        <td>30</td>
        <td>~19%</td>
      </tr>
      <tr>
        <td>Fritz!Box 4040</td>
        <td>7</td>
        <td>70</td>
        <td>~9 %</td>
      </tr>
      <tr>
        <td>Xiaomi 4A</td>
        <td>8</td>
        <td>18</td>
        <td>~30%</td>
      </tr>
      <tr>
        <td>AC Lite</td>
        <td>8</td>
        <td>100</td>
        <td>~8 %</td>
      </tr>
    </tbody>
  </table>

  <p>Поки що ми не можемо виявити чіткої закономірності обладнання. Деякі пристрої в списку були вже в режимі offline до розгортання.</p>

  <p>Ми хочемо швидко проаналізувати ситуацію і чекаємо вашої допомоги! 🙏</p>

  <ul>
    <li>Чи хтось помічав подібні ефекти в своїх власних розгортаннях?</li>
    <li>Чи у вас є журнали, серійні результати або інша інформація, яка могла б нам допомогти звузити це?</li>
  </ul>

  <p>Будь ласка, зв’яжіться з нами на <a href="https://chat.ffmuc.net/freifunk/channels/firmware">каналі firmware</a> – ми чекаємо на вас!<br />
Додаткову інформацію також див. у нашому трекері питань: <a href="https://github.com/freifunkMUC/site-ffm/issues/776">https://github.com/freifunkMUC/site-ffm/issues/776</a></p>

  <p>З повагою та дякуємо за вашу підтримку<br />
Ваша команда Freifunk München</p>

</section>]]></content><author><name>Freie Netze München e.V.</name><email>hilfe@ffmuc.bayern</email></author><category term="freifunkmuc" /><category term="firmware" /><summary type="html"><![CDATA[]]></summary></entry><entry><title type="html">Abschaltung von DNSCrypt</title><link href="https://ffmuc.net/services/dns/2026/01/03/dnscrypt-abschaltung/" rel="alternate" type="text/html" title="Abschaltung von DNSCrypt" /><published>2026-01-03T15:00:00+01:00</published><updated>2026-01-03T15:00:00+01:00</updated><id>https://ffmuc.net/services/dns/2026/01/03/dnscrypt-abschaltung</id><content type="html" xml:base="https://ffmuc.net/services/dns/2026/01/03/dnscrypt-abschaltung/"><![CDATA[<section data-lang="de" class="language-content active">

  <h2 id="abschaltung-von-dnscrypt">Abschaltung von DNSCrypt</h2>

  <p>Wir haben uns dazu entschlossen, <strong>nach Ende Februar 2026</strong> die DNSCrypt Endpoints von unseren <a href="https://ffmuc.net/wiki/doku.php?id=knb:dohdot">öffentlichen DNS Resolvern</a> abzuschalten.</p>

  <p>Wir bekommen immer wieder Meldungen bezüglich Timeouts und anderer Fehler, die wir aber leider nicht vernünftig troubleshooten können, insbesondere da im ehrenamtlichen Team der Admins kein DNSCrypt-Nutzer/keine DNSCrypt-Nutzerin ist.</p>

  <p>Die Nutzungszahlen sind auch vergleichweise gering, wie in unseren <a href="https://stats.ffmuc.net/d/tlvoghcZk/doh-dot">öffentlichen Statistiken</a> zu sehen ist.</p>

  <p>Wir möchten einen Privacy-kritischen Service lieber gar nicht als fehlerhaft zur Verfügung stellen, und weisen stattdessen auf die modernen alternativen Protokolle hin, die wir unterstützen:</p>

  <h2 id="alternativen">Alternativen</h2>

  <ul>
    <li>DNS over TLS (DoT) <code class="language-plaintext highlighter-rouge">tls://dot.ffmuc.net</code></li>
    <li>DNS over QUIC (DoQ) <code class="language-plaintext highlighter-rouge">quic://doq.ffmuc.net</code></li>
    <li>DNS over HTTPS (DoH) <code class="language-plaintext highlighter-rouge">https://doh.ffmuc.net</code></li>
    <li>DNS over HTTP/3 (DoH3) <code class="language-plaintext highlighter-rouge">h3://doh.ffmuc.net</code></li>
  </ul>

  <p>(siehe unsere detailierte Wiki-Seite dazu: <a href="https://ffmuc.net/wiki/doku.php?id=knb:dohdot">https://ffmuc.net/wiki/doku.php?id=knb:dohdot</a>)</p>

  <p>Falls ihr die Software <code class="language-plaintext highlighter-rouge">dnscrypt-proxy</code> einsetzt, werden diese Protokolle auch bereits unterstützt!</p>

  <p>Solltet ihr aber speziell das DNSCrypt-Protokoll verwenden wollen/müssen, gibt es eine Liste an <a href="https://dnscrypt.info/public-servers/">alternativen Anbietern</a>.</p>

  <hr />

  <p>Bei Fragen oder Anmerkungen könnt ihr euch jederzeit bei uns im Chat melden: <a href="https://chat.ffmuc.net">https://chat.ffmuc.net</a></p>

</section>

<section data-lang="en" class="language-content">

  <h2 id="disabling-dnscrypt">Disabling DNSCrypt</h2>

  <p>We have decided to disable the DNSCrypt endpoints of our <a href="https://ffmuc.net/wiki/doku.php?id=knb:dohdot">public DNS resolvers</a> after the <strong>end of February 2026</strong>.</p>

  <p>We repeatedly get reports about timeouts and other issues, which we can’t troubleshoot effectively unfortunately, primarily because nobody in our volunteer admin team uses DNSCrypt themselves.</p>

  <p>Additionally, the usage counts are comparatively low, as can be seen in our <a href="https://stats.ffmuc.net/d/tlvoghcZk/doh-dot">public statistics</a>.</p>

  <p>We prefer not to offer a privacy-critical service at all rather than in a broken state, and instead want to point you to the modern alternative protocols, which we support:</p>

  <h2 id="alternatives">Alternatives</h2>

  <ul>
    <li>DNS over TLS (DoT) <code class="language-plaintext highlighter-rouge">tls://dot.ffmuc.net</code></li>
    <li>DNS over QUIC (DoQ) <code class="language-plaintext highlighter-rouge">quic://doq.ffmuc.net</code></li>
    <li>DNS over HTTPS (DoH) <code class="language-plaintext highlighter-rouge">https://doh.ffmuc.net</code></li>
    <li>DNS over HTTP/3 (DoH3) <code class="language-plaintext highlighter-rouge">h3://doh.ffmuc.net</code></li>
  </ul>

  <p>(see our more detailed wiki page on this: <a href="https://ffmuc.net/wiki/doku.php?id=knb:dohdot">https://ffmuc.net/wiki/doku.php?id=knb:dohdot</a>)</p>

  <p>If you have been using <code class="language-plaintext highlighter-rouge">dnscrypt-proxy</code> so far, it already supports these protocols!</p>

  <p>If however you want or are required to use DNSCrypt, there is a list of <a href="https://dnscrypt.info/public-servers/">alternative providers</a>.</p>

  <hr />

  <p>If you have questions or comments, please reach out to us in our chat: <a href="https://chat.ffmuc.net">https://chat.ffmuc.net</a></p>

</section>

<section data-lang="fr" class="language-content">

  <h2 id="dsactivation-de-dnscrypt">Désactivation de DNSCrypt</h2>

  <p>Nous avons décidé de désactiver les points de terminaison DNSCrypt de nos <a href="https://ffmuc.net/wiki/doku.php?id=knb:dohdot">résolveurs DNS publics</a> après la <strong>fin février 2026</strong>.</p>

  <p>Nous recevons régulièrement des signalements concernant des délais d’attente et d’autres erreurs que nous ne pouvons malheureusement pas résoudre correctement, en particulier parce qu’aucun membre de l’équipe administrative bénévole n’utilise DNSCrypt.</p>

  <p>Les chiffres d’utilisation sont également relativement faibles, comme le montrent nos <a href="https://stats.ffmuc.net/d/tlvoghcZk/doh-dot">statistiques publiques</a>.</p>

  <p>Nous préférons ne pas offrir un service critique pour la confidentialité plutôt que de l’offrir de manière défectueuse, et nous souhaitons plutôt vous orienter vers les protocoles alternatifs modernes que nous prenons en charge :</p>

  <h2 id="alternatives-1">Alternatives</h2>

  <ul>
    <li>DNS over TLS (DoT) <code class="language-plaintext highlighter-rouge">tls://dot.ffmuc.net</code></li>
    <li>DNS over QUIC (DoQ) <code class="language-plaintext highlighter-rouge">quic://doq.ffmuc.net</code></li>
    <li>DNS over HTTPS (DoH) <code class="language-plaintext highlighter-rouge">https://doh.ffmuc.net</code></li>
    <li>DNS over HTTP/3 (DoH3) <code class="language-plaintext highlighter-rouge">h3://doh.ffmuc.net</code></li>
  </ul>

  <p>(voir notre page wiki détaillée à ce sujet : <a href="https://ffmuc.net/wiki/doku.php?id=knb:dohdot">https://ffmuc.net/wiki/doku.php?id=knb:dohdot</a>)</p>

  <p>Si vous utilisez le logiciel <code class="language-plaintext highlighter-rouge">dnscrypt-proxy</code>, ces protocoles sont déjà pris en charge !</p>

  <p>Cependant, si vous souhaitez ou devez utiliser spécifiquement le protocole DNSCrypt, il existe une liste de <a href="https://dnscrypt.info/public-servers/">fournisseurs alternatifs</a>.</p>

  <hr />

  <p>Pour toute question ou remarque, n’hésitez pas à nous contacter dans notre chat : <a href="https://chat.ffmuc.net">https://chat.ffmuc.net</a></p>

</section>

<section data-lang="es" class="language-content">

  <h2 id="desactivacin-de-dnscrypt">Desactivación de DNSCrypt</h2>

  <p>Hemos decidido desactivar los puntos finales DNSCrypt de nuestros <a href="https://ffmuc.net/wiki/doku.php?id=knb:dohdot">resolutores DNS públicos</a> después del <strong>final de febrero de 2026</strong>.</p>

  <p>Recibimos repetidamente informes sobre tiempos de espera y otros errores que desafortunadamente no podemos solucionar adecuadamente, especialmente porque ningún miembro del equipo administrativo voluntario utiliza DNSCrypt.</p>

  <p>Las cifras de uso también son comparativamente bajas, como se puede ver en nuestras <a href="https://stats.ffmuc.net/d/tlvoghcZk/doh-dot">estadísticas públicas</a>.</p>

  <p>Preferimos no ofrecer un servicio crítico para la privacidad en absoluto que ofrecerlo defectuosamente, y en su lugar queremos señalar los protocolos alternativos modernos que admitimos:</p>

  <h2 id="alternativas">Alternativas</h2>

  <ul>
    <li>DNS over TLS (DoT) <code class="language-plaintext highlighter-rouge">tls://dot.ffmuc.net</code></li>
    <li>DNS over QUIC (DoQ) <code class="language-plaintext highlighter-rouge">quic://doq.ffmuc.net</code></li>
    <li>DNS over HTTPS (DoH) <code class="language-plaintext highlighter-rouge">https://doh.ffmuc.net</code></li>
    <li>DNS over HTTP/3 (DoH3) <code class="language-plaintext highlighter-rouge">h3://doh.ffmuc.net</code></li>
  </ul>

  <p>(consulta nuestra página wiki detallada sobre esto: <a href="https://ffmuc.net/wiki/doku.php?id=knb:dohdot">https://ffmuc.net/wiki/doku.php?id=knb:dohdot</a>)</p>

  <p>Si utilizas el software <code class="language-plaintext highlighter-rouge">dnscrypt-proxy</code>, ¡estos protocolos ya son compatibles!</p>

  <p>Sin embargo, si deseas o debes usar específicamente el protocolo DNSCrypt, existe una lista de <a href="https://dnscrypt.info/public-servers/">proveedores alternativos</a>.</p>

  <hr />

  <p>Si tienes preguntas o comentarios, puedes contactarnos en nuestro chat en cualquier momento: <a href="https://chat.ffmuc.net">https://chat.ffmuc.net</a></p>

</section>

<section data-lang="ua" class="language-content">

  <h2 id="dnscrypt">Вимкнення DNSCrypt</h2>

  <p>Ми вирішили вимкнути кінцеві точки DNSCrypt наших <a href="https://ffmuc.net/wiki/doku.php?id=knb:dohdot">публічних DNS-розпрацьовувачів</a> після <strong>кінця лютого 2026 року</strong>.</p>

  <p>Ми постійно отримуємо повідомлення про тайм-аути та інші помилки, які ми, на жаль, не можемо належним чином усунути, особливо тому, що жоден із членів нашої волонтерської адміністративної команди не використовує DNSCrypt.</p>

  <p>Кількість використань також порівняно низька, як видно з наших <a href="https://stats.ffmuc.net/d/tlvoghcZk/doh-dot">публічних статистик</a>.</p>

  <p>Ми віддаємо перевагу взагалі не пропонувати послугу, критичну для конфіденційності, ніж пропонувати її з помилками, і натомість хочемо вказати на сучасні альтернативні протоколи, які ми підтримуємо:</p>

  <h2 id="section">Альтернативи</h2>

  <ul>
    <li>DNS over TLS (DoT) <code class="language-plaintext highlighter-rouge">tls://dot.ffmuc.net</code></li>
    <li>DNS over QUIC (DoQ) <code class="language-plaintext highlighter-rouge">quic://doq.ffmuc.net</code></li>
    <li>DNS over HTTPS (DoH) <code class="language-plaintext highlighter-rouge">https://doh.ffmuc.net</code></li>
    <li>DNS over HTTP/3 (DoH3) <code class="language-plaintext highlighter-rouge">h3://doh.ffmuc.net</code></li>
  </ul>

  <p>(дивіться нашу детальну wiki-сторінку про це: <a href="https://ffmuc.net/wiki/doku.php?id=knb:dohdot">https://ffmuc.net/wiki/doku.php?id=knb:dohdot</a>)</p>

  <p>Якщо ви використовуєте програмне забезпечення <code class="language-plaintext highlighter-rouge">dnscrypt-proxy</code>, ці протоколи вже підтримуються!</p>

  <p>Однак, якщо ви хочете або повинні використовувати саме протокол DNSCrypt, існує список <a href="https://dnscrypt.info/public-servers/">альтернативних постачальників</a>.</p>

  <hr />

  <p>Якщо у вас виникнуть запитання або коментарі, ви можете в будь-який час зв’язатися з нами в нашому чаті: <a href="https://chat.ffmuc.net">https://chat.ffmuc.net</a></p>

</section>]]></content><author><name>Freie Netze München e.V.</name><email>hilfe@ffmuc.bayern</email></author><category term="services" /><category term="dns" /><summary type="html"><![CDATA[]]></summary></entry><entry><title type="html">DID Digital Independence Day</title><link href="https://ffmuc.net/freifunkmuc/2026/01/02/digital-independence-day/" rel="alternate" type="text/html" title="DID Digital Independence Day" /><published>2026-01-02T11:00:00+01:00</published><updated>2026-01-02T11:00:00+01:00</updated><id>https://ffmuc.net/freifunkmuc/2026/01/02/digital-independence-day</id><content type="html" xml:base="https://ffmuc.net/freifunkmuc/2026/01/02/digital-independence-day/"><![CDATA[<section data-lang="de" class="language-content active">

  <h2 id="digital-independence-day---immer-am-1-sonntag-im-monat">Digital Independence Day - immer am 1. Sonntag im Monat</h2>

  <p>Diesen Sonntag am 04.01.2026 startet der erste Digital Independence Day. 
Beim 39. Chaos Communication Congress hatte der Autor Marc-Uwe Kling dazu aufgerufen.
Ziel ist es, sich der Umklammerung der großen Big-Tech-Platformen zu entziehen und zu freien, lokalen oder auch einfach nur weniger problematischen Alternativen zu wechseln.</p>

  <p>Freifunk München bietet dazu folgende Möglichkeiten:</p>

  <p><a href="https://meet.ffmuc.net"><strong>FFMUC Meet</strong></a> Konferenzserver, Videochat-Plattform</p>
  <ul>
    <li>DSGVO konform</li>
    <li>Verschlüsselte Übertragung aller Video- und Audiodaten</li>
    <li>Verarbeitung aller Mediendaten in deutschen Rechenzentren</li>
    <li>Kein Logging personenbezogener Daten</li>
    <li>Keine Anmeldung nötig, kein Kontozwang</li>
    <li>Keine Auswertung von Audio- und Videodaten, keine Erstellung von Verhaltensprofilen</li>
    <li>Freifunk Meet-App für Windows/MacOS ohne Spyware, Werbung, Analytics und Tracker</li>
    <li>Benutzung der Jitsi-Meet App auf Android und Apple möglich 
(https://meet.ffmuc.net/ als Server in den Einstellungen angeben)</li>
    <li>Weitere Informationen <a href="https://ffmuc.net/wiki/knb:meet">hier</a></li>
  </ul>

  <p><a href="https://social.ffmuc.net/@freifunkMUC"><strong>Fediverse, Mastodon-Server</strong></a></p>
  <ul>
    <li>eigene Instanz</li>
  </ul>

  <p><a href="https://cryptpad.ffmuc.net"><strong>Verschlüsselte Office-Cloud</strong></a></p>
  <ul>
    <li>EU-basiert</li>
  </ul>

  <p><a href="https://ffmuc.net/wiki/knb:dohdot"><strong>DNS/DoH-/DoT-/DoQ-Dienst</strong></a></p>
  <ul>
    <li>EU-basiert</li>
    <li>IPv4: 185.150.99.255 / 5.1.66.255</li>
    <li>IPv6: 2001:678:e68:f000:: / 2001:678:ed0:f000::</li>
    <li>DoH: https://doh.ffmuc.net/dns-query</li>
    <li>DoT/DoQ: https://dot.ffmuc.net Port 853</li>
  </ul>

  <p>Weitere Informationen und andere lokale Angebote gibt es bei <a href="https://di.day">DI.DAY</a></p>

  <p>Wenn ihr unsere Arbeit unterstützen möchtet, würden wir uns über eine <a href="https://spende.ffmuc.net">Spende</a> freuen.</p>

</section>

<section data-lang="en" class="language-content">

  <h2 id="digital-independence-day---every-first-sunday-of-the-month">Digital Independence Day - every first Sunday of the month</h2>

  <p>This Sunday, January 4th, 2026, marks the first Digital Independence Day.
Author Marc-Uwe Kling called for this initiative at the 39th Chaos Communication Congress.
The goal is to break free from the grip of big tech platforms and switch to free, local, or simply less problematic alternatives.</p>

  <p>Freifunk München offers the following options:</p>

  <p><a href="https://meet.ffmuc.net"><strong>FFMUC Meet</strong></a> Conference server, video chat platform</p>
  <ul>
    <li>GDPR compliant</li>
    <li>Encrypted transmission of all video and audio data</li>
    <li>Processing of all media data in German data centers</li>
    <li>No logging of personal data</li>
    <li>No registration required, no account necessary</li>
    <li>No analysis of audio and video data, no creation of behavioral profiles</li>
    <li>Freifunk Meet app for Windows/MacOS without spyware, advertising, analytics and trackers</li>
    <li>Use of Jitsi Meet app on Android and Apple possible 
(specify https://meet.ffmuc.net/ as server in settings)</li>
    <li>More information <a href="https://ffmuc.net/wiki/knb:meet">here</a></li>
  </ul>

  <p><a href="https://social.ffmuc.net/@freifunkMUC"><strong>Fediverse, Mastodon Server</strong></a></p>
  <ul>
    <li>own instance</li>
  </ul>

  <p><a href="https://cryptpad.ffmuc.net"><strong>Encrypted Office Cloud</strong></a></p>
  <ul>
    <li>EU-based</li>
  </ul>

  <p><a href="https://ffmuc.net/wiki/knb:dohdot"><strong>DNS/DoH/DoT/DoQ Service</strong></a></p>
  <ul>
    <li>EU-based</li>
    <li>IPv4: 185.150.99.255 / 5.1.66.255</li>
    <li>IPv6: 2001:678:e68:f000:: / 2001:678:ed0:f000::</li>
    <li>DoH: https://doh.ffmuc.net/dns-query</li>
    <li>DoT/DoQ: https://dot.ffmuc.net Port 853</li>
  </ul>

  <p>More information and other local offerings can be found at <a href="https://di.day">DI.DAY</a></p>

  <p>If you would like to support our work, we would appreciate a <a href="https://spende.ffmuc.net">donation</a>.</p>

</section>

<section data-lang="fr" class="language-content">

  <h2 id="digital-independence-day---chaque-premier-dimanche-du-mois">Digital Independence Day - chaque premier dimanche du mois</h2>

  <p>Ce dimanche 4 janvier 2026 marque le premier Digital Independence Day.
L’auteur Marc-Uwe Kling a lancé cet appel lors du 39e Chaos Communication Congress.
L’objectif est de se libérer de l’emprise des grandes plateformes Big Tech et de passer à des alternatives libres, locales ou simplement moins problématiques.</p>

  <p>Freifunk München propose les options suivantes :</p>

  <p><a href="https://meet.ffmuc.net"><strong>FFMUC Meet</strong></a> Serveur de conférence, plateforme de chat vidéo</p>
  <ul>
    <li>Conforme au RGPD</li>
    <li>Transmission chiffrée de toutes les données vidéo et audio</li>
    <li>Traitement de toutes les données multimédias dans des centres de données allemands</li>
    <li>Pas d’enregistrement de données personnelles</li>
    <li>Aucune inscription nécessaire, aucun compte obligatoire</li>
    <li>Aucune analyse des données audio et vidéo, aucune création de profils comportementaux</li>
    <li>Application Freifunk Meet pour Windows/MacOS sans spyware, publicité, analytics et trackers</li>
    <li>Utilisation de l’application Jitsi Meet sur Android et Apple possible 
(spécifier https://meet.ffmuc.net/ comme serveur dans les paramètres)</li>
    <li>Plus d’informations <a href="https://ffmuc.net/wiki/knb:meet">ici</a></li>
  </ul>

  <p><a href="https://social.ffmuc.net/@freifunkMUC"><strong>Fediverse, serveur Mastodon</strong></a></p>
  <ul>
    <li>instance propre</li>
  </ul>

  <p><a href="https://cryptpad.ffmuc.net"><strong>Cloud Office chiffrée</strong></a></p>
  <ul>
    <li>basée dans l’UE</li>
  </ul>

  <p><a href="https://ffmuc.net/wiki/knb:dohdot"><strong>Service DNS/DoH/DoT/DoQ</strong></a></p>
  <ul>
    <li>basé dans l’UE</li>
    <li>IPv4 : 185.150.99.255 / 5.1.66.255</li>
    <li>IPv6 : 2001:678:e68:f000:: / 2001:678:ed0:f000::</li>
    <li>DoH : https://doh.ffmuc.net/dns-query</li>
    <li>DoT/DoQ : https://dot.ffmuc.net Port 853</li>
  </ul>

  <p>Plus d’informations et d’autres offres locales sont disponibles sur <a href="https://di.day">DI.DAY</a></p>

  <p>Si vous souhaitez soutenir notre travail, nous apprécierions un <a href="https://spende.ffmuc.net">don</a>.</p>

</section>

<section data-lang="es" class="language-content">

  <h2 id="digital-independence-day---cada-primer-domingo-del-mes">Digital Independence Day - cada primer domingo del mes</h2>

  <p>Este domingo 4 de enero de 2026 marca el primer Día de la Independencia Digital.
El autor Marc-Uwe Kling hizo este llamado en el 39º Chaos Communication Congress.
El objetivo es liberarse del control de las grandes plataformas tecnológicas y cambiar a alternativas libres, locales o simplemente menos problemáticas.</p>

  <p>Freifunk München ofrece las siguientes opciones:</p>

  <p><a href="https://meet.ffmuc.net"><strong>FFMUC Meet</strong></a> Servidor de conferencias, plataforma de videochat</p>
  <ul>
    <li>Cumple con el RGPD</li>
    <li>Transmisión cifrada de todos los datos de video y audio</li>
    <li>Procesamiento de todos los datos multimedia en centros de datos alemanes</li>
    <li>Sin registro de datos personales</li>
    <li>No se requiere registro, no es necesaria una cuenta</li>
    <li>Sin análisis de datos de audio y video, sin creación de perfiles de comportamiento</li>
    <li>Aplicación Freifunk Meet para Windows/MacOS sin spyware, publicidad, analytics y trackers</li>
    <li>Uso de la aplicación Jitsi Meet en Android y Apple posible 
(especificar https://meet.ffmuc.net/ como servidor en la configuración)</li>
    <li>Más información <a href="https://ffmuc.net/wiki/knb:meet">aquí</a></li>
  </ul>

  <p><a href="https://social.ffmuc.net/@freifunkMUC"><strong>Fediverse, servidor Mastodon</strong></a></p>
  <ul>
    <li>instancia propia</li>
  </ul>

  <p><a href="https://cryptpad.ffmuc.net"><strong>Nube de oficina cifrada</strong></a></p>
  <ul>
    <li>basada en la UE</li>
  </ul>

  <p><a href="https://ffmuc.net/wiki/knb:dohdot"><strong>Servicio DNS/DoH/DoT/DoQ</strong></a></p>
  <ul>
    <li>basado en la UE</li>
    <li>IPv4: 185.150.99.255 / 5.1.66.255</li>
    <li>IPv6: 2001:678:e68:f000:: / 2001:678:ed0:f000::</li>
    <li>DoH: https://doh.ffmuc.net/dns-query</li>
    <li>DoT/DoQ: https://dot.ffmuc.net Puerto 853</li>
  </ul>

  <p>Más información y otras ofertas locales se pueden encontrar en <a href="https://di.day">DI.DAY</a></p>

  <p>Si desea apoyar nuestro trabajo, agradeceríamos una <a href="https://spende.ffmuc.net">donación</a>.</p>

</section>

<section data-lang="ua" class="language-content">

  <h2 id="section">День цифрової незалежності - щопершої неділі місяця</h2>

  <p>Цієї неділі, 4 січня 2026 року, відбудеться перший День цифрової незалежності.
Автор Марк-Уве Клінг закликав до цієї ініціативи на 39-му Chaos Communication Congress.
Мета полягає в тому, щоб звільнитися від контролю великих технологічних платформ і перейти на вільні, локальні або просто менш проблематичні альтернативи.</p>

  <p>Freifunk München пропонує наступні можливості:</p>

  <p><a href="https://meet.ffmuc.net"><strong>FFMUC Meet</strong></a> Конференц-сервер, платформа відеочату</p>
  <ul>
    <li>Відповідає GDPR</li>
    <li>Зашифрована передача всіх відео- та аудіоданих</li>
    <li>Обробка всіх медіаданих у німецьких центрах обробки даних</li>
    <li>Без реєстрації персональних даних</li>
    <li>Не потрібна реєстрація, не потрібен обліковий запис</li>
    <li>Без аналізу аудіо- та відеоданих, без створення поведінкових профілів</li>
    <li>Додаток Freifunk Meet для Windows/MacOS без шпигунського ПЗ, реклами, аналітики та трекерів</li>
    <li>Можливе використання додатка Jitsi Meet на Android та Apple 
(вкажіть https://meet.ffmuc.net/ як сервер у налаштуваннях)</li>
    <li>Більше інформації <a href="https://ffmuc.net/wiki/knb:meet">тут</a></li>
  </ul>

  <p><a href="https://social.ffmuc.net/@freifunkMUC"><strong>Fediverse, сервер Mastodon</strong></a></p>
  <ul>
    <li>власний екземпляр</li>
  </ul>

  <p><a href="https://cryptpad.ffmuc.net"><strong>Зашифрована офісна хмара</strong></a></p>
  <ul>
    <li>на базі ЄС</li>
  </ul>

  <p><a href="https://ffmuc.net/wiki/knb:dohdot"><strong>Служба DNS/DoH/DoT/DoQ</strong></a></p>
  <ul>
    <li>на базі ЄС</li>
    <li>IPv4: 185.150.99.255 / 5.1.66.255</li>
    <li>IPv6: 2001:678:e68:f000:: / 2001:678:ed0:f000::</li>
    <li>DoH: https://doh.ffmuc.net/dns-query</li>
    <li>DoT/DoQ: https://dot.ffmuc.net Порт 853</li>
  </ul>

  <p>Більше інформації та інші локальні пропозиції можна знайти на <a href="https://di.day">DI.DAY</a></p>

  <p>Якщо ви хочете підтримати нашу роботу, ми будемо вдячні за <a href="https://spende.ffmuc.net">пожертву</a>.</p>

</section>]]></content><author><name>Freie Netze München e.V.</name><email>hilfe@ffmuc.bayern</email></author><category term="freifunkmuc" /><summary type="html"><![CDATA[]]></summary></entry><entry><title type="html">Jahresrückblick 2025</title><link href="https://ffmuc.net/freifunk/community/2025/12/31/Jahresrueckblick/" rel="alternate" type="text/html" title="Jahresrückblick 2025" /><published>2025-12-31T13:00:00+01:00</published><updated>2025-12-31T13:00:00+01:00</updated><id>https://ffmuc.net/freifunk/community/2025/12/31/Jahresrueckblick</id><content type="html" xml:base="https://ffmuc.net/freifunk/community/2025/12/31/Jahresrueckblick/"><![CDATA[<section data-lang="de" class="language-content active">

  <h1 id="freifunk-mnchen---jahresrckblick-2025">Freifunk München - Jahresrückblick 2025</h1>

  <h2 id="einleitung">Einleitung</h2>

  <p>2025 war ein bedeutendes Jahr für Freifunk München. Als nichtkommerzielle Initiative für den Aufbau freier (Funk-)Netze konnten wir unsere Services weiter ausbauen und die Community stärken.</p>

  <h2 id="netzwerk-statistiken">Netzwerk-Statistiken</h2>

  <h3 id="berblick">Überblick</h3>
  <ul>
    <li><strong>Online Nodes</strong>: Das Netzwerk zeigt eine stabile Entwicklung mit durchschnittlich über 3.300 aktiven Knoten über das Jahr verteilt</li>
    <li><strong>Firmware-Adoption</strong>: Im Jahresdurchschnitt laufen ca. 85-87% der Nodes auf den aktuellen Firmware-Versionen</li>
    <li><strong>Router-Vielfalt</strong>: Über 150 verschiedene Router-Modelle im Einsatz</li>
  </ul>

  <h3 id="top-router-modelle">Top Router-Modelle</h3>
  <p>Die beliebtesten Router im ffmuc-Netzwerk 2025:</p>
  <ol>
    <li>Ubiquiti UniFi AC Lite (109 Geräte, 6%)</li>
    <li>TP-Link Archer C7 v5 (106 Geräte, 6%)</li>
    <li>AVM FRITZ!Box 4040 (83 Geräte, 5%)</li>
    <li>Netgear R6120 (77 Geräte, 4%)</li>
    <li>QEMU Virtual Machines (62 Geräte, 3%)</li>
  </ol>

  <h3 id="internet-gateways">Internet-Gateways</h3>
  <p>Zwei Hauptstandorte sichern die Konnektivität mit folgenden Durchschnittswerten über das Jahr:</p>
  <ul>
    <li><strong>München (MUC01)</strong>: RX: durchschnittlich 700-800 Mbps, TX: durchschnittlich 2-3 Gbps</li>
    <li><strong>Wien (VIE01)</strong>: RX: durchschnittlich 300-400 Mbps, TX: durchschnittlich 350-450 Mbps</li>
  </ul>

  <p>Insgesamt stehen in unserem Netzwerk dank <a href="https://ffmuc.net/unterstuetzer/">zahlreicher Sponsoren</a> über 300Gbps Anbindung zur Verfügung.</p>

  <h2 id="dns--privacy-services">DNS &amp; Privacy Services</h2>

  <h3 id="dns-service-highlights">DNS-Service Highlights</h3>
  <p>Freifunk München betreibt zensurfreie öffentliche DNS-Resolver als EU-basierte, non-profit Alternative zu kommerziellen Anbietern:</p>

  <p><strong>Technische Details:</strong></p>
  <ul>
    <li>IPv4: 185.150.99.255 / 5.1.66.255</li>
    <li>IPv6: 2001:678:e68:f000:: / 2001:678:ed0:f000::</li>
    <li>DoH (DNS over HTTPS): https://doh.ffmuc.net/dns-query</li>
    <li>DoT/DoQ (DNS over TLS/QUIC): dot.ffmuc.net / doq.ffmuc.net Port 853</li>
  </ul>

  <h3 id="dns-neuigkeiten-2025">DNS-Neuigkeiten 2025</h3>

  <p><strong>September 2025</strong>: Umstellung auf HAProxy</p>
  <ul>
    <li>HTTP/3 und QUIC-Unterstützung für DoH-Server</li>
    <li>Verbesserte Performance und moderne Protokoll-Unterstützung</li>
  </ul>

  <h2 id="weitere-services">Weitere Services</h2>

  <h3 id="neue-dienste-2025">Neue Dienste 2025</h3>

  <p><strong>HedgeDoc</strong> (April 2025)</p>
  <ul>
    <li>Kollaboratives Markdown-Dokumenten-Tool</li>
    <li>Erreichbar unter: <a href="https://hedgedoc.ffmuc.net">https://hedgedoc.ffmuc.net</a></li>
    <li>Kostenloser Service für die Community</li>
  </ul>

  <h3 id="mediacccde-mirror">media.ccc.de Mirror</h3>
  <p>2025 stellt FFMUC Bandbreite für die Spiegelung der c3voc-Videos bereit:</p>
  <ul>
    <li>80 Gbps verfügbare Bandbreite</li>
    <li>Spitzenauslastung während 39C3 (7Gbps), durchschnittlich 1-2 Gbps im regulären Betrieb</li>
    <li>Traffic-Monitoring via <a href="https://stats.ffmuc.net/d/aegea5ohylkaoa/ffmuc-media-ccc-de?orgId=1&amp;from=now-24h&amp;to=now&amp;timezone=browser&amp;refresh=30s">öffentlichem Dashboard</a></li>
  </ul>

  <h2 id="verein-freie-netze-mnchen-ev">Verein Freie Netze München e.V.</h2>

  <h3 id="umstellung-vereinsverwaltung">Umstellung Vereinsverwaltung</h3>

  <p>Migration auf <a href="https://web.meinverein.de/profile/86506">neues Vereinstool</a> abgeschlossen und neue Mitglieder gewonnen so wie die Möglichkeit zum Lastschrifteinzug. Wir zählen damit <strong>93 Mitglieder</strong>.</p>

  <h3 id="neue-dienste-exklusiv-fr-mitglieder">Neue Dienste exklusiv für Mitglieder</h3>
  <ul>
    <li><a href="https://vms.ffmuc.net/">VMs</a> zur Selbstverwaltung via Incus</li>
    <li><a href="https://vpn.ffmuc.net/">Wireguard VPN</a></li>
    <li><a href="https://vault.ffmuc.net/">Passwortmanager</a></li>
  </ul>

  <h3 id="kurzinformations-webseiten-zum-verein">Kurzinformations Webseiten zum Verein</h3>
  <ul>
    <li><a href="https://mitglieder.ffmuc.net/">https://mitglieder.ffmuc.net/</a></li>
    <li><a href="https://spende.ffmuc.net/">https://spende.ffmuc.net/</a></li>
  </ul>

  <h3 id="signifikante-anschaffungen">Signifikante Anschaffungen</h3>

  <p>Supportvertrag für Switche für 3 Jahre verlängert.</p>

  <h2 id="community--engagement">Community &amp; Engagement</h2>

  <h3 id="neue-unterknfte-fr-geflchtete">Neue Unterkünfte für Geflüchtete</h3>

  <p>2025 kamen zwei weitere große Unterkünfte zum Freifunk-Netzwerk hinzu:</p>

  <p><strong>Garching</strong></p>
  <ul>
    <li>Internetversorgung für eine Unterkunft für Geflüchtete</li>
    <li>Über 20 Unifi Accesspoints</li>
    <li><a href="https://map.ffmuc.net/#/en/map/82342878f006">Nanopi R4S als Offloader</a></li>
    <li>Starlink als Uplink</li>
  </ul>

  <p><strong>Unterschleißheim</strong></p>
  <ul>
    <li>Neue große Unterkunft mit Freifunk-Anbindung</li>
    <li>Omada Setup</li>
    <li><a href="https://map.ffmuc.net/#/en/map/263e34f31f0f">Nanopi R2S</a></li>
    <li>Starlink als Uplink</li>
  </ul>

  <p>Diese Projekte setzen die langjährige Tradition von Freifunk München fort, Internet-Zugang für Geflüchtete und sozial benachteiligte Gruppen bereitzustellen.</p>

  <h3 id="untersttzung-fr-internet-researcher">Unterstützung für Internet Researcher</h3>

  <p>Wir unterstützen einige Internet Research Projekte mit VMs, so zum Beispiel ein Projekt zu RPKI Messungen, Globalping und weitere Wissenschaftler. Solltet ihr Unterstützung benötigen für eure Studienarbeit meldet euch gerne bei uns.</p>

  <h3 id="herausforderungen-2025">Herausforderungen 2025</h3>

  <p><strong>Aufruf vom Juli</strong>: “Unser Verein braucht dich”
Der Verein kämpft mit einem Mangel an aktiven Helfer:innen, was die Organisation zunehmend an ihre Grenzen bringt. Der Aufruf zum monatlichen Treffen am 30.07.2025 betonte die Notwendigkeit für mehr Community-Engagement.</p>

  <h3 id="events--ffentlichkeitsarbeit">Events &amp; Öffentlichkeitsarbeit</h3>

  <p><strong>Kulturspektakel Gauting</strong> (Juli 2025)</p>
  <ul>
    <li>Freifunk-WLAN auf dem gesamten Festivalgelände</li>
    <li>7 Offloader und 20 Access Points in fast allen Buden</li>
    <li>Uplink über Starlink-Verbindungen</li>
    <li>Waldbühne mit Photovoltaikanlage versorgt</li>
    <li>Mehrere hundert Meter Strom- und Netzwerkkabel verlegt</li>
    <li>Open-Air-Festival mit Live-Musik auf 3 Bühnen, kostenloser Eintritt</li>
  </ul>

  <p><strong>Augsburger Linux-Infotag</strong></p>
  <ul>
    <li>Stand auf dem <a href="https://www.luga.de/static/LIT-2025/">Augsburger Linux-Infotag 2025</a></li>
    <li>Präsentation der Vereinsaktivitäten und Services</li>
    <li>Vernetzung mit Freifunk Augsburg</li>
  </ul>

  <p><a href="https://corso-leopold.de"><strong>Corso Leopold</strong></a> (Juni 2025)</p>

  <p>Auch dieses Jahr waren wir wieder mit einem Stand präsent: Interessierte und Neugierige mit Informationen versorgen, Tipps geben und das Projekt erklären.</p>

  <p><strong>Besuch bei Freifunk Braunschweig</strong> (Juli 2025)</p>

  <p>Wir nahmen an einem gemeinsamen Hackathon zu “Project Parker” teil, einem neuen Netzdesign, von dem wir uns mehr Stabilität und bessere Performance erhoffen.</p>

  <p><strong>Community übergreifende Aktion zur Nachnutzung einer Großspende ausrangierter Accesspoints</strong></p>

  <p>Wir haben viele Stunden in die Integration der Geräte aus der Großspende gesteckt und hoffen, dass das diese auch bald in OpenWRT für jeden nutzbar sein wird. Dies erfolgte in zusammenarbeit mit vielen anderen Communities, frei nachdem Motto “Freifunk verbindet”.</p>

  <h3 id="regelmige-treffen">Regelmäßige Treffen</h3>
  <p><strong>Online Treffen</strong></p>
  <ul>
    <li>Jeden letzten Mittwoch des Monats um 19:30 Uhr</li>
    <li>Online auf <a href="https://meet.ffmuc.net/ffmuctreffen">https://meet.ffmuc.net/ffmuctreffen</a></li>
    <li>Chat-Diskussionen: <a href="https://chat.ffmuc.net">https://chat.ffmuc.net</a></li>
  </ul>

  <p><strong>Stammtisch</strong></p>

  <p>Unser Stammtisch findet seit diesem Jahr regelmäßig alle 2 Monate im 
<a href="https://munichmakerlab.de">MuMaLab</a> statt: Socializing, Hacking, Networking, grillen, diskutieren, Spaß haben…</p>

  <h3 id="social-media-prsenz">Social Media Präsenz</h3>
  <p>Aktive Präsenz auf Mastodon (<a href="https://social.ffmuc.net/@freifunkMUC">@freifunkMUC@social.ffmuc.net</a>) mit:</p>
  <ul>
    <li>292 Posts</li>
    <li>1.3K Follower</li>
    <li>Regelmäßige Updates zu technischen Themen und Community-Events</li>
  </ul>

  <h2 id="technische-highlights--wartungen">Technische Highlights &amp; Wartungen</h2>

  <h3 id="support-ende">Support-Ende</h3>
  <p><strong>November 2025</strong>: Ende der Unterstützung für EdgeRouter X und EdgeRouter X SFP</p>
  <ul>
    <li>Betroffene Nutzer wurden frühzeitig informiert</li>
    <li>Migration auf neuere Hardware empfohlen</li>
  </ul>

  <h3 id="technische-verbesserungen">Technische Verbesserungen</h3>
  <ul>
    <li><a href="https://stats.ffmuc.net/d/Os3hdxQZk/http-response-monitoring?orgId=1&amp;from=now-1h&amp;to=now&amp;timezone=browser&amp;var-url_name=$__all&amp;var-error_url=$__all&amp;refresh=auto">Monitoring von Paketverlusten von allen Standorten</a></li>
    <li>Ubuntu 24.04 Updates</li>
    <li>Neuer Switch in Wiener Rechenzentrum (Arista DCS-7280SR3E-40YC6-F) und Server auf 2x25Gbps geupgraded</li>
  </ul>

  <h2 id="politisches-engagement">Politisches Engagement</h2>

  <h3 id="stellungnahme-zur-mindestspeicherung-november-2025">Stellungnahme zur Mindestspeicherung (November 2025)</h3>
  <p>Freifunk München nahm <a href="https://ffmuc.net/politik/freifunk/gesetzgebung/2025/11/10/stellungnahme-mindestspeicherung/">Stellung zur geplanten Mindestspeicherung von IP-Adressen bei öffentlichen WLANs</a> und setzte sich für datenschutzfreundliche Lösungen ein. Die Stellungnahme kritisiert die technische Impraktikabilität der Regelung, die erheblichen Datenschutzrisiken und den unverhältnismäßigen Aufwand für kleinere und ehrenamtliche Betreiber. Als PDF verfügbar unter: <a href="https://ffmuc.net/assets/posts/Freifunk_Muenchen_Stellungnahme_IP-Adressen-Speicherung.pdf">Stellungnahme als PDF</a></p>

  <p><strong>Medienecho</strong><br />
Die Stellungnahme fand Beachtung in der Fachpresse:</p>
  <ul>
    <li><strong>heise online</strong> berichtete am 11. November 2025 ausführlich über die Warnung der Freifunker mit dem Artikel <a href="https://www.heise.de/news/Aus-fuer-offenes-WLAN-Vorratsdatenspeicherung-gefaehrdet-digitale-Teilhabe-11074279.html">“Aus für offenes WLAN? Vorratsdatenspeicherung gefährdet digitale Teilhabe”</a></li>
    <li>Der Artikel zitiert die Stellungnahme von Freifunk München und stellt die technischen und rechtlichen Probleme der geplanten Regelung detailliert dar</li>
    <li>Auch andere Fachverbände wie die Bundesanwaltskammer (BRAK) und der eco-Verband der Internetwirtschaft übten Kritik</li>
  </ul>

  <h3 id="mnchener-digitalrat">Münchener Digitalrat</h3>
  <p>Teilnahme und Weitergabe von Informationen zur Digital Strategie der <a href="https://muenchen.digital/projekte/digitale-teilhabe/digitalrat.html">Stadt München</a>.</p>

  <h3 id="chatkontrolle">Chatkontrolle</h3>
  <p>Kontinuierliche Aufklärungsarbeit und kritische Begleitung der EU-Gesetzgebung zur Chatkontrolle.</p>

  <h2 id="untersttzung--spenden">Unterstützung &amp; Spenden</h2>

  <p>Alle Services werden durch Spenden finanziert:
<strong><a href="https://spende.ffmuc.net">https://spende.ffmuc.net</a></strong></p>

  <p>Die Services umfassen:</p>
  <ul>
    <li>DNS (DoH/DoT/DoQ)</li>
    <li>Jitsi Meet Videokonferenz</li>
    <li>Chat (Mattermost - Migration geplant wegen Policy-Änderungen)</li>
    <li>HedgeDoc</li>
    <li>Wiki</li>
    <li>Gateway-Services</li>
  </ul>

  <hr />

  <h2 id="zusammenfassung">Zusammenfassung</h2>

  <p>2025 war ein Jahr der Konsolidierung und des Ausbaus für Freifunk München. Trotz Herausforderungen bei der Gewinnung aktiver Helfer:innen konnten wir:</p>

  <ul>
    <li>Stabile Netzwerk-Performance mit über 3.300 Nodes</li>
    <li>Ausbau der DNS-Services mit modernen Protokollen (HTTP/3, QUIC)</li>
    <li>Neue Community-Tools (HedgeDoc)</li>
    <li>Erfolgreiche Unterstützung von Community-Events (39C3)</li>
    <li>Politisches Engagement für digitale Grundrechte</li>
    <li>Hardware-Upgrades in den Rechenzentrumsstandorten</li>
  </ul>

  <p><strong>Für 2026 und darüber hinaus</strong> brauchen wir verstärkt die Unterstützung der Community, um diese wichtige Infrastruktur für digitale Souveränität und Privatsphäre weiter betreiben und ausbauen zu können.</p>

  <hr />

  <p><em>Freifunk München ist eine Initiative für freie Netzwerke und wird getragen vom Freie Netze München e.V.</em></p>

  <p><strong>Links:</strong></p>
  <ul>
    <li>Website: <a href="https://ffmuc.net">https://ffmuc.net</a></li>
    <li>Knotenkarte: <a href="https://map.ffmuc.net">https://map.ffmuc.net</a></li>
    <li>Wiki: <a href="https://ffmuc.net/wiki">https://ffmuc.net/wiki</a></li>
    <li>Chat: <a href="https://chat.ffmuc.net">https://chat.ffmuc.net</a></li>
    <li>Mastodon: <a href="https://social.ffmuc.net/@freifunkMUC">@freifunkMUC@social.ffmuc.net</a></li>
    <li>Stats: <a href="https://stats.ffmuc.net">https://stats.ffmuc.net</a></li>
  </ul>

</section>

<section data-lang="en" class="language-content">

  <h1 id="freifunk-mnchen---2025-year-in-review">Freifunk München - 2025 Year in Review</h1>

  <h2 id="introduction">Introduction</h2>

  <p>2025 was a significant year for Freifunk München. As a non-commercial initiative for building free (wireless) networks, we were able to further expand our services and strengthen the community.</p>

  <h2 id="network-statistics">Network Statistics</h2>

  <h3 id="overview">Overview</h3>
  <ul>
    <li><strong>Online Nodes</strong>: The network shows stable development with an average of over 3,300 active nodes throughout the year</li>
    <li><strong>Firmware Adoption</strong>: On average, approximately 85-87% of nodes run on current firmware versions</li>
    <li><strong>Router Diversity</strong>: Over 150 different router models in use</li>
  </ul>

  <h3 id="top-router-models">Top Router Models</h3>
  <p>The most popular routers in the ffmuc network 2025:</p>
  <ol>
    <li>Ubiquiti UniFi AC Lite (109 devices, 6%)</li>
    <li>TP-Link Archer C7 v5 (106 devices, 6%)</li>
    <li>AVM FRITZ!Box 4040 (83 devices, 5%)</li>
    <li>Netgear R6120 (77 devices, 4%)</li>
    <li>QEMU Virtual Machines (62 devices, 3%)</li>
  </ol>

  <h3 id="internet-gateways-1">Internet Gateways</h3>
  <p>Two main locations ensure connectivity with the following average values over the year:</p>
  <ul>
    <li><strong>Munich (MUC01)</strong>: RX: average 700-800 Mbps, TX: average 2-3 Gbps</li>
    <li><strong>Vienna (VIE01)</strong>: RX: average 300-400 Mbps, TX: average 350-450 Mbps</li>
  </ul>

  <p>Thanks to <a href="https://ffmuc.net/unterstuetzer/">numerous sponsors</a>, our network has over 300Gbps of connectivity available.</p>

  <h2 id="dns--privacy-services-1">DNS &amp; Privacy Services</h2>

  <h3 id="dns-service-highlights-1">DNS Service Highlights</h3>
  <p>Freifunk München operates censorship-free public DNS resolvers as an EU-based, non-profit alternative to commercial providers:</p>

  <p><strong>Technical Details:</strong></p>
  <ul>
    <li>IPv4: 185.150.99.255 / 5.1.66.255</li>
    <li>IPv6: 2001:678:e68:f000:: / 2001:678:ed0:f000::</li>
    <li>DoH (DNS over HTTPS): https://doh.ffmuc.net/dns-query</li>
    <li>DoT/DoQ (DNS over TLS/QUIC): dot.ffmuc.net / doq.ffmuc.net Port 853</li>
  </ul>

  <h3 id="dns-news-2025">DNS News 2025</h3>

  <p><strong>September 2025</strong>: Migration to HAProxy</p>
  <ul>
    <li>HTTP/3 and QUIC support for DoH servers</li>
    <li>Improved performance and modern protocol support</li>
  </ul>

  <h2 id="additional-services">Additional Services</h2>

  <h3 id="new-services-2025">New Services 2025</h3>

  <p><strong>HedgeDoc</strong> (April 2025)</p>
  <ul>
    <li>Collaborative Markdown document tool</li>
    <li>Available at: <a href="https://hedgedoc.ffmuc.net">https://hedgedoc.ffmuc.net</a></li>
    <li>Free service for the community</li>
  </ul>

  <h3 id="mediacccde-mirror-1">media.ccc.de Mirror</h3>
  <p>In 2025, FFMUC provides bandwidth for mirroring c3voc videos:</p>
  <ul>
    <li>80 Gbps available bandwidth</li>
    <li>Peak utilization during 39C3 (7Gbps), average 1-2 Gbps in regular operation</li>
    <li>Traffic monitoring via <a href="https://stats.ffmuc.net/d/aegea5ohylkaoa/ffmuc-media-ccc-de?orgId=1&amp;from=now-24h&amp;to=now&amp;timezone=browser&amp;refresh=30s">public dashboard</a></li>
  </ul>

  <h2 id="freie-netze-mnchen-ev-association">Freie Netze München e.V. Association</h2>

  <h3 id="association-management-transition">Association Management Transition</h3>

  <p>Migration to <a href="https://web.meinverein.de/profile/86506">new association tool</a> completed and new members gained, including the ability to use direct debit. We now count <strong>93 members</strong>.</p>

  <h3 id="new-services-exclusive-to-members">New Services Exclusive to Members</h3>
  <ul>
    <li><a href="https://vms.ffmuc.net/">VMs</a> for self-management via Incus</li>
    <li><a href="https://vpn.ffmuc.net/">Wireguard VPN</a></li>
    <li><a href="https://vault.ffmuc.net/">Password Manager</a></li>
  </ul>

  <h3 id="brief-information-websites-about-the-association">Brief Information Websites about the Association</h3>
  <ul>
    <li><a href="https://mitglieder.ffmuc.net/">https://mitglieder.ffmuc.net/</a></li>
    <li><a href="https://spende.ffmuc.net/">https://spende.ffmuc.net/</a></li>
  </ul>

  <h3 id="significant-acquisitions">Significant Acquisitions</h3>

  <p>Support contract for switches extended for 3 years.</p>

  <h2 id="community--engagement-1">Community &amp; Engagement</h2>

  <h3 id="new-refugee-accommodations">New Refugee Accommodations</h3>

  <p>In 2025, two more large accommodations were added to the Freifunk network:</p>

  <p><strong>Garching</strong></p>
  <ul>
    <li>Internet provision for a refugee accommodation</li>
    <li>Over 20 Unifi access points</li>
    <li><a href="https://map.ffmuc.net/#/en/map/82342878f006">Nanopi R4S as offloader</a></li>
    <li>Starlink as uplink</li>
  </ul>

  <p><strong>Unterschleißheim</strong></p>
  <ul>
    <li>New large accommodation with Freifunk connection</li>
    <li>Omada setup</li>
    <li><a href="https://map.ffmuc.net/#/en/map/263e34f31f0f">Nanopi R2S</a></li>
    <li>Starlink as uplink</li>
  </ul>

  <p>These projects continue Freifunk München’s long-standing tradition of providing internet access for refugees and socially disadvantaged groups.</p>

  <h3 id="support-for-internet-researchers">Support for Internet Researchers</h3>

  <p>We support several Internet research projects with VMs, such as a project on RPKI measurements, Globalping, and other researchers. If you need support for your study work, please contact us.</p>

  <h3 id="challenges-2025">Challenges 2025</h3>

  <p><strong>Call from July</strong>: “Our association needs you”
The association struggles with a lack of active helpers, which increasingly pushes the organization to its limits. The call for the monthly meeting on July 30, 2025 emphasized the need for more community engagement.</p>

  <h3 id="events--public-relations">Events &amp; Public Relations</h3>

  <p><strong>Kulturspektakel Gauting</strong> (July 2025)</p>
  <ul>
    <li>Freifunk WLAN throughout the festival grounds</li>
    <li>7 offloaders and 20 access points in almost all booths</li>
    <li>Uplink via Starlink connections</li>
    <li>Forest stage powered by photovoltaic system</li>
    <li>Several hundred meters of power and network cables laid</li>
    <li>Open-air festival with live music on 3 stages, free admission</li>
  </ul>

  <p><strong>Augsburger Linux-Infotag</strong></p>
  <ul>
    <li>Booth at <a href="https://www.luga.de/static/LIT-2025/">Augsburger Linux-Infotag 2025</a></li>
    <li>Presentation of association activities and services</li>
    <li>Networking with Freifunk Augsburg</li>
  </ul>

  <p><a href="https://corso-leopold.de"><strong>Corso Leopold</strong></a> (June 2025)</p>

  <p>This year we were again present with a booth: providing interested and curious people with information, giving tips and explaining the project.</p>

  <p><strong>Visit to Freifunk Braunschweig</strong> (July 2025)</p>

  <p>We participated in a joint hackathon on “Project Parker”, a new network design from which we hope for more stability and better performance.</p>

  <p><strong>Cross-community action for reuse of a large donation of decommissioned access points</strong></p>

  <p>We invested many hours in integrating the devices from the large donation and hope that they will soon be usable for everyone in OpenWRT. This was done in collaboration with many other communities, freely following the motto “Freifunk connects”.</p>

  <h3 id="regular-meetings">Regular Meetings</h3>
  <p><strong>Online Meetings</strong></p>
  <ul>
    <li>Every last Wednesday of the month at 7:30 PM</li>
    <li>Online at <a href="https://meet.ffmuc.net/ffmuctreffen">https://meet.ffmuc.net/ffmuctreffen</a></li>
    <li>Chat discussions: <a href="https://chat.ffmuc.net">https://chat.ffmuc.net</a></li>
  </ul>

  <p><strong>Stammtisch</strong></p>

  <p>Our Stammtisch has been held regularly every 2 months at <a href="https://munichmakerlab.de">MuMaLab</a> since this year: Socializing, hacking, networking, grilling, discussing, having fun…</p>

  <h3 id="social-media-presence">Social Media Presence</h3>
  <p>Active presence on Mastodon (<a href="https://social.ffmuc.net/@freifunkMUC">@freifunkMUC@social.ffmuc.net</a>) with:</p>
  <ul>
    <li>292 posts</li>
    <li>1.3K followers</li>
    <li>Regular updates on technical topics and community events</li>
  </ul>

  <h2 id="technical-highlights--maintenance">Technical Highlights &amp; Maintenance</h2>

  <h3 id="end-of-support">End of Support</h3>
  <p><strong>November 2025</strong>: End of support for EdgeRouter X and EdgeRouter X SFP</p>
  <ul>
    <li>Affected users were informed early</li>
    <li>Migration to newer hardware recommended</li>
  </ul>

  <h3 id="technical-improvements">Technical Improvements</h3>
  <ul>
    <li><a href="https://stats.ffmuc.net/d/Os3hdxQZk/http-response-monitoring?orgId=1&amp;from=now-1h&amp;to=now&amp;timezone=browser&amp;var-url_name=$__all&amp;var-error_url=$__all&amp;refresh=auto">Monitoring of packet loss from all locations</a></li>
    <li>Ubuntu 24.04 updates</li>
    <li>New switch in Vienna data center (Arista DCS-7280SR3E-40YC6-F) and server upgraded to 2x25Gbps</li>
  </ul>

  <h2 id="political-engagement">Political Engagement</h2>

  <h3 id="statement-on-minimum-data-retention-november-2025">Statement on Minimum Data Retention (November 2025)</h3>
  <p>Freifunk München <a href="https://ffmuc.net/politik/freifunk/gesetzgebung/2025/11/10/stellungnahme-mindestspeicherung/">issued a statement on the planned minimum retention of IP addresses for public WLANs</a> and advocated for privacy-friendly solutions. The statement criticizes the technical impracticality of the regulation, the significant data protection risks, and the disproportionate effort for smaller and volunteer operators. Available as PDF at: <a href="https://ffmuc.net/assets/posts/Freifunk_Muenchen_Stellungnahme_IP-Adressen-Speicherung.pdf">Statement as PDF</a></p>

  <p><strong>Media Echo</strong><br />
The statement received attention in the specialist press:</p>
  <ul>
    <li><strong>heise online</strong> reported extensively on November 11, 2025 about the Freifunkers’ warning with the article <a href="https://www.heise.de/news/Aus-fuer-offenes-WLAN-Vorratsdatenspeicherung-gefaehrdet-digitale-Teilhabe-11074279.html">“End of open WLAN? Data retention endangers digital participation”</a></li>
    <li>The article cites Freifunk München’s statement and presents the technical and legal problems of the planned regulation in detail</li>
    <li>Other professional associations such as the Federal Bar Association (BRAK) and eco - Association of the Internet Industry also criticized</li>
  </ul>

  <h3 id="munich-digital-council">Munich Digital Council</h3>
  <p>Participation and sharing of information on the digital strategy of the <a href="https://muenchen.digital/projekte/digitale-teilhabe/digitalrat.html">City of Munich</a>.</p>

  <h3 id="chat-control">Chat Control</h3>
  <p>Continuous education work and critical monitoring of EU legislation on chat control.</p>

  <h2 id="support--donations">Support &amp; Donations</h2>

  <p>All services are financed by donations:
<strong><a href="https://spende.ffmuc.net">https://spende.ffmuc.net</a></strong></p>

  <p>The services include:</p>
  <ul>
    <li>DNS (DoH/DoT/DoQ)</li>
    <li>Jitsi Meet video conferencing</li>
    <li>Chat (Mattermost - migration planned due to policy changes)</li>
    <li>HedgeDoc</li>
    <li>Wiki</li>
    <li>Gateway services</li>
  </ul>

  <hr />

  <h2 id="summary">Summary</h2>

  <p>2025 was a year of consolidation and expansion for Freifunk München. Despite challenges in recruiting active helpers, we were able to:</p>

  <ul>
    <li>Stable network performance with over 3,300 nodes</li>
    <li>Expansion of DNS services with modern protocols (HTTP/3, QUIC)</li>
    <li>New community tools (HedgeDoc)</li>
    <li>Successful support of community events (39C3)</li>
    <li>Political engagement for digital fundamental rights</li>
    <li>Hardware upgrades in data center locations</li>
  </ul>

  <p><strong>For 2026 and beyond</strong> we urgently need the support of the community to continue operating and expanding this important infrastructure for digital sovereignty and privacy.</p>

  <hr />

  <p><em>Freifunk München is an initiative for free networks and is supported by Freie Netze München e.V.</em></p>

  <p><strong>Links:</strong></p>
  <ul>
    <li>Website: <a href="https://ffmuc.net">https://ffmuc.net</a></li>
    <li>Node Map: <a href="https://map.ffmuc.net">https://map.ffmuc.net</a></li>
    <li>Wiki: <a href="https://ffmuc.net/wiki">https://ffmuc.net/wiki</a></li>
    <li>Chat: <a href="https://chat.ffmuc.net">https://chat.ffmuc.net</a></li>
    <li>Mastodon: <a href="https://social.ffmuc.net/@freifunkMUC">@freifunkMUC@social.ffmuc.net</a></li>
    <li>Stats: <a href="https://stats.ffmuc.net">https://stats.ffmuc.net</a></li>
  </ul>

</section>

<section data-lang="fr" class="language-content">

  <h1 id="freifunk-mnchen---rtrospective-2025">Freifunk München - Rétrospective 2025</h1>

  <h2 id="introduction-1">Introduction</h2>

  <p>2025 a été une année significative pour Freifunk München. En tant qu’initiative non commerciale pour la construction de réseaux libres (sans fil), nous avons pu étendre davantage nos services et renforcer la communauté.</p>

  <h2 id="statistiques-du-rseau">Statistiques du réseau</h2>

  <h3 id="vue-densemble">Vue d’ensemble</h3>
  <ul>
    <li><strong>Nœuds en ligne</strong> : Le réseau montre un développement stable avec une moyenne de plus de 3 300 nœuds actifs tout au long de l’année</li>
    <li><strong>Adoption du firmware</strong> : En moyenne, environ 85-87% des nœuds fonctionnent avec les versions actuelles du firmware</li>
    <li><strong>Diversité des routeurs</strong> : Plus de 150 modèles de routeurs différents utilisés</li>
  </ul>

  <h3 id="modles-de-routeurs-les-plus-populaires">Modèles de routeurs les plus populaires</h3>
  <p>Les routeurs les plus populaires dans le réseau ffmuc 2025 :</p>
  <ol>
    <li>Ubiquiti UniFi AC Lite (109 appareils, 6%)</li>
    <li>TP-Link Archer C7 v5 (106 appareils, 6%)</li>
    <li>AVM FRITZ!Box 4040 (83 appareils, 5%)</li>
    <li>Netgear R6120 (77 appareils, 4%)</li>
    <li>Machines virtuelles QEMU (62 appareils, 3%)</li>
  </ol>

  <h3 id="passerelles-internet">Passerelles Internet</h3>
  <p>Deux emplacements principaux assurent la connectivité avec les valeurs moyennes suivantes sur l’année :</p>
  <ul>
    <li><strong>Munich (MUC01)</strong> : RX : moyenne 700-800 Mbps, TX : moyenne 2-3 Gbps</li>
    <li><strong>Vienne (VIE01)</strong> : RX : moyenne 300-400 Mbps, TX : moyenne 350-450 Mbps</li>
  </ul>

  <p>Grâce à de <a href="https://ffmuc.net/unterstuetzer/">nombreux sponsors</a>, notre réseau dispose de plus de 300 Gbps de connectivité.</p>

  <h2 id="services-dns-et-de-confidentialit">Services DNS et de confidentialité</h2>

  <h3 id="points-forts-du-service-dns">Points forts du service DNS</h3>
  <p>Freifunk München exploite des résolveurs DNS publics sans censure comme alternative non commerciale basée dans l’UE aux fournisseurs commerciaux :</p>

  <p><strong>Détails techniques :</strong></p>
  <ul>
    <li>IPv4 : 185.150.99.255 / 5.1.66.255</li>
    <li>IPv6 : 2001:678:e68:f000:: / 2001:678:ed0:f000::</li>
    <li>DoH (DNS over HTTPS) : https://doh.ffmuc.net/dns-query</li>
    <li>DoT/DoQ (DNS over TLS/QUIC) : dot.ffmuc.net / doq.ffmuc.net Port 853</li>
  </ul>

  <h3 id="actualits-dns-2025">Actualités DNS 2025</h3>

  <p><strong>Septembre 2025</strong> : Migration vers HAProxy</p>
  <ul>
    <li>Support HTTP/3 et QUIC pour les serveurs DoH</li>
    <li>Performances améliorées et support de protocoles modernes</li>
  </ul>

  <h2 id="services-supplmentaires">Services supplémentaires</h2>

  <h3 id="nouveaux-services-2025">Nouveaux services 2025</h3>

  <p><strong>HedgeDoc</strong> (Avril 2025)</p>
  <ul>
    <li>Outil de document Markdown collaboratif</li>
    <li>Disponible sur : <a href="https://hedgedoc.ffmuc.net">https://hedgedoc.ffmuc.net</a></li>
    <li>Service gratuit pour la communauté</li>
  </ul>

  <h3 id="miroir-mediacccde">Miroir media.ccc.de</h3>
  <p>En 2025, FFMUC fournit de la bande passante pour la mise en miroir des vidéos c3voc :</p>
  <ul>
    <li>80 Gbps de bande passante disponible</li>
    <li>Utilisation maximale pendant 39C3 (7Gbps), moyenne 1-2 Gbps en fonctionnement régulier</li>
    <li>Surveillance du trafic via <a href="https://stats.ffmuc.net/d/aegea5ohylkaoa/ffmuc-media-ccc-de?orgId=1&amp;from=now-24h&amp;to=now&amp;timezone=browser&amp;refresh=30s">tableau de bord public</a></li>
  </ul>

  <h2 id="association-freie-netze-mnchen-ev">Association Freie Netze München e.V.</h2>

  <h3 id="transition-de-la-gestion-de-lassociation">Transition de la gestion de l’association</h3>

  <p>Migration vers <a href="https://web.meinverein.de/profile/86506">nouvel outil d’association</a> terminée et nouveaux membres gagnés, y compris la possibilité d’utiliser le prélèvement automatique. Nous comptons maintenant <strong>93 membres</strong>.</p>

  <h3 id="nouveaux-services-exclusifs-aux-membres">Nouveaux services exclusifs aux membres</h3>
  <ul>
    <li><a href="https://vms.ffmuc.net/">VMs</a> pour l’auto-gestion via Incus</li>
    <li><a href="https://vpn.ffmuc.net/">Wireguard VPN</a></li>
    <li><a href="https://vault.ffmuc.net/">Gestionnaire de mots de passe</a></li>
  </ul>

  <h3 id="sites-web-dinformation-sur-lassociation">Sites Web d’information sur l’association</h3>
  <ul>
    <li><a href="https://mitglieder.ffmuc.net/">https://mitglieder.ffmuc.net/</a></li>
    <li><a href="https://spende.ffmuc.net/">https://spende.ffmuc.net/</a></li>
  </ul>

  <p>Pour un résumé complet de toutes les activités de 2025, voir la version allemande ou anglaise.</p>

  <hr />

  <p><em>Freifunk München est une initiative pour les réseaux libres et est soutenue par Freie Netze München e.V.</em></p>

  <p><strong>Liens :</strong></p>
  <ul>
    <li>Site Web : <a href="https://ffmuc.net">https://ffmuc.net</a></li>
    <li>Carte des nœuds : <a href="https://map.ffmuc.net">https://map.ffmuc.net</a></li>
    <li>Wiki : <a href="https://ffmuc.net/wiki">https://ffmuc.net/wiki</a></li>
    <li>Chat : <a href="https://chat.ffmuc.net">https://chat.ffmuc.net</a></li>
    <li>Mastodon : <a href="https://social.ffmuc.net/@freifunkMUC">@freifunkMUC@social.ffmuc.net</a></li>
    <li>Stats : <a href="https://stats.ffmuc.net">https://stats.ffmuc.net</a></li>
  </ul>

</section>

<section data-lang="es" class="language-content">

  <h1 id="freifunk-mnchen---retrospectiva-2025">Freifunk München - Retrospectiva 2025</h1>

  <h2 id="introduccin">Introducción</h2>

  <p>2025 fue un año significativo para Freifunk München. Como iniciativa no comercial para la construcción de redes libres (inalámbricas), pudimos ampliar aún más nuestros servicios y fortalecer la comunidad.</p>

  <h2 id="estadsticas-de-red">Estadísticas de red</h2>

  <h3 id="resumen">Resumen</h3>
  <ul>
    <li><strong>Nodos en línea</strong>: La red muestra un desarrollo estable con un promedio de más de 3.300 nodos activos durante todo el año</li>
    <li><strong>Adopción de firmware</strong>: En promedio, aproximadamente el 85-87% de los nodos ejecutan versiones actuales de firmware</li>
    <li><strong>Diversidad de routers</strong>: Más de 150 modelos de router diferentes en uso</li>
  </ul>

  <h3 id="modelos-de-router-ms-populares">Modelos de router más populares</h3>
  <p>Los routers más populares en la red ffmuc 2025:</p>
  <ol>
    <li>Ubiquiti UniFi AC Lite (109 dispositivos, 6%)</li>
    <li>TP-Link Archer C7 v5 (106 dispositivos, 6%)</li>
    <li>AVM FRITZ!Box 4040 (83 dispositivos, 5%)</li>
    <li>Netgear R6120 (77 dispositivos, 4%)</li>
    <li>Máquinas virtuales QEMU (62 dispositivos, 3%)</li>
  </ol>

  <h3 id="puertas-de-enlace-de-internet">Puertas de enlace de Internet</h3>
  <p>Dos ubicaciones principales aseguran la conectividad con los siguientes valores promedio durante el año:</p>
  <ul>
    <li><strong>Munich (MUC01)</strong>: RX: promedio 700-800 Mbps, TX: promedio 2-3 Gbps</li>
    <li><strong>Viena (VIE01)</strong>: RX: promedio 300-400 Mbps, TX: promedio 350-450 Mbps</li>
  </ul>

  <p>Gracias a <a href="https://ffmuc.net/unterstuetzer/">numerosos patrocinadores</a>, nuestra red tiene disponibles más de 300Gbps de conectividad.</p>

  <h2 id="servicios-dns-y-de-privacidad">Servicios DNS y de privacidad</h2>

  <h3 id="aspectos-destacados-del-servicio-dns">Aspectos destacados del servicio DNS</h3>
  <p>Freifunk München opera resolvedores DNS públicos sin censura como una alternativa sin fines de lucro basada en la UE a los proveedores comerciales:</p>

  <p><strong>Detalles técnicos:</strong></p>
  <ul>
    <li>IPv4: 185.150.99.255 / 5.1.66.255</li>
    <li>IPv6: 2001:678:e68:f000:: / 2001:678:ed0:f000::</li>
    <li>DoH (DNS over HTTPS): https://doh.ffmuc.net/dns-query</li>
    <li>DoT/DoQ (DNS over TLS/QUIC): dot.ffmuc.net / doq.ffmuc.net Puerto 853</li>
  </ul>

  <h3 id="noticias-dns-2025">Noticias DNS 2025</h3>

  <p><strong>Septiembre 2025</strong>: Migración a HAProxy</p>
  <ul>
    <li>Soporte HTTP/3 y QUIC para servidores DoH</li>
    <li>Rendimiento mejorado y soporte de protocolos modernos</li>
  </ul>

  <h2 id="servicios-adicionales">Servicios adicionales</h2>

  <h3 id="nuevos-servicios-2025">Nuevos servicios 2025</h3>

  <p><strong>HedgeDoc</strong> (Abril 2025)</p>
  <ul>
    <li>Herramienta de documento Markdown colaborativa</li>
    <li>Disponible en: <a href="https://hedgedoc.ffmuc.net">https://hedgedoc.ffmuc.net</a></li>
    <li>Servicio gratuito para la comunidad</li>
  </ul>

  <h3 id="espejo-mediacccde">Espejo media.ccc.de</h3>
  <p>En 2025, FFMUC proporciona ancho de banda para el espejo de videos c3voc:</p>
  <ul>
    <li>80 Gbps de ancho de banda disponible</li>
    <li>Utilización máxima durante 39C3 (7Gbps), promedio 1-2 Gbps en operación regular</li>
    <li>Monitoreo de tráfico a través del <a href="https://stats.ffmuc.net/d/aegea5ohylkaoa/ffmuc-media-ccc-de?orgId=1&amp;from=now-24h&amp;to=now&amp;timezone=browser&amp;refresh=30s">panel público</a></li>
  </ul>

  <h2 id="asociacin-freie-netze-mnchen-ev">Asociación Freie Netze München e.V.</h2>

  <h3 id="transicin-de-gestin-de-la-asociacin">Transición de gestión de la asociación</h3>

  <p>Migración a <a href="https://web.meinverein.de/profile/86506">nueva herramienta de asociación</a> completada y nuevos miembros ganados, incluida la capacidad de usar débito directo. Ahora contamos con <strong>93 miembros</strong>.</p>

  <h3 id="nuevos-servicios-exclusivos-para-miembros">Nuevos servicios exclusivos para miembros</h3>
  <ul>
    <li><a href="https://vms.ffmuc.net/">VMs</a> para autogestión a través de Incus</li>
    <li><a href="https://vpn.ffmuc.net/">Wireguard VPN</a></li>
    <li><a href="https://vault.ffmuc.net/">Gestor de contraseñas</a></li>
  </ul>

  <h3 id="sitios-web-de-informacin-sobre-la-asociacin">Sitios web de información sobre la asociación</h3>
  <ul>
    <li><a href="https://mitglieder.ffmuc.net/">https://mitglieder.ffmuc.net/</a></li>
    <li><a href="https://spende.ffmuc.net/">https://spende.ffmuc.net/</a></li>
  </ul>

  <p>Para un resumen completo de todas las actividades de 2025, consulte la versión alemana o inglesa.</p>

  <hr />

  <p><em>Freifunk München es una iniciativa para redes libres y cuenta con el apoyo de Freie Netze München e.V.</em></p>

  <p><strong>Enlaces:</strong></p>
  <ul>
    <li>Sitio web: <a href="https://ffmuc.net">https://ffmuc.net</a></li>
    <li>Mapa de nodos: <a href="https://map.ffmuc.net">https://map.ffmuc.net</a></li>
    <li>Wiki: <a href="https://ffmuc.net/wiki">https://ffmuc.net/wiki</a></li>
    <li>Chat: <a href="https://chat.ffmuc.net">https://chat.ffmuc.net</a></li>
    <li>Mastodon: <a href="https://social.ffmuc.net/@freifunkMUC">@freifunkMUC@social.ffmuc.net</a></li>
    <li>Estadísticas: <a href="https://stats.ffmuc.net">https://stats.ffmuc.net</a></li>
  </ul>

</section>

<section data-lang="ua" class="language-content">

  <h1 id="freifunk-mnchen-----2025">Freifunk München - Підсумки року 2025</h1>

  <h2 id="section">Вступ</h2>

  <p>2025 був значущим роком для Freifunk München. Як некомерційна ініціатива зі створення вільних (бездротових) мереж, ми змогли ще більше розширити наші послуги та зміцнити спільноту.</p>

  <h2 id="section-1">Статистика мережі</h2>

  <h3 id="section-2">Огляд</h3>
  <ul>
    <li><strong>Вузли онлайн</strong>: Мережа показує стабільний розвиток з середньою кількістю понад 3 300 активних вузлів протягом року</li>
    <li><strong>Прийняття прошивки</strong>: У середньому близько 85-87% вузлів працюють на поточних версіях прошивки</li>
    <li><strong>Різноманітність маршрутизаторів</strong>: Використовується понад 150 різних моделей маршрутизаторів</li>
  </ul>

  <h3 id="section-3">Найпопулярніші моделі маршрутизаторів</h3>
  <p>Найпопулярніші маршрутизатори в мережі ffmuc 2025:</p>
  <ol>
    <li>Ubiquiti UniFi AC Lite (109 пристроїв, 6%)</li>
    <li>TP-Link Archer C7 v5 (106 пристроїв, 6%)</li>
    <li>AVM FRITZ!Box 4040 (83 пристрої, 5%)</li>
    <li>Netgear R6120 (77 пристроїв, 4%)</li>
    <li>Віртуальні машини QEMU (62 пристрої, 3%)</li>
  </ol>

  <h3 id="section-4">Інтернет-шлюзи</h3>
  <p>Два основні розташування забезпечують підключення з наступними середніми значеннями протягом року:</p>
  <ul>
    <li><strong>Мюнхен (MUC01)</strong>: RX: в середньому 700-800 Мбіт/с, TX: в середньому 2-3 Гбіт/с</li>
    <li><strong>Відень (VIE01)</strong>: RX: в середньому 300-400 Мбіт/с, TX: в середньому 350-450 Мбіт/с</li>
  </ul>

  <p>Завдяки <a href="https://ffmuc.net/unterstuetzer/">численним спонсорам</a>, наша мережа має доступними понад 300 Гбіт/с підключення.</p>

  <h2 id="dns--">Служби DNS та конфіденційності</h2>

  <h3 id="dns">Основні моменти служби DNS</h3>
  <p>Freifunk München експлуатує публічні DNS-розпрацьовувачі без цензури як некомерційну альтернативу на базі ЄС комерційним постачальникам:</p>

  <p><strong>Технічні деталі:</strong></p>
  <ul>
    <li>IPv4: 185.150.99.255 / 5.1.66.255</li>
    <li>IPv6: 2001:678:e68:f000:: / 2001:678:ed0:f000::</li>
    <li>DoH (DNS over HTTPS): https://doh.ffmuc.net/dns-query</li>
    <li>DoT/DoQ (DNS over TLS/QUIC): dot.ffmuc.net / doq.ffmuc.net Порт 853</li>
  </ul>

  <h3 id="dns-2025">Новини DNS 2025</h3>

  <p><strong>Вересень 2025</strong>: Міграція на HAProxy</p>
  <ul>
    <li>Підтримка HTTP/3 та QUIC для серверів DoH</li>
    <li>Покращена продуктивність та підтримка сучасних протоколів</li>
  </ul>

  <h2 id="section-5">Додаткові послуги</h2>

  <h3 id="section-6">Нові послуги 2025</h3>

  <p><strong>HedgeDoc</strong> (Квітень 2025)</p>
  <ul>
    <li>Інструмент для спільної роботи з документами Markdown</li>
    <li>Доступний за адресою: <a href="https://hedgedoc.ffmuc.net">https://hedgedoc.ffmuc.net</a></li>
    <li>Безкоштовна послуга для спільноти</li>
  </ul>

  <h3 id="mediacccde">Дзеркало media.ccc.de</h3>
  <p>У 2025 році FFMUC надає пропускну здатність для дзеркалювання відео c3voc:</p>
  <ul>
    <li>80 Гбіт/с доступної пропускної здатності</li>
    <li>Пікове використання під час 39C3 (7 Гбіт/с), в середньому 1-2 Гбіт/с у звичайному режимі</li>
    <li>Моніторинг трафіку через <a href="https://stats.ffmuc.net/d/aegea5ohylkaoa/ffmuc-media-ccc-de?orgId=1&amp;from=now-24h&amp;to=now&amp;timezone=browser&amp;refresh=30s">публічну панель</a></li>
  </ul>

  <h2 id="freie-netze-mnchen-ev">Асоціація Freie Netze München e.V.</h2>

  <h3 id="section-7">Перехід управління асоціацією</h3>

  <p>Міграція на <a href="https://web.meinverein.de/profile/86506">новий інструмент асоціації</a> завершена, отримано нових членів, включаючи можливість використання прямого дебету. Тепер ми налічуємо <strong>93 члени</strong>.</p>

  <h3 id="section-8">Нові послуги виключно для членів</h3>
  <ul>
    <li><a href="https://vms.ffmuc.net/">ВМ</a> для самостійного управління через Incus</li>
    <li><a href="https://vpn.ffmuc.net/">Wireguard VPN</a></li>
    <li><a href="https://vault.ffmuc.net/">Менеджер паролів</a></li>
  </ul>

  <h3 id="section-9">Інформаційні веб-сайти про асоціацію</h3>
  <ul>
    <li><a href="https://mitglieder.ffmuc.net/">https://mitglieder.ffmuc.net/</a></li>
    <li><a href="https://spende.ffmuc.net/">https://spende.ffmuc.net/</a></li>
  </ul>

  <p>Для повного огляду всіх діяльностей 2025 року дивіться німецьку або англійську версію.</p>

  <hr />

  <p><em>Freifunk München - це ініціатива для вільних мереж, яку підтримує Freie Netze München e.V.</em></p>

  <p><strong>Посилання:</strong></p>
  <ul>
    <li>Веб-сайт: <a href="https://ffmuc.net">https://ffmuc.net</a></li>
    <li>Карта вузлів: <a href="https://map.ffmuc.net">https://map.ffmuc.net</a></li>
    <li>Вікі: <a href="https://ffmuc.net/wiki">https://ffmuc.net/wiki</a></li>
    <li>Чат: <a href="https://chat.ffmuc.net">https://chat.ffmuc.net</a></li>
    <li>Mastodon: <a href="https://social.ffmuc.net/@freifunkMUC">@freifunkMUC@social.ffmuc.net</a></li>
    <li>Статистика: <a href="https://stats.ffmuc.net">https://stats.ffmuc.net</a></li>
  </ul>

</section>]]></content><author><name>Freie Netze München e.V.</name><email>hilfe@ffmuc.bayern</email></author><category term="freifunk" /><category term="community" /><summary type="html"><![CDATA[]]></summary></entry></feed>