Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 846 Bytes

DDClient.md

File metadata and controls

34 lines (27 loc) · 846 Bytes
tags title created
services
infrastructure
DDClient
2023-12-17, 3:07:14 am

Ddclient updates dynamic DNS entries for accounts on a wide range of dynamic DNS services.

As I run all my services at home, that IP address is subject to change at the whim of my ISP, thus this service allows me to update the DNS records on Cloudflare to match those IP address changes.

It is deployed with the ddclient job and configured with a config file like below.

# Configuration file for ddclient generated by debconf
#
# /etc/ddclient.conf

daemon=1800
use=web
web=api.ipify.org/
ssl=yes

protocol=cloudflare
ssl=yes
server=api.cloudflare.com/client/v4
login=<email address>
password=<api key>

# james-hackett.ie
zone=james-hackett.ie
james-hackett.ie