Hi, I need to update domain with my dynamic IP. The build in ddns support do not cover my Swedish dns provider loopia.
Is there a way to run a scrip every hour according to this specification?
I have a n66u with fork
https://support.loopia.com/wiki/About_the_DynDNS_support
The following is an example of a permitted GET request to Loopia:
GET /XDynDNSServer/XDynDNS.php?
system=custom&
hostname=myhost.com&
myip=11.22.33.44&
backmx=YES
HTTP/1.0
Host: dns.loopia.se
Authorization: Basic usernameassword
User-Agent: myclient/1.0 me@null.net
Is there a way to run a scrip every hour according to this specification?
I have a n66u with fork
https://support.loopia.com/wiki/About_the_DynDNS_support
The following is an example of a permitted GET request to Loopia:
GET /XDynDNSServer/XDynDNS.php?
system=custom&
hostname=myhost.com&
myip=11.22.33.44&
backmx=YES
HTTP/1.0
Host: dns.loopia.se
Authorization: Basic usernameassword
User-Agent: myclient/1.0 me@null.net