From c85b9ad712f1e78e4d51a65ea39bfbfa005be647 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reynir=20Bj=C3=B6rnsson?= Date: Fri, 25 Oct 2024 10:58:27 +0200 Subject: [PATCH] dnsvizor01.md: minor changes --- articles/dnsvizor01.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/articles/dnsvizor01.md b/articles/dnsvizor01.md index 990b89f..c4074a1 100644 --- a/articles/dnsvizor01.md +++ b/articles/dnsvizor01.md @@ -1,6 +1,6 @@ --- date: 2024-10-25 -title: Meet DNSvizor: run your DHCP and DNS MirageOS unikernel +title: "Meet DNSvizor: run your own DHCP and DNS MirageOS unikernel" description: The NGI-funded DNSvizor provides core network services on your network; DNS resolution and DHCP. tags: @@ -15,7 +15,7 @@ author: TL;DR: We got [NGI0 Entrust (via NLnet)](https://nlnet.nl/entrust/) funding for developing [DNSvizor](https://nlnet.nl/project/DNSvizor/) - a DNS resolver and -DHCP server. Please help us by [showing us your dnsmasq +DHCP server. Please help us by [sharing with us your dnsmasq configuration](https://github.com/robur-coop/dnsvizor/issues/new), so we can prioritize the configuration options to support. @@ -33,7 +33,7 @@ The [domain name system (DNS)](https://en.wikipedia.org/wiki/Domain_Name_System) is responsible for translating domain names (such as "robur.coop", "nlnet.nl") to IP addresses (such as 193.30.40.138 or 2a0f:7cc7:7cc7:7c40::138) - used by computers to talk to each other. Humans can remember domain names instead of -memorizing IP addresses. Computers than use DNS to translate these domain names +memorizing IP addresses. Computers then use DNS to translate these domain names to IP addresses to communicate with. DNS is a hierarchic, distributed, faul-tolerant service.