This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via acc82ade06f1bf68e3d47630699d9f9745088311 (commit) via 2b113aebc482389692c9843a289ca489364a0c6f (commit) from f8e0e85d2ef1231aec962604ea5a9d5814cba293 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit acc82ade06f1bf68e3d47630699d9f9745088311 Author: Michael Tremer michael.tremer@ipfire.org Date: Thu Jan 7 11:57:53 2021 +0000
core154: Ship unbound initscript
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 2b113aebc482389692c9843a289ca489364a0c6f Author: Giovanni Aneloni giovanni.aneloni@live.com Date: Tue Apr 28 00:23:57 2020 +0200
unbound: make local zone transparent
Change local zone to "trasnparent" instead of "typetrasnparent" to avoid NXDOMAIN when querying local hosts
Fixes: #12391 Signed-off-by: Giovanni Aneloni giovanni.aneloni@live.com Reviewed-by: Peter Müller peter.mueller@ipfire.org Acked-by: Michael Tremer michael.tremer@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/154/filelists/files | 1 + src/initscripts/system/unbound | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-)
Difference in files: diff --git a/config/rootfiles/core/154/filelists/files b/config/rootfiles/core/154/filelists/files index 8151a145a..9f0421b5a 100644 --- a/config/rootfiles/core/154/filelists/files +++ b/config/rootfiles/core/154/filelists/files @@ -1,6 +1,7 @@ etc/system-release etc/issue etc/os-release +etc/rc.d/init.d/unbound opt/pakfire/lib/functions.sh srv/web/ipfire/cgi-bin/country.cgi srv/web/ipfire/cgi-bin/credits.cgi diff --git a/src/initscripts/system/unbound b/src/initscripts/system/unbound index 5c5d2e3f4..b379bf331 100644 --- a/src/initscripts/system/unbound +++ b/src/initscripts/system/unbound @@ -81,7 +81,7 @@ write_hosts_conf() { # Skip empty domainnames [ "${domainname}" = "" ] && continue
- echo "local-zone: ${domainname} typetransparent" + echo "local-zone: ${domainname} transparent" done < /var/ipfire/main/hosts | sort -u
# Add all hosts
hooks/post-receive -- IPFire 2.x development tree