<?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-03-09T14:01:36+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">Freifunk München DNS nativ in CachyOS verfügbar</title><link href="https://ffmuc.net/freifunk/dns/community/2026/03/09/ffmuc-dns-nativ-in-cachyos/" rel="alternate" type="text/html" title="Freifunk München DNS nativ in CachyOS verfügbar" /><published>2026-03-09T12:00:00+01:00</published><updated>2026-03-09T12:00:00+01:00</updated><id>https://ffmuc.net/freifunk/dns/community/2026/03/09/ffmuc-dns-nativ-in-cachyos</id><content type="html" xml:base="https://ffmuc.net/freifunk/dns/community/2026/03/09/ffmuc-dns-nativ-in-cachyos/"><![CDATA[<section data-lang="de" class="language-content active">

  <h2 id="freifunk-mnchen-dns-jetzt-nativ-in-cachyos">Freifunk München DNS jetzt nativ in CachyOS</h2>

  <p>Wir freuen uns, dass unser DNS-Resolver ab sofort nativ in <a href="https://cachyos.org/">CachyOS</a> als DNS-Option verfügbar ist! CachyOS ist eine auf Performance optimierte Arch-Linux-Distribution, die besonders bei Linux-Enthusiasten beliebt ist.</p>

  <p>Im <a href="https://github.com/CachyOS/CachyOS-Welcome/blob/develop/src/dns.rs">CachyOS Hello-Tool</a> kann Freifunk München DNS jetzt direkt als DNS-Provider ausgewählt werden — ohne manuelle Konfiguration. Die Integration wurde mit dem <a href="https://cachyos.org/blog/2603-march-release/">CachyOS March 2026 Release</a> ausgeliefert.</p>

  <h3 id="so-gehts">So geht’s</h3>

  <ol>
    <li>Öffne die <strong>CachyOS Hello</strong>-Anwendung (startet automatisch beim Hochfahren oder suche sie im App-Menü)</li>
    <li>Klicke auf <strong>„Apps/Tweaks”</strong></li>
    <li>Wähle <strong>„DNS-Konfiguration”</strong></li>
    <li>Wähle <strong>„FFMUC DNS”</strong> aus der Liste der Anbieter</li>
    <li>Klicke auf <strong>Anwenden</strong> — fertig!</li>
  </ol>

  <h3 id="was-bedeutet-das">Was bedeutet das?</h3>

  <p>Alle CachyOS-Nutzer können unseren datenschutzfreundlichen DNS-Resolver mit wenigen Klicks über das Welcome-Tool aktivieren — als Plain DNS (Port 53) mit unseren Anycast-IPs:</p>

  <ul>
    <li><strong>IPv4:</strong> <code class="language-plaintext highlighter-rouge">5.1.66.255</code>, <code class="language-plaintext highlighter-rouge">185.150.99.255</code></li>
    <li><strong>IPv6:</strong> <code class="language-plaintext highlighter-rouge">2001:678:e68:f000::</code>, <code class="language-plaintext highlighter-rouge">2001:678:ed0:f000::</code></li>
  </ul>

  <p>Unser DNS-Resolver loggt keine personenbezogenen Daten und blockiert keine Inhalte. Mehr dazu in unserer <a href="https://ffmuc.net/dns-privacy/">DNS-Privacy-Erklärung</a>.</p>

  <h3 id="einrichtung-auf-anderen-systemen">Einrichtung auf anderen Systemen</h3>

  <p>Nicht CachyOS? Kein Problem. Unter <strong><a href="https://dns-setup.ffmuc.net">dns-setup.ffmuc.net</a></strong> findet ihr Anleitungen für alle gängigen Plattformen:</p>

  <ul>
    <li><strong>Android</strong> — Private DNS (ab Android 9)</li>
    <li><strong>iOS &amp; macOS</strong> — Konfigurationsprofil mit einem Tap installieren</li>
    <li><strong>Windows</strong> — Windows 10 &amp; 11</li>
    <li><strong>Browser</strong> — Firefox, Chrome, Edge, Brave</li>
    <li><strong>Linux</strong> — GUI, systemd-resolved, NetworkManager</li>
    <li><strong>Router</strong> — Fritz!Box, MikroTik, OpenWrt</li>
    <li><strong>Fortgeschritten</strong> — Unbound, Pi-hole, AdGuard Home, Blocky</li>
  </ul>

  <p>Neben Plain DNS unterstützen wir auch DNS over HTTPS (DoH), DNS over TLS (DoT) und DNS over QUIC (DoQ).</p>

  <h3 id="ber-unseren-dns-resolver">Über unseren DNS-Resolver</h3>

  <p>Der Freifunk München DNS-Resolver steht allen offen — nicht nur Freifunk-Nutzern. Er bietet:</p>

  <ul>
    <li><strong>Kein Logging</strong> personenbezogener Daten (gemäß RFC 8932)</li>
    <li><strong>Keine Zensur</strong> oder Inhaltsfilterung</li>
    <li><strong>DNSSEC</strong>-validiert</li>
    <li><strong>Hohe Verfügbarkeit</strong> durch Anycast-Infrastruktur</li>
    <li><strong>EU-gehostet</strong></li>
  </ul>

</section>

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

  <h2 id="freifunk-mnchen-dns-now-natively-available-in-cachyos">Freifunk München DNS Now Natively Available in CachyOS</h2>

  <p>We’re happy to announce that our DNS resolver is now natively available as a DNS option in <a href="https://cachyos.org/">CachyOS</a>! CachyOS is a performance-optimized Arch Linux distribution that’s especially popular among Linux enthusiasts.</p>

  <p>In the <a href="https://github.com/CachyOS/CachyOS-Welcome/blob/develop/src/dns.rs">CachyOS Hello app</a>, Freifunk München DNS can now be selected directly as a DNS provider — no manual configuration needed. The integration shipped with the <a href="https://cachyos.org/blog/2603-march-release/">CachyOS March 2026 Release</a>.</p>

  <h3 id="how-to-set-it-up">How to set it up</h3>

  <ol>
    <li>Open the <strong>CachyOS Hello</strong> application (launches automatically on startup, or search for it in your app menu)</li>
    <li>Click on <strong>“Apps/Tweaks”</strong></li>
    <li>Select <strong>“DNS Configuration”</strong></li>
    <li>Choose <strong>“FFMUC DNS”</strong> from the list of providers</li>
    <li>Click <strong>Apply</strong> — done!</li>
  </ol>

  <h3 id="what-does-this-mean">What does this mean?</h3>

  <p>All CachyOS users can now activate our privacy-friendly DNS resolver with just a few clicks via the Welcome tool — as plain DNS (port 53) using our anycast IPs:</p>

  <ul>
    <li><strong>IPv4:</strong> <code class="language-plaintext highlighter-rouge">5.1.66.255</code>, <code class="language-plaintext highlighter-rouge">185.150.99.255</code></li>
    <li><strong>IPv6:</strong> <code class="language-plaintext highlighter-rouge">2001:678:e68:f000::</code>, <code class="language-plaintext highlighter-rouge">2001:678:ed0:f000::</code></li>
  </ul>

  <p>Our DNS resolver does not log any personal data and does not block any content. More details in our <a href="https://ffmuc.net/dns-privacy/">DNS Privacy Policy</a>.</p>

  <h3 id="setup-on-other-systems">Setup on other systems</h3>

  <p>Not on CachyOS? No problem. Visit <strong><a href="https://dns-setup.ffmuc.net">dns-setup.ffmuc.net</a></strong> for setup guides covering all major platforms:</p>

  <ul>
    <li><strong>Android</strong> — Private DNS (Android 9+)</li>
    <li><strong>iOS &amp; macOS</strong> — install a configuration profile with one tap</li>
    <li><strong>Windows</strong> — Windows 10 &amp; 11</li>
    <li><strong>Browsers</strong> — Firefox, Chrome, Edge, Brave</li>
    <li><strong>Linux</strong> — GUI, systemd-resolved, NetworkManager</li>
    <li><strong>Routers</strong> — Fritz!Box, MikroTik, OpenWrt</li>
    <li><strong>Advanced</strong> — Unbound, Pi-hole, AdGuard Home, Blocky</li>
  </ul>

  <p>Besides plain DNS we also support DNS over HTTPS (DoH), DNS over TLS (DoT), and DNS over QUIC (DoQ).</p>

  <h3 id="about-our-dns-resolver">About our DNS resolver</h3>

  <p>The Freifunk München DNS resolver is open to everyone — not just Freifunk users. It offers:</p>

  <ul>
    <li><strong>No logging</strong> of personal data (compliant with RFC 8932)</li>
    <li><strong>No censorship</strong> or content filtering</li>
    <li><strong>DNSSEC</strong> validated</li>
    <li><strong>High availability</strong> through anycast infrastructure</li>
    <li><strong>EU-hosted</strong></li>
  </ul>

