An open API service indexing awesome lists of open source software.

https://github.com/gandi/zone-import

Imports RFC1035 zone files into your Gandi.net account
https://github.com/gandi/zone-import

Last synced: about 1 year ago
JSON representation

Imports RFC1035 zone files into your Gandi.net account

Awesome Lists containing this project

README

          

============
Zone import
============

Imports a list of RFC1035_ zone files into a Gandi.net account.

You will need your account's API key (see http://wiki.gandi.net/en/xml-api/activate)

Usage
======

::

python zone-import.py [-k apikey] [--ote] first-zone.txt second-zone.txt […]

Script will ask for your API key if not provided in arguments.

Each zone will be name from its file name.

Limitations
============

There is currently no check on the zone name, so running the script multiple times will currently create "duplicates" in your interface.

Requirements
=============

- python 2.7 standard library

.. _RFC1035: http://tools.ietf.org/html/rfc1035