Python DNS Failover

https://badge.fury.io/py/python-dns-failover.png https://travis-ci.org/marccerrato/python-dns-failover.png?branch=master https://pypip.in/d/python-dns-failover/badge.png

Python script to automatically update DNS records for a bunch of servers participating in a Round-Robin DNS setup.

This project is mainly based on @dotcloud‘s work on his project autodnsfailover.

The main difference is that python-dns-failover script is aimed to run in an external machine while autodnsfailover is to run in the participating servers themselves.

TODO

  • Documentation
  • Testing