</section>

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

  <h2 id="le-dns-freifunk-mnchen-dsormais-disponible-nativement-dans-cachyos">Le DNS Freifunk München désormais disponible nativement dans CachyOS</h2>

  <p>Nous sommes heureux d’annoncer que notre résolveur DNS est désormais disponible nativement comme option DNS dans <a href="https://cachyos.org/">CachyOS</a> ! CachyOS est une distribution Arch Linux optimisée pour les performances, particulièrement populaire parmi les passionnés de Linux.</p>

  <p>Dans l’<a href="https://github.com/CachyOS/CachyOS-Welcome/blob/develop/src/dns.rs">application CachyOS Hello</a>, Freifunk München DNS peut désormais être sélectionné directement comme fournisseur DNS — sans aucune configuration manuelle. L’intégration a été livrée avec la <a href="https://cachyos.org/blog/2603-march-release/">version de mars 2026 de CachyOS</a>.</p>

  <h3 id="comment-configurer">Comment configurer</h3>

  <ol>
    <li>Ouvrez l’application <strong>CachyOS Hello</strong> (se lance automatiquement au démarrage ou cherchez-la dans le menu)</li>
    <li>Cliquez sur <strong>« Apps/Tweaks »</strong></li>
    <li>Sélectionnez <strong>« DNS Configuration »</strong></li>
    <li>Choisissez <strong>« FFMUC DNS »</strong> dans la liste des fournisseurs</li>
    <li>Cliquez sur <strong>Appliquer</strong> — c’est fait !</li>
  </ol>

  <h3 id="quest-ce-que-cela-signifie-">Qu’est-ce que cela signifie ?</h3>

  <p>Tous les utilisateurs de CachyOS peuvent désormais activer notre résolveur DNS respectueux de la vie privée en quelques clics via l’outil Welcome — en DNS classique (port 53) avec nos IPs anycast :</p>

  <ul>
    <li><strong>IPv4 :</strong> <code class="language-plaintext highlighter-rouge">5.1.66.255</code>, <code class="language-plaintext highlighter-rouge">185.150.99.255</code></li>
    <li><strong>IPv6 :</strong> <code class="language-plaintext highlighter-rouge">2001:678:e68:f000::</code>, <code class="language-plaintext highlighter-rouge">2001:678:ed0:f000::</code></li>
  </ul>

  <p>Notre résolveur DNS n’enregistre aucune donnée personnelle et ne bloque aucun contenu. Plus de détails dans notre <a href="https://ffmuc.net/dns-privacy/">politique de confidentialité DNS</a>.</p>

  <h3 id="configuration-sur-dautres-systmes">Configuration sur d’autres systèmes</h3>

  <p>Pas sous CachyOS ? Pas de problème. Rendez-vous sur <strong><a href="https://dns-setup.ffmuc.net">dns-setup.ffmuc.net</a></strong> pour des guides couvrant toutes les plateformes :</p>

  <ul>
    <li><strong>Android</strong> — DNS privé (Android 9+)</li>
    <li><strong>iOS &amp; macOS</strong> — profil de configuration en un tap</li>
    <li><strong>Windows</strong> — Windows 10 &amp; 11</li>
    <li><strong>Navigateurs</strong> — Firefox, Chrome, Edge, Brave</li>
    <li><strong>Linux</strong> — GUI, systemd-resolved, NetworkManager</li>
    <li><strong>Routeurs</strong> — Fritz!Box, MikroTik, OpenWrt</li>
    <li><strong>Avancé</strong> — Unbound, Pi-hole, AdGuard Home, Blocky</li>
  </ul>

  <p>En plus du DNS classique, nous supportons également DNS over HTTPS (DoH), DNS over TLS (DoT) et DNS over QUIC (DoQ).</p>

  <h3 id="propos-de-notre-rsolveur-dns">À propos de notre résolveur DNS</h3>

  <p>Le résolveur DNS Freifunk München est ouvert à tous — pas seulement aux utilisateurs Freifunk. Il offre :</p>

  <ul>
    <li><strong>Aucun enregistrement</strong> de données personnelles (conforme au RFC 8932)</li>
    <li><strong>Aucune censure</strong> ni filtrage de contenu</li>
    <li><strong>DNSSEC</strong> validé</li>
    <li><strong>Haute disponibilité</strong> grâce à une infrastructure anycast</li>
    <li><strong>Hébergé dans l’UE</strong></li>
  </ul>

