<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/ddns-scripts/samples/ddns.config_sample, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git-03.infra.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/'/>
<updated>2026-07-07T06:02:21Z</updated>
<entry>
<title>ddns-scripts: add curl source IP bind fallback</title>
<updated>2026-07-07T06:02:21Z</updated>
<author>
<name>Jiang Tengfei</name>
</author>
<published>2026-06-26T14:33:11Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=9a5e6063f17bd9f643631ed2fff3ec5236e221dd'/>
<id>urn:sha1:9a5e6063f17bd9f643631ed2fff3ec5236e221dd</id>
<content type='text'>
Keep the existing cURL bind_network behavior of binding to the
logical device first. This preserves the behavior introduced for
PPPoE and multi-WAN setups where the selected network must also be
used for the DDNS update request.

Some setups can still fail when libcurl binds directly to the logical
PPP device. In that case the transfer may time out even though binding
to the source address of the same network succeeds. This can make DDNS
updates fail repeatedly on affected systems.

Retry cURL transfers once with the network source IP when the
device-bound transfer fails. This leaves the normal path unchanged,
keeps the update request on the same network, and matches the existing
GNU Wget behavior which already binds to the network IP address.

Also document the implicit bind_network default and the cURL fallback
in the sample configuration.

Signed-off-by: Jiang Tengfei &lt;admin@shaoxia.xyz&gt;
</content>
</entry>
<entry>
<title>ddns-script: fix retry_max_count at sample config</title>
<updated>2025-02-13T12:31:53Z</updated>
<author>
<name>FriesI23 Qin</name>
</author>
<published>2025-01-28T02:22:27Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=62e94d48f908c6461d674d2af52971b9fa5fe19d'/>
<id>urn:sha1:62e94d48f908c6461d674d2af52971b9fa5fe19d</id>
<content type='text'>
Fix missed modification of ‘retry_count’ to ‘retry_max_count’
in commit ‘e3292e4c97’ (rename variable: s/retry_count/retry_max_count/).

Signed-off-by: FriesI23 Qin &lt;FriesI23@outlook.com&gt;
</content>
</entry>
<entry>
<title>ddns-scripts: pass user agent string</title>
<updated>2022-01-15T09:07:30Z</updated>
<author>
<name>Claudio Marelli</name>
</author>
<published>2022-01-15T09:07:30Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=dc0953fedd19cf77e76e0198457ab2f1a24b1572'/>
<id>urn:sha1:dc0953fedd19cf77e76e0198457ab2f1a24b1572</id>
<content type='text'>
This adds a user agent string to the wget request.

Fixes #17507

Signed-off-by: Claudio Marelli &lt;camarelli@gmx.net&gt;
</content>
</entry>
<entry>
<title>ddns-scripts: update to 2.7.6-1</title>
<updated>2016-12-04T15:47:09Z</updated>
<author>
<name>Christian Schoenebeck</name>
</author>
<published>2016-12-04T15:47:09Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=1c20dcb71a693892a72882c6594c66a05239cea0'/>
<id>urn:sha1:1c20dcb71a693892a72882c6594c66a05239cea0</id>
<content type='text'>
- tld_names.dat.gz
  - rename to public_suffix_list.dat.gz
  - (re)created during build
  - new location /usr/share
- move services files to /etc/ddns
- new services
  - CloudFlare.com-v4 using API-Version 4 without using public_suffix_list.dat
  - GoDaddy.com
  - both depending on cURL package
  - both with modified syntax for option domain ( NEW: [host[.subdom]@]domain.tld )
- new service
  - Now-DNS.com formerly Now-IP.com
- service afraid.org now supports key-auth and basic-auth
- new command line options for dynamic_dns_updater.sh and dynamic_dns_updater.sh
- adapted ddns.init and ddns.hotplug to new command line options
- renaming config options inside section global

Signed-off-by: Christian Schoenebeck &lt;christian.schoenebeck@gmail.com&gt;
</content>
</entry>
<entry>
<title>ddns-scripts: rollup to version 2.5.0-1</title>
<updated>2015-11-04T20:29:22Z</updated>
<author>
<name>Christian Schoenebeck</name>
</author>
<published>2015-11-04T20:28:28Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=7ea8be0b0d19d95fcc2b2cc9800aa2a919a5a903'/>
<id>urn:sha1:7ea8be0b0d19d95fcc2b2cc9800aa2a919a5a903</id>
<content type='text'>
- add -V / --version parameter to show version information
- new option lookup_host as host to use by nslookup/host to validate IP address changes, to be separate from [DOMAIN] parameter which produces a lot of questions in the forum and on multi-host updates
- new option param_enc for optional usage inside update_url [PARAMENC] (will be send urlencoded)
- new option param_opt for optional usage inside update_url [PARAMOPT]
- new service strato.de (IPv4 only) requested by ludwig.jaffe@
- new service variomedia.de (IPv4 &amp; IPv6) requested by Wolfgang Oertl #1884
- rewritten function get_service_data to read services/service_ipv6 file
- allow 3rd parameter inside services/service_ipv6 file - here should be the answer of the ddns provider on success. If parameter is set, it's checked by ddns-scripts and report errors to logfile/syslog if failed and retry
- updated tld_names.dat

Signed-off-by: Christian Schoenebeck &lt;christian.schoenebeck@gmail.com&gt;
</content>
</entry>
<entry>
<title>ddns-scripts: Update to version 2.2.0-1</title>
<updated>2015-02-05T20:33:02Z</updated>
<author>
<name>Christian Schoenebeck</name>
</author>
<published>2015-02-05T20:33:02Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=5b263822734ecbfda3584078608af94fb23f5502'/>
<id>urn:sha1:5b263822734ecbfda3584078608af94fb23f5502</id>
<content type='text'>
modified source directory structure
  - files for production files
  - samples for sample files (not installed in final build)
modified Makefile
  - separate options for additional provider scripts
  - remove comments and empty lines from final build
add IPv4 100.64/10 (RFC 6598) and 169.254/16 (RFC 5735) to the range of default blocked IP's.
new option "bind_network" to force GNU Wget or cURL to use specific network/interface for communication
new "domains.google.com" as IPv4 DDNS provider #822

Signed-off-by: Christian Schoenebeck &lt;christian.schoenebeck@gmail.com&gt;
</content>
</entry>
</feed>
