forked from apache/libcloud
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a80eba2
commit 50345da
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
Luadns DNS Driver Documentation | ||
=============================== | ||
|
||
I was a happy user of a free DNS hosting service for many years, when this service was acquired by a competitor in august 2011, I was forced to move somewhere else. | ||
|
||
While migrating my zone files I realized that I don't like Bind syntax files neither administering tens of domains through a web interface. I've started to experiment on how it should look a perfect DNS service for me. I've realized that I would love to store my configuration files in a Git repository and I would need some configuration language for templating (Lua). | ||
|
||
This is how LuaDNS was born on October, 2011. | ||
|
||
Read more at: http://luadns.com/ | ||
|
||
Instantiating the driver | ||
------------------------ | ||
|
||
.. literalinclude:: /examples/dns/luadns/instantiate_driver.py | ||
:language: python | ||
|
||
API Docs | ||
-------- | ||
|
||
.. autoclass:: libcloud.dns.drivers.luadns.LuadnsDNSDriver | ||
:members: | ||
:inherited-members: | ||
|
||
.. _`Luadns`: http://luadns.com/ |