~asimpson/hover-dns

v1.0.0 4 years ago .tar.gz browse log

v1.0.0 release

This release breaks the program into subcommands:

1. `ip`
2. `update`

`ip` is meant to be a convenience function to quickly return your
public IP.

`update` is the original functionality of the program which takes a
required `--domain` flag and an optional `--subdomain` flag.

Because of the transition to subcommands this release is not
backwards compatible with previous releases. Please update any
existing invocations of the program to use the new `update` subcommand.

v0.1.0 4 years ago .tar.gz browse log

Initial release

Currently supports:

- subdomain and root domain checking
- performs DNS IP lookup via opendns

Potential future work:

- add other DNS providers
- add option for different types of DNS records

Branches

master
bfc031aa — Adam Simpson 4 years ago