I need to setup dynamic ddns on the latest openwrt trunk version.
On previous versions I used customized dynamic_dns_updater.sh, but in the modern versions functionality seem to be builtin.
/usr/lib/ddns/update_nsupdate.sh script seems correct one.
But there's bug in luci so I cannot save any ddns entry.
I have to create /etc/config/ddns myself.
Can you pls give me an example of correct ddns configuration for nsupdate ?
I have keyfile that looks like :
key "some.domain.com" {
algorithm hmac-sha256;
secret "..........................E=";
};
(Last edited by bolvan on 9 Jan 2016, 14:23)