From ccc5266df96fe4da88867e3e29f02a04e2fb554f Mon Sep 17 00:00:00 2001 From: akanealw Date: Mon, 22 May 2023 05:27:45 -0500 Subject: [PATCH] added ddclient.conf --- ddclient.conf | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 ddclient.conf diff --git a/ddclient.conf b/ddclient.conf new file mode 100644 index 0000000..3b083c3 --- /dev/null +++ b/ddclient.conf @@ -0,0 +1,39 @@ +daemon=900 # check every 900 seconds +syslog=yes # log update msgs to syslog +pid=/var/run/ddclient/ddclient.pid # record PID in file. +ssl=yes # use ssl-support. Works with + +## To obtain an IP address from Web status page (using the proxy if defined) +## by default, checkip.dyndns.org is used if you use the dyndns protocol. +## Using use=web is enough to get it working. +## WARNING: set deamon at least to 600 seconds if you use checkip or you could +## get banned from their service. +#use=web, web=checkip.dyndns.org/, web-skip='IP Address' # found after IP Address +# +#use=ip, ip=127.0.0.1 # via static IP's +use=if, if=eth0 # via interfaces +use=web # via web +# +#protocol=dyndns2 # default protocol +#proxy=fasthttp.sympatico.ca:80 # default proxy +#server=members.dyndns.org # default server +#server=members.dyndns.org:8245 # default server (bypassing proxies) + +#login=your-login # default login +#password=test # default password +#mx=mx.for.your.host # default MX +#backupmx=yes|no # host is primary MX? +#wildcard=yes|no # add wildcard CNAME? + +## +## Google Domains (www.google.com/domains) +## +protocol=googledomains, +login=0dbLQaqN8kK9jYKa, +password=vpKzmQVZiudhvfZA +akanealw.com + +protocol=googledomains, +login=oZtsEAniHvjesY0v, +password=8gq0lTPPkdQdCeu0 +aknlw.com