diff options
author | Peter Brunner <pbrunner@gmail.com> | 2017-10-25 02:31:29 +0000 |
---|---|---|
committer | Peter Brunner <pbrunner@gmail.com> | 2017-10-25 02:39:02 +0000 |
commit | 5e96dfc875ad48792a54d2eb57c3479a3601f0b5 (patch) | |
tree | 493658dc1225b6d24bfe9511c7d9ea024c180ba1 | |
parent | Merge pull request #1209 from cavebeat/seeks (diff) | |
download | awesome-selfhosted-5e96dfc875ad48792a54d2eb57c3479a3601f0b5.tar.gz awesome-selfhosted-5e96dfc875ad48792a54d2eb57c3479a3601f0b5.zip |
Added CoreDNS
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -514,6 +514,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` |