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 )
- Host: GitHub
- URL: https://github.com/tresni/pyhurricanedns
- Owner: tresni
- License: mit
- Created: 2011-06-08T05:25:19.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2024-07-09T01:48:06.000Z (almost 2 years ago)
- Last Synced: 2025-09-25T11:19:55.613Z (9 months ago)
- Topics: api, cli, dns, python
- Language: Python
- Homepage:
- Size: 44.9 KB
- Stars: 23
- Watchers: 4
- Forks: 13
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.