dns: coredns: add source code URL

This commit is contained in:
nodiscc 2023-04-14 23:22:37 +02:00
parent ac4c2e7683
commit 553c3499e5
No known key found for this signature in database
GPG key ID: 067FC4266A4B6909

View file

@ -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.