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

https://github.com/adrum/dreamhost-dns

Update Dreamhost dns via bash script
https://github.com/adrum/dreamhost-dns

Last synced: 8 months ago
JSON representation

Update Dreamhost dns via bash script

Awesome Lists containing this project

README

          

# Dreamhost DNS

This script helps you update a DNS entry if your machine is accessible behind a dynamic IP.

## Example

```
dh_domain=example.com dh_api_key=MYAPIKEY ./dreamhost.bash
```

## Cron entry

```
0 1,13 * * * dh_domain=example.com dh_api_key=MYAPIKEY ./dreamhost.bash > /dev/null
```