<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/unbound/files/unbound.init, 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-06-08T09:35:21Z</updated>
<entry>
<title>unbound: bring back the service to the startup menu</title>
<updated>2025-06-08T09:35:21Z</updated>
<author>
<name>Dirk Brenken</name>
</author>
<published>2025-06-01T06:01:34Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=732a8405efd9c89609cb1849f1e6ed9c00c07a87'/>
<id>urn:sha1:732a8405efd9c89609cb1849f1e6ed9c00c07a87</id>
<content type='text'>
* trivial fix for #25963 to workaround the current "10 line parsing limit"

Signed-off-by: Dirk Brenken &lt;dev@brenken.org&gt;
</content>
</entry>
<entry>
<title>unbound: add file parameter to service instance</title>
<updated>2024-03-17T01:11:51Z</updated>
<author>
<name>Jan Klos</name>
</author>
<published>2024-02-19T13:27:05Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=f5195eb213fcac218ed4a8fb3d156b4fd30e1eb3'/>
<id>urn:sha1:f5195eb213fcac218ed4a8fb3d156b4fd30e1eb3</id>
<content type='text'>
that way, procd does not needlessly restart unbound on triggers when
everything remains the same - changes in non-default included
configuration files will not be registered, however

Signed-off-by: Jan Klos &lt;jan@klos.xyz&gt;
</content>
</entry>
<entry>
<title>unbound: clean up interface interpretation in UCI</title>
<updated>2020-11-05T00:25:08Z</updated>
<author>
<name>Eric Luehrsen</name>
</author>
<published>2020-10-27T03:09:18Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=658c27ea97a246d313173e38e6962558aebed52b'/>
<id>urn:sha1:658c27ea97a246d313173e38e6962558aebed52b</id>
<content type='text'>
DNS flag day 2020, software should reflect the minimum EDNS 1232 bytes.
Added iface_wan and iface_lan to control internal DNS assignemnts and
to control what is local service ACL. Interface wild cards are not
explicitly set so that they can be customized in extended conf.

Signed-off-by: Eric Luehrsen &lt;ericluehrsen@gmail.com&gt;
</content>
</entry>
<entry>
<title>unbound: improve startup and dhcp script robustness</title>
<updated>2020-07-12T18:56:46Z</updated>
<author>
<name>Eric Luehrsen</name>
</author>
<published>2020-07-04T17:55:40Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=e81529596df88eae272c00bf8ac69b15e19a5bd5'/>
<id>urn:sha1:e81529596df88eae272c00bf8ac69b15e19a5bd5</id>
<content type='text'>
- prevent rapid overlap in DHCP script updates
- check and allow localhost forwards with specific applications
- add option for rate limiting inbound queries
- change UCI list to table format with Unbound conf references

Signed-off-by: Eric Luehrsen &lt;ericluehrsen@gmail.com&gt;
</content>
</entry>
<entry>
<title>unbound: improve a few UCI settings</title>
<updated>2019-06-19T04:50:28Z</updated>
<author>
<name>Eric Luehrsen</name>
</author>
<published>2019-06-02T18:14:23Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=68b094d41163b822e0c3b8816a1874d04aa8b342'/>
<id>urn:sha1:68b094d41163b822e0c3b8816a1874d04aa8b342</id>
<content type='text'>
- treat RFC6762 'local.' as nxdomain because avahi and other services
will disable if SOA or NS records appear in central DNS.
- allow two threads to be enabled with the 'heavy traffic' variant of
Unbound packages.

Signed-off-by: Eric Luehrsen &lt;ericluehrsen@gmail.com&gt;
</content>
</entry>
<entry>
<title>unbound: replace obsolete test expressions</title>
<updated>2019-05-28T01:52:47Z</updated>
<author>
<name>Eric Luehrsen</name>
</author>
<published>2019-05-14T02:54:07Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=f1d1530f480e73707f38ee93b9f5551f9e9cd696'/>
<id>urn:sha1:f1d1530f480e73707f38ee93b9f5551f9e9cd696</id>
<content type='text'>
Expressions '-o', '-a', and '\( \)' within test or '[ ]' are obsolete.
POSIX allows few arguments to test, so long expressions are not
portable. '[ p -a q ]' can be replaced with '[ p ] &amp;&amp; [ q ]' instead.

Signed-off-by: Eric Luehrsen &lt;ericluehrsen@gmail.com&gt;
</content>
</entry>
<entry>
<title>unbound: log openssl-1.0.2 lacks TLS host verification</title>
<updated>2018-08-10T06:11:13Z</updated>
<author>
<name>Eric Luehrsen</name>
</author>
<published>2018-08-09T01:21:17Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=1cccacf359ab99ec26bfc66ebd0e0a27053bfcef'/>
<id>urn:sha1:1cccacf359ab99ec26bfc66ebd0e0a27053bfcef</id>
<content type='text'>
ssl_set1_host() is not available without openssl-1.1.0. Unbound can not do
host cert verification. DNS over TLS connects, but hosts are unverified. A
patch for log err is added with a noitce in README.md.
(see: https://www.nlnetlabs.nl/bugs-script/show_bug.cgi?id=658)

Also, squash some minor robustness and TLS usability fixes.

Signed-off-by: Eric Luehrsen &lt;ericluehrsen@gmail.com&gt;
</content>
</entry>
<entry>
<title>unbound: fix boot time and default run directory</title>
<updated>2018-08-03T07:27:03Z</updated>
<author>
<name>Eric Luehrsen</name>
</author>
<published>2018-08-01T02:59:24Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=8830d72bbd8882b89a9d42047c31088ac8e76265'/>
<id>urn:sha1:8830d72bbd8882b89a9d42047c31088ac8e76265</id>
<content type='text'>
Unbound struggles with boot ifup, so procd triggers changed to push
outside of this noise. Unbound has run in /var/lib/unbound/, so chroot
(jail) protects /etc/, and it can save flash wear. Compiled defaults
reflect this now, so Unbound tools are easier run on the command line.

Signed-off-by: Eric Luehrsen &lt;ericluehrsen@gmail.com&gt;
</content>
</entry>
<entry>
<title>unbound: add UCI for forward stub and auth zone clauses</title>
<updated>2018-07-30T03:24:09Z</updated>
<author>
<name>Eric Luehrsen</name>
</author>
<published>2018-06-29T00:41:37Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=408047628eb7a3605302e1ee410ddfbee01d5c83'/>
<id>urn:sha1:408047628eb7a3605302e1ee410ddfbee01d5c83</id>
<content type='text'>
With growing interest, DNS over TLS can be setup in Unbounds foward-zone:
clause. A broader UCI solution is added to support forward-, stub-, and
auth- zone clauses in a new 'zone' section. This implentation required
reworking scripts, because they did not scale. 'forward_domain' and
'prefetch_root' options are removed, and superceded by 'zone' section.

Signed-off-by: Eric Luehrsen &lt;ericluehrsen@gmail.com&gt;
</content>
</entry>
<entry>
<title>unbound: limit outside script source to init funciton scope</title>
<updated>2018-06-27T02:41:00Z</updated>
<author>
<name>Eric Luehrsen</name>
</author>
<published>2018-06-26T00:40:21Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=21864670fa1f79b8a6274c6253a84516ceec8d0f'/>
<id>urn:sha1:21864670fa1f79b8a6274c6253a84516ceec8d0f</id>
<content type='text'>
Signed-off-by: Eric Luehrsen &lt;ericluehrsen@gmail.com&gt;
</content>
</entry>
</feed>
