mirror of
https://github.com/optim-enterprises-bv/Mailu.git
synced 2025-11-01 10:37:49 +00:00
Merge pull request #854 from HorayNarea/feat-unbound-drop-priv
unbound: drop privileges after binding to port
This commit is contained in:
@@ -5,6 +5,10 @@ Notable changes to this project are documented in the current file. For more
|
|||||||
details about individual changes, see the Git log. You should read this before
|
details about individual changes, see the Git log. You should read this before
|
||||||
upgrading Freposte.io as some changes will include useful notes.
|
upgrading Freposte.io as some changes will include useful notes.
|
||||||
|
|
||||||
|
v1.6.1 - unreleased
|
||||||
|
-------------------
|
||||||
|
- Enhancement: Make Unbound drop privileges after binding to port
|
||||||
|
|
||||||
v1.6.0 - 2019-01-18
|
v1.6.0 - 2019-01-18
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ server:
|
|||||||
do-daemonize: no
|
do-daemonize: no
|
||||||
access-control: {{ SUBNET }} allow
|
access-control: {{ SUBNET }} allow
|
||||||
directory: "/etc/unbound"
|
directory: "/etc/unbound"
|
||||||
username: root
|
username: unbound
|
||||||
auto-trust-anchor-file: trusted-key.key
|
auto-trust-anchor-file: trusted-key.key
|
||||||
root-hints: "/etc/unbound/root.hints"
|
root-hints: "/etc/unbound/root.hints"
|
||||||
hide-identity: yes
|
hide-identity: yes
|
||||||
|
|||||||
Reference in New Issue
Block a user