From 6bd2ee4c49e021c00a316916659ef6996b17590f Mon Sep 17 00:00:00 2001 From: Tom Arnfeld Date: Wed, 18 Jun 2014 00:08:21 +0100 Subject: [PATCH] Added discodns to the list of tools using etcd --- Documentation/libraries-and-tools.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/libraries-and-tools.md b/Documentation/libraries-and-tools.md index 25885b713..9c2dbe371 100644 --- a/Documentation/libraries-and-tools.md +++ b/Documentation/libraries-and-tools.md @@ -92,3 +92,4 @@ A detailed recap of client functionalities can be found in the [clients compatib - [fleet](https://github.com/coreos/fleet) - Distributed init system - [GoogleCloudPlatform/kubernetes](https://github.com/GoogleCloudPlatform/kubernetes) - Container cluster manager. - [mailgun/vulcand](https://github.com/mailgun/vulcand) - HTTP proxy that uses etcd as a configuration backend. +- [duedil-ltd/discodns](https://github.com/duedil-ltd/discodns) - Simple DNS nameserver using etcd as a database for names and records.