From b06a00928514f7749e406d75982f5e2ebb26d544 Mon Sep 17 00:00:00 2001 From: Sam Trenholme Date: Sat, 24 Oct 2020 13:43:01 -0700 Subject: [PATCH] Update README.md --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8dd9b85..e07871b 100644 --- a/README.md +++ b/README.md @@ -102,12 +102,11 @@ been actively adding new features to MaraDNS, most notably the new recursive DNS server is called Deadwood, and it shares no code with MaraDNS’ authoritative DNS server. - Newly added during the COVID-19 crisis are “coLunacyDNS” and - “mmLunacyDNS”, two Lua-based name servers which uses a combination - of C (for the heavy lifting of binding to DNS sockets, processing - DNS requests, and, in the case of “coLunacyDNS”, handling pending - replies from upstream DNS servers) and Lua (for deciding how to - respond to a given query) to have both performance and flexibility. + Newly added during the COVID-19 crisis is “coLunacyDNS”, a Lua-based + name server which uses a combination of C (for the heavy lifting of + binding to DNS sockets, processing DNS requests, and handling pending + replies from upstream DNS servers) and Lua (for deciding how to respond + to a given query) to have both performance and flexibility. In more detail: MaraDNS has one daemon, the authoritative daemon (called “maradns”), that provides information to recursive DNS servers -- 2.26.2