#DNSserver
Nice, my EDP32 DNSServer patch is merged in the master. It’s been decades that I write code that will actually be used.

https://github.com/espressif/arduino-esp32/pull/11411
Proper EDNS handling and cleaner NOERROR response in DNSSERVER by Kolkman · Pull Request #11411 · espressif/arduino-esp32
Description of Change Bugs The code solves two bugs: BUG 1: When trouble shooting a dnsserver with the 'dig' (one of the main DNS troubleshooting tools) the server doesn't answer beca...
github.com
June 20, 2025 at 11:00 AM
🚀 Move your business to the cloud with Cloudmitra — where performance meets reliability! ☁️

🔗 Visit www.cloudmitra.com
and experience seamless cloud hosting today.

#cloudmitra #cloudhosting #businessoncloud #vpsserver #dedicatedserver #dnsserver #cloudsolutions
October 14, 2025 at 1:30 PM
🔗 Par où commencer ? Par là !
Le site officiel pour tout savoir :
technitium.com/dns/

Pour ceux qui aiment mettre les mains dans le code (GitHub) :
github.com/TechnitiumSo...

#Technitium #DNSServer #Geek #PiHoleKiller #AdGuardHome #SelfHosted #Reseaux #CyberSecurite #Tech
October 6, 2025 at 1:28 PM
Powershell - View and manage DNS configuration of network interfaces via PlanetPowerShell #PowerShell #DNSServer #NetworkManagement #WindowsAdmin
Powershell - View and manage DNS configuration of network interfaces
Powershell commands to display and manage DNS configuration of network interfaces
dlvr.it
December 16, 2024 at 6:56 PM
February 25, 2026 at 12:40 PM
9front as authoritative DNS server. Self-hosted. One line: `ndb/dns -s`. Your domain. Your nameservers.

Complete guide + config examples:

📍 https://github.com/AnastasiosPapalias/Plan9/blob/main/DNSserver/readme.md

#9front #DNS #Decentralization
April 11, 2026 at 5:02 PM
🚨 EUVD-2026-12226
📊 8.7/10
🏢 Tuya

📝 arduino-TuyaOpen before version 1.2.1 contains a heap-based buffer overflow vulnerability in the DnsServer component. An attacker on the same local area netw...

🔗 https://euvd.enisa.europa.eu/vulnerability/EUVD-2026-12226

#cybersecurity #infosec #cve #euvd
March 15, 2026 at 3:01 PM
🚀 New #release · Technitium DNS Server v15.3.0

Technitium DNS Server v15.3 is now available for download. This update adds many new options in Settings, fixes mult…

Check and #self-host it → selfhost.directory/project/technitium-dns-server#update-2568543

#selfhost #selfhosted #homelab #opensource
Technitium DNS Server v15.3.0
Technitium DNS Server v15.3 is now available for download. This update adds many new options in Settings, fixes multiple bugs and security issues. See what's new in this release: https://github.com/TechnitiumSoftware/DnsServer/blob/master/CHANGELOG.md
selfhost.directory
July 5, 2026 at 1:45 PM
Last night I figured out how to work around a clustering bug in Technitium. I found an issue thread on Github (github.com/TechnitiumSo...) and shared my hacky workaround to fix it. Normally that's where I stop, but AI told me it was a two line fix, so PR also submitted, nice.
Clustering fails after update to v15 - `No active session exists`/`Invalid token or session expired.` · Issue #1848 · TechnitiumSoftware/DnsServer
Hello, and thanks for the release. After updating to v15, my two-node Podman cluster fails to be reachable from one another. I've tried many steps including a reinstallation, and found the followin...
github.com
April 26, 2026 at 12:29 PM
Today's GitHub digest: react-native-vision-camera for mobile, DnsServer for privacy, and stop-that-shit to guard AI coding agents. Check out the full list.
GitHub Digest — August 28, 2026
Today's GitHub digest: react-native-vision-camera for mobile, DnsServer for privacy, and stop-that-shit to guard AI coding agents. Check out the full list.
www.alextech.ai
August 28, 2026 at 9:30 PM
August 26, 2026 at 3:00 AM
July 11, 2026 at 9:36 AM
For fellow nerds. Here a pic of my TrueNAS Scale. A Vm is currently reading som large files.

Its a HPE Proliant Ml350 Gen8 that i upgraded. Its mainly used for Plex, AdGuard Home DNSserver and Disk for our computers. More disk in the latop for all those Steam games.

#homelab #truenas #storage #zfs
January 6, 2025 at 12:41 AM
May 27, 2026 at 10:12 PM
April 27, 2026 at 7:47 PM
February 27, 2026 at 11:46 PM
August 1, 2025 at 4:47 AM
DNS-Ausfallsicherheit entscheidet über die Unternehmenskontinuität - Warum DNS-Probleme so gravierend sind
www.all-about-security.de/dns-ausfalls...
#dns #dnsserver #itsicherheit
DNS-Ausfallsicherheit entscheidet über die Unternehmenskontinuität
Jede digitale Verbindung beginnt mit einer DNS-Abfrage: DNS fungiert als „Telefonbuch“ des Internets, das Domainnamen in IP-Adressen übersetzt. Fällt DNS aus, können Anwendungen keine Adressen mehr fi...
www.all-about-security.de
November 10, 2025 at 1:50 PM
Technitium DNS v14 is released with support for clustering
submitted by stratself to selfhosted 27 points | 7 comments https://github.com/TechnitiumSoftware/DnsServer **Technitium DNS Server** (TDNS) has gotten a new release with many awesome features: TOTP authentication, an upgraded .NET library, and many security and performance fixes. But most important of all, it now supports **clustering**. A long-awaited feature, this allows Technitium to sync DNS zones and configurations across multiple nodes, without needing an external orchestrator like Kubernetes, or an out-of-band method to replicate underlying data. For selfhosters, this would enable resilience for many use cases, such as internal homelab adblocks or even selfhosting your public domains. From a discussion with the developer and his sneak peek on Reddit, it is now known that the cluster is set up as a single-primary/multiple-secondary topology. They communicate via good-old REST API calls, and transported via HTTPS for on-the-wire encryption. To sync DNS zones (i.e. domains), the primary server provisions the “catalog” of domains, for secondary ones to dynamically update records in a method known as Zone Transfers. This feature, standardized as Catalog Zones (RFC9432), were actually supported since the previous v13 release as groundwork for the current implementation. As an interesting result, nodes can sync to a cluster’s catalog zone, as well as define their own zones and even employs other catalog zones from outside the cluster. This would allow setups where, for example, some domains are shared between all nodes, and some others only between a subset of servers. To sync the rest of the data such as blocklists, allowlists, and installed apps, the software simply sends over incremental backups to secondaries. The admin UI panel is also revamped to improve multi-node management: it now allows logging in to other cluster nodes, as well as collating some aggregated statistics for the central Dashboard. Lastly, a secondary node can be promoted to primary in case of failures, with signing keys also managed within for a seamless transition of DNSSEC signed zones. More details about configuring clusters is to be provided in a blogpost in the upcoming days. It is important to note that this feature only supports DNS stuff, and not DHCP just yet (Technitium is also a DHCP server). This, along with DHCPv6 and auto-promotion rules for secondaries, is planned for the upcoming major release(s) later on. As a single-person copyleft project, the growth of this absolute gem of a software has been tremendous, and can only get better from here. I personally can’t wait to try it out soon Disclaimer: I’m just a user, not the maintainer of the project. Information here may be updated for correctness and you can repost this to whatever
lemmy.aicampground.com
November 9, 2025 at 11:02 AM