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

https://github.com/tresni/pyhurricanedns

Python interface to manage Hurricane Electric DNS records ( http://dns.he.net )
https://github.com/tresni/pyhurricanedns

api cli dns python

Last synced: 8 months ago
JSON representation

Python interface to manage Hurricane Electric DNS records ( http://dns.he.net )

Awesome Lists containing this project

README

          

# HurricaneDNS

## Install

```
pip install hurricanedns
```

## Requirements
* python-html5lib
* python-lxml
* dnspython (optional - for importing BIND zones)

## Usage

Get the party started by logging in:

```
hurricanedns
```

You'll get dropped to a `hurricanedns` command prompt:

```
[user@dns.he.net]
```

Start with `help`. You can always get specific help for a command by doing
`help [command]`.

To quit, use `exit`, `EOF`, or CTRL-D.