mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-24 00:29:58 -05:00
- Fix #773: When used with systemd-networkd, unbound does not start
until systemd-networkd-wait-online.service times out.
This commit is contained in:
parent
d7a9def160
commit
5c041c0ba9
2 changed files with 6 additions and 3 deletions
|
|
@ -42,9 +42,8 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Validating, recursive, and caching DNS resolver
|
Description=Validating, recursive, and caching DNS resolver
|
||||||
Documentation=man:unbound(8)
|
Documentation=man:unbound(8)
|
||||||
After=network-online.target
|
After=network.target
|
||||||
Before=nss-lookup.target
|
Before=network-online.target nss-lookup.target
|
||||||
Wants=network-online.target nss-lookup.target
|
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
30 November 2022: Wouter
|
||||||
|
- Fix #773: When used with systemd-networkd, unbound does not start
|
||||||
|
until systemd-networkd-wait-online.service times out.
|
||||||
|
|
||||||
30 November 2022: George
|
30 November 2022: George
|
||||||
- Add SVCB and HTTPS to the types removed by 'unbound-control flush'.
|
- Add SVCB and HTTPS to the types removed by 'unbound-control flush'.
|
||||||
- Clear documentation for interactivity between the subnet module and
|
- Clear documentation for interactivity between the subnet module and
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue