Browsed by
Tag: DoT

miniDNServer

miniDNServer

We have recently released a small piece of software: miniDNServer (abbreviated as MDNS), which mainly addresses two needs related to domain name resolution:

(1) We want to provide domain name access for various computing devices on the internal network, thereby enhancing the flexibility of network deployment. For example, a company’s internal NAS server can be set up to be accessed via the domain name “nas.local“. MDNS provides DNS services for various devices on the internal network through “DNS over UDP (DoU)”.

(2) Considering the hostile nature of the public network environment, we want to be able to access public DNS servers using encrypted methods when accessing external domains, avoiding various interferences with DNS results. In other words, MDNS can forward DNS requests from internal devices for external domains and use “DNS over TLS (DoT)” to access public DoT servers for domain name resolution.

The following diagram describes the network topology of MDNS’s working mode:

miniiDNServer network topology

MDNS has been used in our own environment for some time, with good results, and we are very satisfied with it. When you are deploying a network environment for small to medium-sized enterprises, you may also consider trying this easy-to-use DNS software.