DDNS open Wrt no Ip update DDNS open Wrt no Ip updat...

Topic: DDNS open Wrt no Ip update

Post DDNS open Wrt no Ip update
by ninjanoir78 on Thursday, January 2, 2025

Hi,

I use dynu on OpenWrt but I tried script to update and now I try the web version to update and don't really know if it is working.
here some infos (OpenWrt seems to not having the answer.)
thanks

config ddns 'global'
3 option ddns_dateformat '%F %R'
4 option ddns_loglines '150'
5 option ddns_rundir '/var/run/ddns'
6 option ddns_logdir '/mnt/ddns'
7
8 config service 'dynu'
9 option enabled '1'
10 option domain 'ninjanoir.mywire.org'
11 option username 'xxxx'
12 option use_https '1'
13 option cacert '/etc/ssl/certs/ca-certificates.crt'
14 option use_logfile '1'
15 option check_interval '10'
16 option check_unit 'minutes'
17 option force_interval '24'
19 option interface 'wan'
20 option force_unit 'hours'
22 option ip_source 'script'
23 option retry_interval '60'
24 option retry_unit 'seconds'
25 option ip_script '/usr/lib/ddns/./getPublicIp.sh'
26 option ip_url 'http://checkip.amazonaws.com'
27 option update_url 'https://api.dynu.com/nic/update?hostname=ninjanoir.mywire.org&password=xxxx'
28 option password 'xxxx'
29 option use_bind_network 'wan'
30 option force_dnstcp '1'
31 option force_ipversion '1'
32 option service_name 'dynu.com'
33 option lookup_host 'ninjanoir.mywire.org'

Reply with quote | Report
Tuesday, January 7, 2025 10:47 PM
Loading...