diff options
author | nodiscc <nodiscc@gmail.com> | 2017-11-21 22:05:43 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-21 22:05:43 +0000 |
commit | 57879db726290592a78391843dd7dcdf5fcf910a (patch) | |
tree | 6f3f6ae967b4906a45027f01e61541468c905aca | |
parent | Merge pull request #1223 from matthazinski/change_airtime_libretime (diff) | |
parent | Added CoreDNS (diff) | |
download | awesome-selfhosted-57879db726290592a78391843dd7dcdf5fcf910a.tar.gz awesome-selfhosted-57879db726290592a78391843dd7dcdf5fcf910a.zip |
Merge pull request #1220 from Lugoues/coredns
Added CoreDNS
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -519,6 +519,7 @@ _Recipe management_ See https://github.com/n1trux/awesome-sysadmin#dns + * [CoreDNS](https://coredns.io/) - Plugin driven DNS Server with support for proxying to Google's DNS-over-HTTPS. ([Source Code](https://github.com/coredns/coredns)) `Apache` `Go` * [nsupdate.info](https://www.nsupdate.info/) - nsupdate.info is a dynamic DNS service. ([Demo](https://www.nsupdate.info/account/register/), [Source Code](https://github.com/nsupdate-info/nsupdate.info)) `BSD` `Python` * [SPF Toolbox](http://spftoolbox.charlesabarnes.com) - Application to look up DNS records such as SPF, MX, Whois, and more. ([Source Code](https://github.com/bulbajackel/SPFtoolbox)) `MIT` `PHP` |