</section>

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

  <h2 id="dns-de-freifunk-mnchen-ahora-disponible-nativamente-en-cachyos">DNS de Freifunk München ahora disponible nativamente en CachyOS</h2>

  <p>Nos alegra anunciar que nuestro resolver DNS está ahora disponible nativamente como opción DNS en <a href="https://cachyos.org/">CachyOS</a>. CachyOS es una distribución Arch Linux optimizada para rendimiento, especialmente popular entre entusiastas de Linux.</p>

  <p>En la <a href="https://github.com/CachyOS/CachyOS-Welcome/blob/develop/src/dns.rs">aplicación CachyOS Hello</a>, Freifunk München DNS ahora se puede seleccionar directamente como proveedor DNS — sin configuración manual. La integración se incluyó en el <a href="https://cachyos.org/blog/2603-march-release/">lanzamiento de marzo 2026 de CachyOS</a>.</p>

  <h3 id="cmo-configurarlo">Cómo configurarlo</h3>

  <ol>
    <li>Abre la aplicación <strong>CachyOS Hello</strong> (se inicia automáticamente al arrancar o búscala en el menú de aplicaciones)</li>
    <li>Haz clic en <strong>“Apps/Tweaks”</strong></li>
    <li>Selecciona <strong>“DNS Configuration”</strong></li>
    <li>Elige <strong>“FFMUC DNS”</strong> de la lista de proveedores</li>
    <li>Haz clic en <strong>Aplicar</strong> — ¡listo!</li>
  </ol>

  <h3 id="qu-significa-esto">¿Qué significa esto?</h3>

  <p>Todos los usuarios de CachyOS pueden activar nuestro resolver DNS respetuoso con la privacidad con solo unos clics a través de la herramienta Welcome — como DNS plano (puerto 53) con nuestras IPs anycast:</p>

  <ul>
    <li><strong>IPv4:</strong> <code class="language-plaintext highlighter-rouge">5.1.66.255</code>, <code class="language-plaintext highlighter-rouge">185.150.99.255</code></li>
    <li><strong>IPv6:</strong> <code class="language-plaintext highlighter-rouge">2001:678:e68:f000::</code>, <code class="language-plaintext highlighter-rouge">2001:678:ed0:f000::</code></li>
  </ul>

  <p>Nuestro resolver DNS no registra datos personales y no bloquea ningún contenido. Más detalles en nuestra <a href="https://ffmuc.net/dns-privacy/">política de privacidad DNS</a>.</p>

  <h3 id="configuracin-en-otros-sistemas">Configuración en otros sistemas</h3>

  <p>¿No estás en CachyOS? No hay problema. Visita <strong><a href="https://dns-setup.ffmuc.net">dns-setup.ffmuc.net</a></strong> para guías que cubren todas las plataformas:</p>

  <ul>
    <li><strong>Android</strong> — DNS privado (Android 9+)</li>
    <li><strong>iOS y macOS</strong> — perfil de configuración con un tap</li>
    <li><strong>Windows</strong> — Windows 10 y 11</li>
    <li><strong>Navegadores</strong> — Firefox, Chrome, Edge, Brave</li>
    <li><strong>Linux</strong> — GUI, systemd-resolved, NetworkManager</li>
    <li><strong>Routers</strong> — Fritz!Box, MikroTik, OpenWrt</li>
    <li><strong>Avanzado</strong> — Unbound, Pi-hole, AdGuard Home, Blocky</li>
  </ul>

  <p>Además de DNS plano, también soportamos DNS over HTTPS (DoH), DNS over TLS (DoT) y DNS over QUIC (DoQ).</p>

  <h3 id="sobre-nuestro-resolver-dns">Sobre nuestro resolver DNS</h3>

  <p>El resolver DNS de Freifunk München está abierto a todos — no solo a usuarios de Freifunk. Ofrece:</p>

  <ul>
    <li><strong>Sin registro</strong> de datos personales (conforme con RFC 8932)</li>
    <li><strong>Sin censura</strong> ni filtrado de contenido</li>
    <li><strong>DNSSEC</strong> validado</li>
    <li><strong>Alta disponibilidad</strong> mediante infraestructura anycast</li>
    <li><strong>Alojado en la UE</strong></li>
  </ul>

