Hello everyone !!
I encounter some strange problem when i try to update my dyndns account using ddns-scripts
first the countain of my ddns in /etc/config
config service "mydyndns"
option enabled "1"
option service_name "dyndns.org"
option domain "myusername.dyndns.org"
option username "mysuername"
option password "mypassword"
option ip_source "web"
option ip_url "http://www.whatismyip.com/automation/n09230945.asp"
option force_interval "72"
option force_unit "hours"
option check_interval "10"
option check_unit "minutes"
after that when i try to launch the script dynamic_dns_updater.sh in /usr/lib/ddns
it show me this error message
"ERRROR: You must specify a service id (the section name in the /etc/config/ddns file) to initialize dynamic DNS."
Can someone explain me what is this service id and where I can set it