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
- Host: GitHub
- URL: https://github.com/adrum/dreamhost-dns
- Owner: adrum
- Created: 2018-06-03T02:43:32.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-03T02:48:45.000Z (about 8 years ago)
- Last Synced: 2025-09-11T07:26:34.879Z (9 months ago)
- Language: Shell
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```