wenzijishu / pyHurricaneDNS

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 <he.net username> <he.net password>

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.

About

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

License:MIT License


Languages

Language:Python 100.0%