<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/ddns-scripts/samples, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2025-02-13T12:31:53Z</updated>
<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.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: remove extra pipe</title>
<updated>2022-01-31T09:46:40Z</updated>
<author>
<name>André Herbst</name>
</author>
<published>2022-01-31T09:46:40Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=07dec08c78f92296325d3f214e804d5e28bb2ad5'/>
<id>urn:sha1:07dec08c78f92296325d3f214e804d5e28bb2ad5</id>
<content type='text'>
The extra pipe caused an error WARN : PID 'xyz' exit WITH ERROR '2' when executing ddns update.
Signed-off-by: André Herbst &lt;moormaster@gmx.net&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.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: Working example to use local_script to derive a SLAAC IPv6 address</title>
<updated>2019-04-11T11:15:45Z</updated>
<author>
<name>Keve Mueller</name>
</author>
<published>2018-12-08T16:33:50Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=3cce724dbec4fdffe5f738bc5b0ed63cec6516c1'/>
<id>urn:sha1:3cce724dbec4fdffe5f738bc5b0ed63cec6516c1</id>
<content type='text'>
Signed-off-by: Keve Mueller &lt;keve@keve.hu&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.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.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.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>
