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
- Host: GitHub
- URL: https://github.com/gandi/zone-import
- Owner: Gandi
- License: gpl-2.0
- Created: 2013-12-16T12:46:05.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2017-03-09T05:26:52.000Z (over 9 years ago)
- Last Synced: 2025-04-12T03:14:46.890Z (about 1 year ago)
- Language: Python
- Size: 109 KB
- Stars: 3
- Watchers: 29
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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