From 4a1a2189408802235e79bdc9690eb514bd341f33 Mon Sep 17 00:00:00 2001
From: nodiscc <nodiscc@gmail.com>
Date: Fri, 14 Apr 2023 23:21:44 +0200
Subject: [PATCH 01/20] dns: update bind URL

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index c5bc784..a7fc7ce 100644
--- a/README.md
+++ b/README.md
@@ -341,7 +341,7 @@ _See also: [awesome-selfhosted/Database Management](https://github.com/awesome-s
 
 *DNS servers.*
 
-- [Bind](https://www.isc.org/downloads/bind/) - The most widely used name server software.
+- [Bind](https://www.isc.org/bind/) - The most widely used name server software.
 - [CoreDNS](https://coredns.io/) - Flexible DNS server written on Go.
 - [Designate](https://wiki.openstack.org/wiki/Designate) - DNS REST API that support several DNS servers as its backend.
 - [djbdns](http://cr.yp.to/djbdns.html) - A collection of DNS applications, including tinydns.

From ac4c2e76831fdd39b336b89fccee6b9f5fb71d1d Mon Sep 17 00:00:00 2001
From: nodiscc <nodiscc@gmail.com>
Date: Fri, 14 Apr 2023 23:22:05 +0200
Subject: [PATCH 02/20] dns: bind: add source code URL

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index a7fc7ce..a1bd8d7 100644
--- a/README.md
+++ b/README.md
@@ -341,7 +341,7 @@ _See also: [awesome-selfhosted/Database Management](https://github.com/awesome-s
 
 *DNS servers.*
 
-- [Bind](https://www.isc.org/bind/) - The most widely used name server software.
+- [Bind](https://www.isc.org/bind/) - The most widely used name server software. ([Source Code](https://gitlab.isc.org/isc-projects/bind9))
 - [CoreDNS](https://coredns.io/) - Flexible DNS server written on Go.
 - [Designate](https://wiki.openstack.org/wiki/Designate) - DNS REST API that support several DNS servers as its backend.
 - [djbdns](http://cr.yp.to/djbdns.html) - A collection of DNS applications, including tinydns.

From 553c3499e572f939be92eaa806f22fdbf4f327d2 Mon Sep 17 00:00:00 2001
From: nodiscc <nodiscc@gmail.com>
Date: Fri, 14 Apr 2023 23:22:37 +0200
Subject: [PATCH 03/20] dns: coredns: add source code URL

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index a1bd8d7..14d0879 100644
--- a/README.md
+++ b/README.md
@@ -342,7 +342,7 @@ _See also: [awesome-selfhosted/Database Management](https://github.com/awesome-s
 *DNS servers.*
 
 - [Bind](https://www.isc.org/bind/) - The most widely used name server software. ([Source Code](https://gitlab.isc.org/isc-projects/bind9))
-- [CoreDNS](https://coredns.io/) - Flexible DNS server written on Go.
+- [CoreDNS](https://coredns.io/) - Flexible DNS server written on Go. ([Source Code](https://github.com/coredns/coredns))
 - [Designate](https://wiki.openstack.org/wiki/Designate) - DNS REST API that support several DNS servers as its backend.
 - [djbdns](http://cr.yp.to/djbdns.html) - A collection of DNS applications, including tinydns.
 - [dnsmasq](http://www.thekelleys.org.uk/dnsmasq/doc.html) - A lightweight service providing DNS, DHCP and TFTP services to small-scale networks.

From ab6c35f912fce5691ac4eaea761e062abde33a92 Mon Sep 17 00:00:00 2001
From: nodiscc <nodiscc@gmail.com>
Date: Fri, 14 Apr 2023 23:23:18 +0200
Subject: [PATCH 04/20] dns: designate: add source code URL

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 14d0879..22af012 100644
--- a/README.md
+++ b/README.md
@@ -343,7 +343,7 @@ _See also: [awesome-selfhosted/Database Management](https://github.com/awesome-s
 
 - [Bind](https://www.isc.org/bind/) - The most widely used name server software. ([Source Code](https://gitlab.isc.org/isc-projects/bind9))
 - [CoreDNS](https://coredns.io/) - Flexible DNS server written on Go. ([Source Code](https://github.com/coredns/coredns))
-- [Designate](https://wiki.openstack.org/wiki/Designate) - DNS REST API that support several DNS servers as its backend.
+- [Designate](https://wiki.openstack.org/wiki/Designate) - DNS REST API that support several DNS servers as its backend. ([Source Code](https://github.com/openstack/designate))
 - [djbdns](http://cr.yp.to/djbdns.html) - A collection of DNS applications, including tinydns.
 - [dnsmasq](http://www.thekelleys.org.uk/dnsmasq/doc.html) - A lightweight service providing DNS, DHCP and TFTP services to small-scale networks.
 - [Knot](https://www.knot-dns.cz/) - High performance authoritative-only DNS server.

From ab008a8f5fc9b800de0c08b506645c2a4d8349e7 Mon Sep 17 00:00:00 2001
From: nodiscc <nodiscc@gmail.com>
Date: Wed, 19 Apr 2023 16:47:09 +0200
Subject: [PATCH 05/20] dns: add djbdns source code link

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 22af012..ce61835 100644
--- a/README.md
+++ b/README.md
@@ -344,7 +344,7 @@ _See also: [awesome-selfhosted/Database Management](https://github.com/awesome-s
 - [Bind](https://www.isc.org/bind/) - The most widely used name server software. ([Source Code](https://gitlab.isc.org/isc-projects/bind9))
 - [CoreDNS](https://coredns.io/) - Flexible DNS server written on Go. ([Source Code](https://github.com/coredns/coredns))
 - [Designate](https://wiki.openstack.org/wiki/Designate) - DNS REST API that support several DNS servers as its backend. ([Source Code](https://github.com/openstack/designate))
-- [djbdns](http://cr.yp.to/djbdns.html) - A collection of DNS applications, including tinydns.
+- [djbdns](http://cr.yp.to/djbdns.html) - A collection of DNS applications, including tinydns. ([Source Code](https://salsa.debian.org/debian/djbdns))
 - [dnsmasq](http://www.thekelleys.org.uk/dnsmasq/doc.html) - A lightweight service providing DNS, DHCP and TFTP services to small-scale networks.
 - [Knot](https://www.knot-dns.cz/) - High performance authoritative-only DNS server.
 - [NSD](http://www.nlnetlabs.nl/projects/nsd/) - Authoritative only, high performance, simple name server.

From 8c68cba4f25519cae5d79a078f6305662c2f7373 Mon Sep 17 00:00:00 2001
From: nodiscc <nodiscc@gmail.com>
Date: Wed, 19 Apr 2023 16:48:15 +0200
Subject: [PATCH 06/20] dns: add dnsmasq source code link

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index ce61835..24811f5 100644
--- a/README.md
+++ b/README.md
@@ -345,7 +345,7 @@ _See also: [awesome-selfhosted/Database Management](https://github.com/awesome-s
 - [CoreDNS](https://coredns.io/) - Flexible DNS server written on Go. ([Source Code](https://github.com/coredns/coredns))
 - [Designate](https://wiki.openstack.org/wiki/Designate) - DNS REST API that support several DNS servers as its backend. ([Source Code](https://github.com/openstack/designate))
 - [djbdns](http://cr.yp.to/djbdns.html) - A collection of DNS applications, including tinydns. ([Source Code](https://salsa.debian.org/debian/djbdns))
-- [dnsmasq](http://www.thekelleys.org.uk/dnsmasq/doc.html) - A lightweight service providing DNS, DHCP and TFTP services to small-scale networks.
+- [dnsmasq](https://www.thekelleys.org.uk/dnsmasq/doc.html) - A lightweight service providing DNS, DHCP and TFTP services to small-scale networks. ([Source Code](https://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=tree))
 - [Knot](https://www.knot-dns.cz/) - High performance authoritative-only DNS server.
 - [NSD](http://www.nlnetlabs.nl/projects/nsd/) - Authoritative only, high performance, simple name server.
 - [PowerDNS](https://www.powerdns.com/) - DNS server with a variety of data storage back-ends and load balancing features.

From 37eabb728ada77525280298e53eb28e51422b96e Mon Sep 17 00:00:00 2001
From: nodiscc <nodiscc@gmail.com>
Date: Wed, 19 Apr 2023 16:49:06 +0200
Subject: [PATCH 07/20] dns: add knot dns source code link

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 24811f5..20bfb22 100644
--- a/README.md
+++ b/README.md
@@ -346,7 +346,7 @@ _See also: [awesome-selfhosted/Database Management](https://github.com/awesome-s
 - [Designate](https://wiki.openstack.org/wiki/Designate) - DNS REST API that support several DNS servers as its backend. ([Source Code](https://github.com/openstack/designate))
 - [djbdns](http://cr.yp.to/djbdns.html) - A collection of DNS applications, including tinydns. ([Source Code](https://salsa.debian.org/debian/djbdns))
 - [dnsmasq](https://www.thekelleys.org.uk/dnsmasq/doc.html) - A lightweight service providing DNS, DHCP and TFTP services to small-scale networks. ([Source Code](https://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=tree))
-- [Knot](https://www.knot-dns.cz/) - High performance authoritative-only DNS server.
+- [Knot](https://www.knot-dns.cz/) - High performance authoritative-only DNS server. ([Source Code](https://gitlab.nic.cz/knot/knot-dns))
 - [NSD](http://www.nlnetlabs.nl/projects/nsd/) - Authoritative only, high performance, simple name server.
 - [PowerDNS](https://www.powerdns.com/) - DNS server with a variety of data storage back-ends and load balancing features.
 - [Unbound](http://unbound.net/) - Validating, recursive, and caching DNS resolver.

From 2e82b9d1f1e069569b88943509eb1aa6d12dfb75 Mon Sep 17 00:00:00 2001
From: nodiscc <nodiscc@gmail.com>
Date: Wed, 19 Apr 2023 16:49:37 +0200
Subject: [PATCH 08/20] dns: update NSD URL

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 20bfb22..0da81c5 100644
--- a/README.md
+++ b/README.md
@@ -347,7 +347,7 @@ _See also: [awesome-selfhosted/Database Management](https://github.com/awesome-s
 - [djbdns](http://cr.yp.to/djbdns.html) - A collection of DNS applications, including tinydns. ([Source Code](https://salsa.debian.org/debian/djbdns))
 - [dnsmasq](https://www.thekelleys.org.uk/dnsmasq/doc.html) - A lightweight service providing DNS, DHCP and TFTP services to small-scale networks. ([Source Code](https://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=tree))
 - [Knot](https://www.knot-dns.cz/) - High performance authoritative-only DNS server. ([Source Code](https://gitlab.nic.cz/knot/knot-dns))
-- [NSD](http://www.nlnetlabs.nl/projects/nsd/) - Authoritative only, high performance, simple name server.
+- [NSD](https://www.nlnetlabs.nl/projects/nsd/about/) - Authoritative only, high performance, simple name server.
 - [PowerDNS](https://www.powerdns.com/) - DNS server with a variety of data storage back-ends and load balancing features.
 - [Unbound](http://unbound.net/) - Validating, recursive, and caching DNS resolver.
 - [Yadifa](http://www.yadifa.eu/) - Lightweight authoritative Name Server with DNSSEC capabilities powering the .eu top-level domain.

From 4c9644fcf2e40ca5798b42284dba74ab0fa7a1fd Mon Sep 17 00:00:00 2001
From: nodiscc <nodiscc@gmail.com>
Date: Wed, 19 Apr 2023 16:50:09 +0200
Subject: [PATCH 09/20] dns: add NSD source code link

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 0da81c5..3e67a93 100644
--- a/README.md
+++ b/README.md
@@ -347,7 +347,7 @@ _See also: [awesome-selfhosted/Database Management](https://github.com/awesome-s
 - [djbdns](http://cr.yp.to/djbdns.html) - A collection of DNS applications, including tinydns. ([Source Code](https://salsa.debian.org/debian/djbdns))
 - [dnsmasq](https://www.thekelleys.org.uk/dnsmasq/doc.html) - A lightweight service providing DNS, DHCP and TFTP services to small-scale networks. ([Source Code](https://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=tree))
 - [Knot](https://www.knot-dns.cz/) - High performance authoritative-only DNS server. ([Source Code](https://gitlab.nic.cz/knot/knot-dns))
-- [NSD](https://www.nlnetlabs.nl/projects/nsd/about/) - Authoritative only, high performance, simple name server.
+- [NSD](https://www.nlnetlabs.nl/projects/nsd/about/) - Authoritative only, high performance, simple name server. ([Source Code](https://github.com/NLnetLabs/nsd))
 - [PowerDNS](https://www.powerdns.com/) - DNS server with a variety of data storage back-ends and load balancing features.
 - [Unbound](http://unbound.net/) - Validating, recursive, and caching DNS resolver.
 - [Yadifa](http://www.yadifa.eu/) - Lightweight authoritative Name Server with DNSSEC capabilities powering the .eu top-level domain.

From 5dc131d5f4d271dbf83f88a3e9fd0fc6754ff462 Mon Sep 17 00:00:00 2001
From: nodiscc <nodiscc@gmail.com>
Date: Wed, 19 Apr 2023 16:51:00 +0200
Subject: [PATCH 10/20] dns: add powerDNS source code link

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 3e67a93..e8ae1ce 100644
--- a/README.md
+++ b/README.md
@@ -348,7 +348,7 @@ _See also: [awesome-selfhosted/Database Management](https://github.com/awesome-s
 - [dnsmasq](https://www.thekelleys.org.uk/dnsmasq/doc.html) - A lightweight service providing DNS, DHCP and TFTP services to small-scale networks. ([Source Code](https://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=tree))
 - [Knot](https://www.knot-dns.cz/) - High performance authoritative-only DNS server. ([Source Code](https://gitlab.nic.cz/knot/knot-dns))
 - [NSD](https://www.nlnetlabs.nl/projects/nsd/about/) - Authoritative only, high performance, simple name server. ([Source Code](https://github.com/NLnetLabs/nsd))
-- [PowerDNS](https://www.powerdns.com/) - DNS server with a variety of data storage back-ends and load balancing features.
+- [PowerDNS](https://www.powerdns.com/) - DNS server with a variety of data storage back-ends and load balancing features. ([Source Code](https://github.com/PowerDNS/pdns))
 - [Unbound](http://unbound.net/) - Validating, recursive, and caching DNS resolver.
 - [Yadifa](http://www.yadifa.eu/) - Lightweight authoritative Name Server with DNSSEC capabilities powering the .eu top-level domain.
 

From 4965727b3e38dbb908899fb938f8882a4f2f086c Mon Sep 17 00:00:00 2001
From: nodiscc <nodiscc@gmail.com>
Date: Wed, 19 Apr 2023 16:51:26 +0200
Subject: [PATCH 11/20] dns: update unbound URL

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index e8ae1ce..8e5a58a 100644
--- a/README.md
+++ b/README.md
@@ -349,7 +349,7 @@ _See also: [awesome-selfhosted/Database Management](https://github.com/awesome-s
 - [Knot](https://www.knot-dns.cz/) - High performance authoritative-only DNS server. ([Source Code](https://gitlab.nic.cz/knot/knot-dns))
 - [NSD](https://www.nlnetlabs.nl/projects/nsd/about/) - Authoritative only, high performance, simple name server. ([Source Code](https://github.com/NLnetLabs/nsd))
 - [PowerDNS](https://www.powerdns.com/) - DNS server with a variety of data storage back-ends and load balancing features. ([Source Code](https://github.com/PowerDNS/pdns))
-- [Unbound](http://unbound.net/) - Validating, recursive, and caching DNS resolver.
+- [Unbound](https://nlnetlabs.nl/projects/unbound/about/) - Validating, recursive, and caching DNS resolver.
 - [Yadifa](http://www.yadifa.eu/) - Lightweight authoritative Name Server with DNSSEC capabilities powering the .eu top-level domain.
 
 

From d182946b5aacb6351ab4200d88d1dc93d1bf730f Mon Sep 17 00:00:00 2001
From: nodiscc <nodiscc@gmail.com>
Date: Wed, 19 Apr 2023 16:51:54 +0200
Subject: [PATCH 12/20] dns: add unbound source code link

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 8e5a58a..d945c88 100644
--- a/README.md
+++ b/README.md
@@ -349,7 +349,7 @@ _See also: [awesome-selfhosted/Database Management](https://github.com/awesome-s
 - [Knot](https://www.knot-dns.cz/) - High performance authoritative-only DNS server. ([Source Code](https://gitlab.nic.cz/knot/knot-dns))
 - [NSD](https://www.nlnetlabs.nl/projects/nsd/about/) - Authoritative only, high performance, simple name server. ([Source Code](https://github.com/NLnetLabs/nsd))
 - [PowerDNS](https://www.powerdns.com/) - DNS server with a variety of data storage back-ends and load balancing features. ([Source Code](https://github.com/PowerDNS/pdns))
-- [Unbound](https://nlnetlabs.nl/projects/unbound/about/) - Validating, recursive, and caching DNS resolver.
+- [Unbound](https://nlnetlabs.nl/projects/unbound/about/) - Validating, recursive, and caching DNS resolver. ([Source Code](https://github.com/NLnetLabs/unbound))
 - [Yadifa](http://www.yadifa.eu/) - Lightweight authoritative Name Server with DNSSEC capabilities powering the .eu top-level domain.
 
 

From f3496b589c79863e70ece91fa9bb2d16aa8c0d5d Mon Sep 17 00:00:00 2001
From: nodiscc <nodiscc@gmail.com>
Date: Wed, 19 Apr 2023 16:53:30 +0200
Subject: [PATCH 13/20] dns: add yadifa source code link

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index d945c88..ca7d285 100644
--- a/README.md
+++ b/README.md
@@ -350,7 +350,7 @@ _See also: [awesome-selfhosted/Database Management](https://github.com/awesome-s
 - [NSD](https://www.nlnetlabs.nl/projects/nsd/about/) - Authoritative only, high performance, simple name server. ([Source Code](https://github.com/NLnetLabs/nsd))
 - [PowerDNS](https://www.powerdns.com/) - DNS server with a variety of data storage back-ends and load balancing features. ([Source Code](https://github.com/PowerDNS/pdns))
 - [Unbound](https://nlnetlabs.nl/projects/unbound/about/) - Validating, recursive, and caching DNS resolver. ([Source Code](https://github.com/NLnetLabs/unbound))
-- [Yadifa](http://www.yadifa.eu/) - Lightweight authoritative Name Server with DNSSEC capabilities powering the .eu top-level domain.
+- [Yadifa](https://www.yadifa.eu/) - Lightweight authoritative Name Server with DNSSEC capabilities powering the .eu top-level domain. ([Source Code](https://github.com/yadifa/yadifa))
 
 
 ### DNS - Control Panels

From 811fd4795eb06ca1754121dc2d28a5699645a4d8 Mon Sep 17 00:00:00 2001
From: nodiscc <nodiscc@gmail.com>
Date: Wed, 19 Apr 2023 16:56:09 +0200
Subject: [PATCH 14/20] dns: update project descriptions as per official
 descriptions

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index ca7d285..99f9c51 100644
--- a/README.md
+++ b/README.md
@@ -341,8 +341,8 @@ _See also: [awesome-selfhosted/Database Management](https://github.com/awesome-s
 
 *DNS servers.*
 
-- [Bind](https://www.isc.org/bind/) - The most widely used name server software. ([Source Code](https://gitlab.isc.org/isc-projects/bind9))
-- [CoreDNS](https://coredns.io/) - Flexible DNS server written on Go. ([Source Code](https://github.com/coredns/coredns))
+- [Bind](https://www.isc.org/bind/) - Versatile, classic, complete name server software. ([Source Code](https://gitlab.isc.org/isc-projects/bind9))
+- [CoreDNS](https://coredns.io/) - Flexible DNS server. ([Source Code](https://github.com/coredns/coredns))
 - [Designate](https://wiki.openstack.org/wiki/Designate) - DNS REST API that support several DNS servers as its backend. ([Source Code](https://github.com/openstack/designate))
 - [djbdns](http://cr.yp.to/djbdns.html) - A collection of DNS applications, including tinydns. ([Source Code](https://salsa.debian.org/debian/djbdns))
 - [dnsmasq](https://www.thekelleys.org.uk/dnsmasq/doc.html) - A lightweight service providing DNS, DHCP and TFTP services to small-scale networks. ([Source Code](https://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=tree))

From 2873cf65ba01705c4e30c0c392a7e789ea32d673 Mon Sep 17 00:00:00 2001
From: nodiscc <nodiscc@gmail.com>
Date: Wed, 19 Apr 2023 16:56:19 +0200
Subject: [PATCH 15/20] dns: designate: update source code link

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 99f9c51..6e51791 100644
--- a/README.md
+++ b/README.md
@@ -343,7 +343,7 @@ _See also: [awesome-selfhosted/Database Management](https://github.com/awesome-s
 
 - [Bind](https://www.isc.org/bind/) - Versatile, classic, complete name server software. ([Source Code](https://gitlab.isc.org/isc-projects/bind9))
 - [CoreDNS](https://coredns.io/) - Flexible DNS server. ([Source Code](https://github.com/coredns/coredns))
-- [Designate](https://wiki.openstack.org/wiki/Designate) - DNS REST API that support several DNS servers as its backend. ([Source Code](https://github.com/openstack/designate))
+- [Designate](https://wiki.openstack.org/wiki/Designate) - DNS REST API that support several DNS servers as its backend. ([Source Code](https://opendev.org/openstack/designate))
 - [djbdns](http://cr.yp.to/djbdns.html) - A collection of DNS applications, including tinydns. ([Source Code](https://salsa.debian.org/debian/djbdns))
 - [dnsmasq](https://www.thekelleys.org.uk/dnsmasq/doc.html) - A lightweight service providing DNS, DHCP and TFTP services to small-scale networks. ([Source Code](https://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=tree))
 - [Knot](https://www.knot-dns.cz/) - High performance authoritative-only DNS server. ([Source Code](https://gitlab.nic.cz/knot/knot-dns))

From c39c3ae98fadcda499b9ed29af3325c21e78f4a9 Mon Sep 17 00:00:00 2001
From: nodiscc <nodiscc@gmail.com>
Date: Wed, 19 Apr 2023 16:57:42 +0200
Subject: [PATCH 16/20] dns: designate: update description and move to
 DNS/Domain Management

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 6e51791..c23de16 100644
--- a/README.md
+++ b/README.md
@@ -343,7 +343,6 @@ _See also: [awesome-selfhosted/Database Management](https://github.com/awesome-s
 
 - [Bind](https://www.isc.org/bind/) - Versatile, classic, complete name server software. ([Source Code](https://gitlab.isc.org/isc-projects/bind9))
 - [CoreDNS](https://coredns.io/) - Flexible DNS server. ([Source Code](https://github.com/coredns/coredns))
-- [Designate](https://wiki.openstack.org/wiki/Designate) - DNS REST API that support several DNS servers as its backend. ([Source Code](https://opendev.org/openstack/designate))
 - [djbdns](http://cr.yp.to/djbdns.html) - A collection of DNS applications, including tinydns. ([Source Code](https://salsa.debian.org/debian/djbdns))
 - [dnsmasq](https://www.thekelleys.org.uk/dnsmasq/doc.html) - A lightweight service providing DNS, DHCP and TFTP services to small-scale networks. ([Source Code](https://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=tree))
 - [Knot](https://www.knot-dns.cz/) - High performance authoritative-only DNS server. ([Source Code](https://gitlab.nic.cz/knot/knot-dns))
@@ -372,6 +371,7 @@ _See also: [awesome-selfhosted/Database Management](https://github.com/awesome-s
 
 *Domain management.*
 
+- [Designate](https://wiki.openstack.org/wiki/Designate) - DNSaaS services for OpenStack. ([Source Code](https://opendev.org/openstack/designate))
 - [DNSControl](https://stackexchange.github.io/dnscontrol/) - Synchronize your DNS to multiple providers from a simple DSL. ([Source Code](https://github.com/StackExchange/dnscontrol)) `MIT` `Go/Docker`
 - [DomainMOD](https://domainmod.org) - Manage your domains and other internet assets in a central location. ([Source Code](https://github.com/domainmod/domainmod.git)) `GPL-3.0` `PHP`
 - [octoDNS](https://github.com/github/octodns) - DNS as code - Tools for managing DNS across multiple providers. `MIT` `Python`

From 61523f60c4bdc3cd70c1be0a66ef06b1682207d8 Mon Sep 17 00:00:00 2001
From: nodiscc <nodiscc@gmail.com>
Date: Wed, 19 Apr 2023 17:00:53 +0200
Subject: [PATCH 17/20] dns: update description as per official descriptions

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index c23de16..00038dc 100644
--- a/README.md
+++ b/README.md
@@ -344,9 +344,9 @@ _See also: [awesome-selfhosted/Database Management](https://github.com/awesome-s
 - [Bind](https://www.isc.org/bind/) - Versatile, classic, complete name server software. ([Source Code](https://gitlab.isc.org/isc-projects/bind9))
 - [CoreDNS](https://coredns.io/) - Flexible DNS server. ([Source Code](https://github.com/coredns/coredns))
 - [djbdns](http://cr.yp.to/djbdns.html) - A collection of DNS applications, including tinydns. ([Source Code](https://salsa.debian.org/debian/djbdns))
-- [dnsmasq](https://www.thekelleys.org.uk/dnsmasq/doc.html) - A lightweight service providing DNS, DHCP and TFTP services to small-scale networks. ([Source Code](https://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=tree))
+- [dnsmasq](https://www.thekelleys.org.uk/dnsmasq/doc.html) - Provides network infrastructure for small networks: DNS, DHCP, router advertisement and network boot. ([Source Code](https://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=tree))
 - [Knot](https://www.knot-dns.cz/) - High performance authoritative-only DNS server. ([Source Code](https://gitlab.nic.cz/knot/knot-dns))
-- [NSD](https://www.nlnetlabs.nl/projects/nsd/about/) - Authoritative only, high performance, simple name server. ([Source Code](https://github.com/NLnetLabs/nsd))
+- [NSD](https://www.nlnetlabs.nl/projects/nsd/about/) - Authoritative DNS name server developed speed, reliability, stability and security. ([Source Code](https://github.com/NLnetLabs/nsd))
 - [PowerDNS](https://www.powerdns.com/) - DNS server with a variety of data storage back-ends and load balancing features. ([Source Code](https://github.com/PowerDNS/pdns))
 - [Unbound](https://nlnetlabs.nl/projects/unbound/about/) - Validating, recursive, and caching DNS resolver. ([Source Code](https://github.com/NLnetLabs/unbound))
 - [Yadifa](https://www.yadifa.eu/) - Lightweight authoritative Name Server with DNSSEC capabilities powering the .eu top-level domain. ([Source Code](https://github.com/yadifa/yadifa))

From 0a74aa2e76b95637f5a9c4e79d6939087b8e8bfa Mon Sep 17 00:00:00 2001
From: nodiscc <nodiscc@gmail.com>
Date: Wed, 19 Apr 2023 17:01:15 +0200
Subject: [PATCH 18/20] dns: update PowerDNS -> PowerDNS Authoritative Server -
 other available software includes: https://doc.powerdns.com/recursor/,
 https://www.dnsdist.org/

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 00038dc..ea5233f 100644
--- a/README.md
+++ b/README.md
@@ -347,7 +347,7 @@ _See also: [awesome-selfhosted/Database Management](https://github.com/awesome-s
 - [dnsmasq](https://www.thekelleys.org.uk/dnsmasq/doc.html) - Provides network infrastructure for small networks: DNS, DHCP, router advertisement and network boot. ([Source Code](https://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=tree))
 - [Knot](https://www.knot-dns.cz/) - High performance authoritative-only DNS server. ([Source Code](https://gitlab.nic.cz/knot/knot-dns))
 - [NSD](https://www.nlnetlabs.nl/projects/nsd/about/) - Authoritative DNS name server developed speed, reliability, stability and security. ([Source Code](https://github.com/NLnetLabs/nsd))
-- [PowerDNS](https://www.powerdns.com/) - DNS server with a variety of data storage back-ends and load balancing features. ([Source Code](https://github.com/PowerDNS/pdns))
+- [PowerDNS Authoritative Server](https://doc.powerdns.com/authoritative/) - Versatile nameserver which supports a large number of backends.. ([Source Code](https://github.com/PowerDNS/pdns))
 - [Unbound](https://nlnetlabs.nl/projects/unbound/about/) - Validating, recursive, and caching DNS resolver. ([Source Code](https://github.com/NLnetLabs/unbound))
 - [Yadifa](https://www.yadifa.eu/) - Lightweight authoritative Name Server with DNSSEC capabilities powering the .eu top-level domain. ([Source Code](https://github.com/yadifa/yadifa))
 

From 2f113921942881572f17e9ec77caa1467ae2d65b Mon Sep 17 00:00:00 2001
From: nodiscc <nodiscc@gmail.com>
Date: Wed, 19 Apr 2023 17:03:14 +0200
Subject: [PATCH 19/20] dns: update yadifa description as per official
 description

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index ea5233f..d7802b1 100644
--- a/README.md
+++ b/README.md
@@ -349,7 +349,7 @@ _See also: [awesome-selfhosted/Database Management](https://github.com/awesome-s
 - [NSD](https://www.nlnetlabs.nl/projects/nsd/about/) - Authoritative DNS name server developed speed, reliability, stability and security. ([Source Code](https://github.com/NLnetLabs/nsd))
 - [PowerDNS Authoritative Server](https://doc.powerdns.com/authoritative/) - Versatile nameserver which supports a large number of backends.. ([Source Code](https://github.com/PowerDNS/pdns))
 - [Unbound](https://nlnetlabs.nl/projects/unbound/about/) - Validating, recursive, and caching DNS resolver. ([Source Code](https://github.com/NLnetLabs/unbound))
-- [Yadifa](https://www.yadifa.eu/) - Lightweight authoritative Name Server with DNSSEC capabilities powering the .eu top-level domain. ([Source Code](https://github.com/yadifa/yadifa))
+- [Yadifa](https://www.yadifa.eu/) - Clean, small, light and RFC-compliant name server implementation developed from scratch by .eu. ([Source Code](https://github.com/yadifa/yadifa))
 
 
 ### DNS - Control Panels

From 22afb08bcf05fecf24a8217cbb90f71073005bd9 Mon Sep 17 00:00:00 2001
From: nodiscc <nodiscc@gmail.com>
Date: Wed, 19 Apr 2023 17:07:17 +0200
Subject: [PATCH 20/20] dns: add licenses/languages

---
 README.md | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/README.md b/README.md
index d7802b1..6574b9b 100644
--- a/README.md
+++ b/README.md
@@ -341,15 +341,15 @@ _See also: [awesome-selfhosted/Database Management](https://github.com/awesome-s
 
 *DNS servers.*
 
-- [Bind](https://www.isc.org/bind/) - Versatile, classic, complete name server software. ([Source Code](https://gitlab.isc.org/isc-projects/bind9))
-- [CoreDNS](https://coredns.io/) - Flexible DNS server. ([Source Code](https://github.com/coredns/coredns))
-- [djbdns](http://cr.yp.to/djbdns.html) - A collection of DNS applications, including tinydns. ([Source Code](https://salsa.debian.org/debian/djbdns))
-- [dnsmasq](https://www.thekelleys.org.uk/dnsmasq/doc.html) - Provides network infrastructure for small networks: DNS, DHCP, router advertisement and network boot. ([Source Code](https://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=tree))
-- [Knot](https://www.knot-dns.cz/) - High performance authoritative-only DNS server. ([Source Code](https://gitlab.nic.cz/knot/knot-dns))
-- [NSD](https://www.nlnetlabs.nl/projects/nsd/about/) - Authoritative DNS name server developed speed, reliability, stability and security. ([Source Code](https://github.com/NLnetLabs/nsd))
-- [PowerDNS Authoritative Server](https://doc.powerdns.com/authoritative/) - Versatile nameserver which supports a large number of backends.. ([Source Code](https://github.com/PowerDNS/pdns))
-- [Unbound](https://nlnetlabs.nl/projects/unbound/about/) - Validating, recursive, and caching DNS resolver. ([Source Code](https://github.com/NLnetLabs/unbound))
-- [Yadifa](https://www.yadifa.eu/) - Clean, small, light and RFC-compliant name server implementation developed from scratch by .eu. ([Source Code](https://github.com/yadifa/yadifa))
+- [Bind](https://www.isc.org/bind/) - Versatile, classic, complete name server software. ([Source Code](https://gitlab.isc.org/isc-projects/bind9)) `MPL-2.0` `C`
+- [CoreDNS](https://coredns.io/) - Flexible DNS server. ([Source Code](https://github.com/coredns/coredns)) `Apache-2.0` `Go`
+- [djbdns](http://cr.yp.to/djbdns.html) - A collection of DNS applications, including tinydns. ([Source Code](https://salsa.debian.org/debian/djbdns)) `Public Domain` `C`
+- [dnsmasq](https://www.thekelleys.org.uk/dnsmasq/doc.html) - Provides network infrastructure for small networks: DNS, DHCP, router advertisement and network boot. ([Source Code](https://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=tree)) `GPL-2.0` `C`
+- [Knot](https://www.knot-dns.cz/) - High performance authoritative-only DNS server. ([Source Code](https://gitlab.nic.cz/knot/knot-dns)) `GPL-3.0` `C`
+- [NSD](https://www.nlnetlabs.nl/projects/nsd/about/) - Authoritative DNS name server developed speed, reliability, stability and security. ([Source Code](https://github.com/NLnetLabs/nsd)) `BSD-3-Clause` `C`
+- [PowerDNS Authoritative Server](https://doc.powerdns.com/authoritative/) - Versatile nameserver which supports a large number of backends.. ([Source Code](https://github.com/PowerDNS/pdns)) `GPL-2.0` `C++`
+- [Unbound](https://nlnetlabs.nl/projects/unbound/about/) - Validating, recursive, and caching DNS resolver. ([Source Code](https://github.com/NLnetLabs/unbound)) `BSD-3-Clause` `C`
+- [Yadifa](https://www.yadifa.eu/) - Clean, small, light and RFC-compliant name server implementation developed from scratch by .eu. ([Source Code](https://github.com/yadifa/yadifa)) `BSD-3-Clause` `C`
 
 
 ### DNS - Control Panels