Can I get assistance. I'm installing on a home system and don't have a static IP address. To work around that, on my CentOS system I've installed ddclient with the hopes of utilizing DDNS from my Google Domains account.
In my Google Domains, I've created two records. They are as follows:
1. A synthetic Dynamic DNS record with an '@' (without the single quotes) in the data field.
2. A custom resource CNAME record, with '*' (without the single quotes) for the name and the domain name in the data field so this is supposed to be acting as a wildcard record.
The synthetic record receives the IP address updates from the ddclient service that's running on my codius server. Ideally I'll be able to resolve my domain, ex. xrp.haus, as well as codius.xrp.haus, or contract.codius.xrp.com<http://contract.codius.xrp.com>. Unfortunately, my configuration doesn't seem to resolve. I can resolve the domain, xrp.haus, but not any subdomains that are prefixed onto that.
Below is my ddclient config. Any help would be appreciated. Thanks in advance!
#########################################
daemon=600
syslog=yes
mail-failure=root
pid=/var/run/ddclient/ddclient.pid
ssl=yes
use=web, web=checkip.dyndns.org/<http://checkip.dyndns.org/>, web-skip='IP Address'
#Google Domains Configuration Below
protocol=dyndns2
use=web
server=domains.google.com<http://domains.google.com>
ssl=yes
wildcard=yes
login=IJ3xxxxxxxxxxrIs
password='ycbxxxxxxxxxxakg'
xrp.haus
|