You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Thanks for this great project (and service). This issue is actually only for documentation purposes. Maybe there could be a place (in readme or wiki) for additional ddns client configuration docs.
I'm using OpenWRT for my router and wanted to update WAN IP on pboehm/ddns service as soon as possible and to avoid running cron job every X minutes to check if IP changed.
After some research I've found in OpenWRT forums those two relevant topics:
I didn't find the myip-param in docs or the source. Is there such a parameter with ddns? I looked for this to have placeholders for IPv4 + IPv6 - in case the FritzBox wants to set both IPs (no matter that the ddns-hostname resolves to and which IP is automatically returned from the request).
Hi! Thanks for this great project (and service). This issue is actually only for documentation purposes. Maybe there could be a place (in readme or wiki) for additional ddns client configuration docs.
I'm using OpenWRT for my router and wanted to update WAN IP on pboehm/ddns service as soon as possible and to avoid running cron job every X minutes to check if IP changed.
After some research I've found in OpenWRT forums those two relevant topics:
Basically what you have to do is:
opkg install wget ca-certificates
/etc/udhcpc.user
with following contentschmod +x /etc/udhcpc.user
That's it!
The text was updated successfully, but these errors were encountered: