Is there a difference in how dynamic dns is configured/installed on Raspbian Buster compared to older distributions?
So this is what I have done:
Code: Select all
sudo apt install ddclient #disregarded the prompts, I set up the conf later:
sudo nano /etc/ddclient.conf #Configure the ddclient targetCode: Select all
daemon=300
ssl=yes
custom=yes
protocol=dyndns2
use=web, web=dns.loopia.se/checkip/checkip.php, web-skip='Current IP Address:'
server=dns.loopia.se/XDynDNSServer/XDynDNS.php
login=********
password=*******
#List of domains to set, one per line:
xxxxx.boberglund.com
What could have been going wrong?
Is there some way to check if ddclient is even running? (It is supposed to kick in every 5 minutes...)
I don't know if it runs continuously as a service or if it sets up some kind of timer to run every 300 s....
The content for ddclient.conf is what I have used on several systems successfully both Ubuntu 16 & 18 as well as Raspbian...