</section>

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

  <h2 id="dns-freifunk-mnchen-----cachyos">DNS Freifunk München тепер нативно доступний у CachyOS</h2>

  <p>Ми раді повідомити, що наш DNS-резолвер тепер нативно доступний як опція DNS у <a href="https://cachyos.org/">CachyOS</a>! CachyOS — це оптимізований для продуктивності дистрибутив Arch Linux, особливо популярний серед ентузіастів Linux.</p>

  <p>У <a href="https://github.com/CachyOS/CachyOS-Welcome/blob/develop/src/dns.rs">додатку CachyOS Hello</a> Freifunk München DNS тепер можна вибрати безпосередньо як DNS-провайдер — без ручної конфігурації. Інтеграція була включена у <a href="https://cachyos.org/blog/2603-march-release/">березневий реліз CachyOS 2026</a>.</p>

  <h3 id="section">Як налаштувати</h3>

  <ol>
    <li>Відкрийте додаток <strong>CachyOS Hello</strong> (запускається автоматично при старті або знайдіть його в меню додатків)</li>
    <li>Натисніть <strong>«Apps/Tweaks»</strong></li>
    <li>Виберіть <strong>«DNS Configuration»</strong></li>
    <li>Оберіть <strong>«FFMUC DNS»</strong> зі списку провайдерів</li>
    <li>Натисніть <strong>Застосувати</strong> — готово!</li>
  </ol>

  <h3 id="section-1">Що це означає?</h3>

  <p>Усі користувачі CachyOS тепер можуть активувати наш приватний DNS-резолвер лише кількома кліками через Welcome-інструмент — як звичайний DNS (порт 53) з нашими anycast-IP:</p>

  <ul>
    <li><strong>IPv4:</strong> <code class="language-plaintext highlighter-rouge">5.1.66.255</code>, <code class="language-plaintext highlighter-rouge">185.150.99.255</code></li>
    <li><strong>IPv6:</strong> <code class="language-plaintext highlighter-rouge">2001:678:e68:f000::</code>, <code class="language-plaintext highlighter-rouge">2001:678:ed0:f000::</code></li>
  </ul>

  <p>Наш DNS-резолвер не зберігає персональні дані і не блокує жодний контент. Більше деталей у нашій <a href="https://ffmuc.net/dns-privacy/">політиці конфіденційності DNS</a>.</p>

  <h3 id="section-2">Налаштування на інших системах</h3>

  <p>Не на CachyOS? Не проблема. Відвідайте <strong><a href="https://dns-setup.ffmuc.net">dns-setup.ffmuc.net</a></strong> для інструкцій для всіх основних платформ:</p>

  <ul>
    <li><strong>Android</strong> — приватний DNS (Android 9+)</li>
    <li><strong>iOS та macOS</strong> — профіль конфігурації одним дотиком</li>
    <li><strong>Windows</strong> — Windows 10 та 11</li>
    <li><strong>Браузери</strong> — Firefox, Chrome, Edge, Brave</li>
    <li><strong>Linux</strong> — GUI, systemd-resolved, NetworkManager</li>
    <li><strong>Роутери</strong> — Fritz!Box, MikroTik, OpenWrt</li>
    <li><strong>Для досвідчених</strong> — Unbound, Pi-hole, AdGuard Home, Blocky</li>
  </ul>

  <p>Окрім звичайного DNS ми також підтримуємо DNS over HTTPS (DoH), DNS over TLS (DoT) та DNS over QUIC (DoQ).</p>

  <h3 id="dns-">Про наш DNS-резолвер</h3>

  <p>DNS-резолвер Freifunk München відкритий для всіх — не тільки для користувачів Freifunk. Він пропонує:</p>

  <ul>
    <li><strong>Без логування</strong> персональних даних (відповідно до RFC 8932)</li>
    <li><strong>Без цензури</strong> або фільтрації контенту</li>
    <li><strong>DNSSEC</strong>-валідований</li>
    <li><strong>Висока доступність</strong> завдяки anycast-інфраструктурі</li>
    <li><strong>Хостинг у ЄС</strong></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="community" /><summary type="html"><![CDATA[]]></summary></entry><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></feed>