From: Eugene Crosser Date: Mon, 31 Mar 2014 13:53:15 +0000 (+0400) Subject: add README X-Git-Tag: 0.9.0.0~103 X-Git-Url: http://www.average.org/gitweb/?p=pdns-pipe-nmc.git;a=commitdiff_plain;h=5d961f6ab5d028c79dbd84ef7e8e02db55c25e4f add README --- diff --git a/README.md b/README.md new file mode 100644 index 0000000..f5a89d1 --- /dev/null +++ b/README.md @@ -0,0 +1,46 @@ +% Namecoin pipe backend for PowerDNS + +``` +Copyright (c) 2014 Eugene Crosser + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + + 1. The origin of this software must not be misrepresented; you must + not claim that you wrote the original software. If you use this + software in a product, an acknowledgment in the product documentation + would be appreciated but is not required. + + 2. Altered source versions must be plainly marked as such, and must + not be misrepresented as being the original software. + + 3. This notice may not be removed or altered from any source + distribution. +``` + +------------------------------------------------------------------------ + +## Namecoin pipe backend for PowerDNS + +There exists a [project](https://github.com/namecoin/nmcontrol) to +create an all-in-one tool that can, among other things, act as a DNS +server for the `.bit` zone. There is also a +[tool](https://github.com/namecoin/NamecoinToBind) for offline +conversion of namecoin data into BIND zone file. + +Unlike that, this project is a single-purpose tool acting as a (real +time) bridge between [Namecoin](https://namecoin.org/) and DNS. +[PowerDNS](https://www.powerdns.com/) provides a stable DNS frontend, +with an easy to implement backend interface, which is used in this +project. + +# Status + +Alpha. It does not handle `SRV` records at all, does not support +`delegate` (not to mention `import`), provides bogus version in the +`SOA` record, and is largely untested. Try at your risk.