mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
- Fix for #1317: Fix contrib/unbound.service comment path for
systemd network configuration.
This commit is contained in:
parent
ca36e21f71
commit
65be1d0ec3
2 changed files with 3 additions and 1 deletions
|
|
@ -38,7 +38,7 @@
|
||||||
; - `LockPersonality=yes` locks down the personality system call so that the
|
; - `LockPersonality=yes` locks down the personality system call so that the
|
||||||
; kernel execution domain may not be changed from the default.
|
; kernel execution domain may not be changed from the default.
|
||||||
;
|
;
|
||||||
; - With /etc/systemd/system/*.network a setting to make sure the network
|
; - With /etc/systemd/network/*.network a setting to make sure the network
|
||||||
; is not considered online too early, can reduce network unreachable
|
; is not considered online too early, can reduce network unreachable
|
||||||
; errors on server start:
|
; errors on server start:
|
||||||
; [Link]
|
; [Link]
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,8 @@
|
||||||
when the command takes no arguments but there are arguments present.
|
when the command takes no arguments but there are arguments present.
|
||||||
- Fix #1317: Unbound starts too early. Add
|
- Fix #1317: Unbound starts too early. Add
|
||||||
Wants=network-online.target under [Unit] in unbound.service.
|
Wants=network-online.target under [Unit] in unbound.service.
|
||||||
|
- Fix for #1317: Fix contrib/unbound.service comment path for
|
||||||
|
systemd network configuration.
|
||||||
|
|
||||||
15 August 2025: Wouter
|
15 August 2025: Wouter
|
||||||
- unbound-control cache_lookup +t allows tld and root names. And
|
- unbound-control cache_lookup +t allows tld and root names. And
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue