Want to update a subdomain on loopia dns automatically?
Install ddclient
sudo apt-get install ddclient
step through the conf, you will replace this conf later.
after installed, edit the ddclient.conf
sudo nano /etc/ddclient.conf
And replace it with this below:
##
## LoopiaDNS (www.loopia.se/loopiadns/)
## (supports variables: wildcard,mx,backupmx)
##
protocol=dyndns2
custom=yes
server=dns.loopia.se/XDynDNSServer/XDynDNS.php
use=web, web=dns.loopia.se/checkip/checkip.php,
web-skip='Current IP Address:'
login=domain.com
password=your password
subdomain.domain.com
try restarting ddclient to see if it works
sudo /etc/init.d/ddclient restart
Lämna ett svar