mike-wendt / dreamhost-rasppi-ddns

Script to update Dynamic DNS for Raspberry Pi using Dreamhost's API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dreamhost-rasppi-ddns

Script to update Dynamic DNS for Raspberry Pi using Dreamhost's API

Requirements

Need to install package uuid-runtime for uuidgen

sudo apt-get update
sudo apt-get install uuid-runtime

Config

Update KEY and DNSREC to match your records and needs

Usage

Run in crontab and ddns.sh script will update DNS record only if the IP in the record is different than the current IP

About

Script to update Dynamic DNS for Raspberry Pi using Dreamhost's API

License:MIT License


Languages

Language:Shell 100.0%